/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.47.1783717768
Updated: 2026-07-10 18:09:28
*/

/* ===== Estrutura do artigo ===== */

.comi2pao-single {
	max-width: 860px;
	margin-inline: auto;
}

.comi2pao-article-header {
	max-width: 780px;
	margin-bottom: 32px;
}

.comi2pao-category {
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.comi2pao-category a {
	color: var(--theme-palette-color-1);
	text-decoration: none;
}

.comi2pao-category a:hover {
	text-decoration: underline;
}

.comi2pao-title {
	margin: 0 0 16px;
	font-size: clamp(34px, 5vw, 54px);
	line-height: 1.08;
}

.comi2pao-excerpt {
	margin-bottom: 18px;
	font-size: 19px;
	line-height: 1.55;
	opacity: 0.78;
}

/* ===== Autora, data e tempo de leitura ===== */

.comi2pao-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 22px;
	color: #52606d;
	font-size: 14px;
	line-height: 1.5;
}

.comi2pao-meta-author {
	display: inline-flex;
	align-items: center;
	gap: 9px;
}

.comi2pao-meta-avatar {
	display: block;
	width: 38px;
	height: 38px;
	margin: 0;
	border-radius: 50%;
	object-fit: cover;
}

.comi2pao-meta a {
	font-weight: 600;
	text-decoration: none;
}

.comi2pao-meta-author a {
	font-weight: 700;
}

.comi2pao-meta a:hover {
	text-decoration: underline;
}

.comi2pao-meta-separator {
	opacity: 0.55;
}

.comi2pao-reading-time {
	white-space: nowrap;
}

/* ===== Compartilhamento com ícones redondos ===== */

.comi2pao-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin-bottom: 28px;
	font-size: 14px;
}

.comi2pao-share-label {
	margin-right: 4px;
	font-size: 14px;
	font-weight: 700;
	color: #52606d;
}

.comi2pao-share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	min-width: 42px;
	min-height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #ffffff;
	text-decoration: none;
	transition:
		transform 0.2s ease,
		opacity 0.2s ease;
}

.comi2pao-share-button svg {
	display: block;
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.comi2pao-share-button:hover {
	color: #ffffff;
	text-decoration: none;
	transform: translateY(-2px);
	opacity: 0.88;
}

.comi2pao-share-facebook {
	background-color: #1877f2;
}

.comi2pao-share-x {
	background-color: #111111;
}

.comi2pao-share-whatsapp {
	background-color: #25d366;
}

.comi2pao-share-linkedin {
	background-color: #0a66c2;
}

/* ===== Imagem destacada ===== */

.comi2pao-featured-image {
	margin: 0 0 36px;
}

.comi2pao-featured-image img {
	display: block;
	width: 100%;
	height: auto;
}

/* ===== Conteúdo do artigo ===== */

.comi2pao-content {
	font-size: 18px;
	line-height: 1.75;
}

.comi2pao-content p {
	margin-bottom: 1.5em;
}

.comi2pao-content h2 {
	margin: 2.5em 0 0.8em;
	font-size: clamp(30px, 3vw, 38px);
	line-height: 1.2;
	font-weight: 700;
}

.comi2pao-content h3 {
	margin: 2em 0 0.7em;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
}

.comi2pao-content h4 {
	margin: 1.8em 0 0.6em;
	font-size: 22px;
	font-weight: 700;
}

.comi2pao-content ul,
.comi2pao-content ol {
	margin: 1.5em 0;
	padding-left: 28px;
}

.comi2pao-content li {
	margin-bottom: 0.8em;
}

.comi2pao-content blockquote {
	margin: 2.5em 0;
	padding: 24px 28px;
	border-left: 5px solid var(--theme-palette-color-1);
	background: rgba(0, 0, 0, 0.03);
	font-size: 22px;
	font-style: italic;
	line-height: 1.6;
}

.comi2pao-content img {
	display: block;
	height: auto;
	margin: 32px auto;
	border-radius: 12px;
}

.comi2pao-content a {
	font-weight: 600;
	text-decoration-thickness: 2px;
}

.comi2pao-content hr {
	margin: 48px 0;
}

/* ===== Celular ===== */

@media (max-width: 689px) {
	.comi2pao-single {
		padding-inline: 20px;
	}

	.comi2pao-article-header {
		max-width: 100%;
	}

	.comi2pao-title {
		font-size: 36px;
	}

	.comi2pao-content {
		font-size: 17px;
	}

	.comi2pao-meta {
		gap: 8px;
	}

	.comi2pao-meta-avatar {
		width: 34px;
		height: 34px;
	}

	.comi2pao-meta-separator {
		display: none;
	}

	.comi2pao-meta > * {
		margin-right: 8px;
	}

	.comi2pao-share-label {
		width: 100%;
		margin-bottom: 2px;
	}

	.comi2pao-share-button {
		width: 40px;
		height: 40px;
		min-width: 40px;
		min-height: 40px;
	}

	.comi2pao-content h3 {
		font-size: 25px;
	}

	.comi2pao-content blockquote {
		padding: 20px;
		font-size: 19px;
	}
}