/**
 * Tema: ajustes finos y compatibilidad WP (alignwide, entry-content).
 */
.alignwide {
	max-width: var(--cm-max) !important;
	margin-inline: auto;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.wp-block-image img {
	border-radius: var(--cm-radius-sm);
}

.cm-footer {
	margin-top: auto;
	padding: 1.75rem 0;
	background: #0f172a;
	color: #94a3b8;
	font-size: 0.88rem;
}
.cm-footer a {
	color: #e2e8f0;
}
