/* Título en negrita */
.site-info::before {
	content: "Medicina Cardiometabólica";
	display: block;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	margin-bottom: 5px;
}

/* Ubicación en segunda línea */
.site-info::after {
	content: "Lima - Perú";
	display: block;
	font-size: 14px;
	color: #555;
	margin-bottom: 5px;
}

/* Logo en tercera línea */
.site-info a {
	display: block;
	margin-top: 5px;
}

/* Áreas de interés – acorde a la identidad del sitio */
.widget .mc-ai-editorial {
	width: 100%;
	max-width: none;
	margin: 20px 0;
	padding: 0;
	border-bottom: 0;
	font-family: inherit;
	box-sizing: border-box;
}

.widget .mc-ai-editorial h3 {
	position: relative;
	margin: 0 0 14px;
	padding: 0 0 10px;
	border-bottom: 1px solid #e3e9f0;
	color: #0b2447;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: .09em;
}

.widget .mc-ai-editorial h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 38px;
	height: 2px;
	background: #c62828;
}

.widget .mc-ai-editorial ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget .mc-ai-editorial li {
	margin: 0 0 8px;
	padding: 0;
}

.widget .mc-ai-editorial a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
	box-sizing: border-box;
	padding: 11px 13px;
	background: #0b2447;
	border: 1px solid #0b2447;
	border-left: 3px solid #c62828;
	border-radius: 8px;
	color: #fff;
	font-size: 12.5px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.widget .mc-ai-editorial a::after {
	content: "\2192";
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	opacity: .55;
	transition: opacity .18s ease, transform .18s ease;
}

.widget .mc-ai-editorial a:hover,
.widget .mc-ai-editorial a:focus {
	background: #133b6f;
	border-color: #133b6f;
	border-left-color: #c62828;
	color: #fff;
	transform: translateX(2px);
}

.widget .mc-ai-editorial a:hover::after,
.widget .mc-ai-editorial a:focus::after {
	opacity: 1;
	transform: translateX(2px);
}

.social-links {
	display: flex;
	gap: 12px;
}

@media (max-width: 768px) {
	.social-links {
		flex-direction: column;
		align-items: center;
	}
}


/* ===== Entradas: tarjetas del listado y lectura del post ===== */
:is(.archive, .search, .blog) .site-main > article {
	background: #fff;
	border: 1px solid #e3e9f0;
	border-radius: 12px;
	padding: 22px 24px;
	margin: 0 0 18px;
	box-shadow: 0 1px 2px rgba(11, 36, 71, .04);
	transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease;
}

:is(.archive, .search, .blog) .site-main > article:hover {
	border-color: #cfdcea;
	box-shadow: 0 8px 22px rgba(11, 36, 71, .09);
	transform: translateY(-2px);
}

:is(.archive, .search, .blog) .site-main > article .entry-title {
	margin: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.32;
}

:is(.archive, .search, .blog) .site-main > article .entry-title a {
	color: #0b2447;
	text-decoration: none;
}

:is(.archive, .search, .blog) .site-main > article:hover .entry-title a {
	color: #c62828;
}

:is(.archive, .search, .blog) .site-main > article .entry-content p {
	margin: 10px 0 0;
	font-size: 14.5px;
	line-height: 1.6;
	color: #4a5f78;
}

/* Metadatos en una sola línea discreta */
:is(.archive, .search, .blog, .single-post) .site-main > article .entry-footer {
	margin-top: 16px;
	padding-top: 13px;
	border-top: 1px solid #eef2f6;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px 14px;
	font-size: 11.5px;
	line-height: 1.4;
	color: #7b8ca0;
}

:is(.archive, .search, .blog, .single-post) .site-main > article .entry-footer::before {
	display: none;
}

:is(.archive, .search, .blog, .single-post) .site-main > article .entry-footer > span {
	margin: 0;
}

:is(.archive, .search, .blog, .single-post) .site-main > article .entry-footer a {
	color: #4a5f78;
	font-weight: 400;
	text-decoration: none;
}

:is(.archive, .search, .blog, .single-post) .site-main > article .entry-footer a:hover {
	color: #c62828;
}

:is(.archive, .search, .blog, .single-post) .site-main > article .entry-footer .cat-links a {
	display: inline-block;
	margin: 0 2px;
	padding: 3px 9px;
	background: #eef3f9;
	border: 1px solid #dde7f1;
	border-radius: 999px;
	color: #0b2447;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
}

:is(.archive, .search, .blog, .single-post) .site-main > article .entry-footer .cat-links a:hover {
	background: #0b2447;
	border-color: #0b2447;
	color: #fff;
}

/* ----- El post por dentro ----- */
.single-post .site-main > article .entry-header {
	margin-bottom: 20px;
}

.single-post .entry-title {
	margin: 0 0 14px;
	color: #0b2447;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -.01em;
}

.single-post .site-main > article .entry-header::after {
	content: "";
	display: block;
	width: 52px;
	height: 3px;
	background: #c62828;
	border-radius: 2px;
}

.single-post .entry-content p,
.single-post .entry-content li {
	color: #2b3a4d;
	font-size: 16.5px;
	line-height: 1.72;
}

.single-post .entry-content p {
	margin: 0 0 16px;
}

.single-post .entry-content li {
	margin-bottom: 8px;
}

.single-post .entry-content strong {
	color: #0b2447;
	font-weight: 700;
}

.single-post .entry-content a {
	color: #c62828;
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.single-post .entry-content a:hover {
	color: #0b2447;
}

.single-post .entry-content h2 {
	margin: 32px 0 12px;
	padding-left: 13px;
	border-left: 4px solid #c62828;
	color: #0b2447;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3;
}

.single-post .entry-content h3 {
	margin: 26px 0 10px;
	color: #0b2447;
	font-size: 19px;
	font-weight: 700;
	line-height: 1.35;
}

.single-post .entry-content blockquote {
	margin: 20px 0;
	padding: 15px 18px;
	background: #f4f7fb;
	border: 1px solid #e3ebf4;
	border-left: 3px solid #0b2447;
	border-radius: 8px;
	color: #33465c;
}

.single-post .entry-content blockquote p {
	margin: 0 0 8px;
	color: inherit;
	font-size: 15.5px;
	line-height: 1.62;
}

.single-post .entry-content blockquote p:last-child {
	margin: 0;
}

:is(.archive, .search, .blog) .site-main > article .entry-content {
	margin-top: 0;
}