/*
OMCF - Ajuste de tarjetas de portada v1.1.0

ALCANCE:
Solo funciona en la portada (body.home) y únicamente sobre:
- Oraciones más buscadas
- Novenas recientes
- Santos y Devociones
- Noticias de Fe

NO modifica:
- páginas interiores
- entradas
- categorías
- imágenes originales
- WordPress admin
*/

/* ==========================================================
   BASE COMÚN DE GRILLAS
   ========================================================== */

body.home .omcf-oraciones-auto .wp-block-post-template,
body.home .omcf-home-novenas-auto .wp-block-post-template,
body.home .omcf-home-santos-auto .wp-block-post-template,
body.home .omcf-news-auto .wp-block-post-template {
	align-items: stretch !important;
	grid-auto-rows: 1fr !important;
}

body.home .omcf-oraciones-auto .wp-block-post,
body.home .omcf-home-novenas-auto .wp-block-post,
body.home .omcf-home-santos-auto .wp-block-post,
body.home .omcf-news-auto .wp-block-post {
	display: flex !important;
	flex-direction: column !important;
	width: 100% !important;
	max-width: none !important;
	height: 100% !important;
	min-height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

/* ==========================================================
   IMÁGENES: SIEMPRE A TODO EL ANCHO
   ========================================================== */

body.home .omcf-oraciones-auto .wp-block-post-featured-image,
body.home .omcf-home-novenas-auto .wp-block-post-featured-image,
body.home .omcf-home-santos-auto .wp-block-post-featured-image,
body.home .omcf-news-auto .wp-block-post-featured-image {
	display: block !important;
	flex: 0 0 auto !important;
	width: 100% !important;
	max-width: none !important;
	min-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	box-sizing: border-box !important;
}

body.home .omcf-oraciones-auto .wp-block-post-featured-image > a,
body.home .omcf-home-novenas-auto .wp-block-post-featured-image > a,
body.home .omcf-home-santos-auto .wp-block-post-featured-image > a,
body.home .omcf-news-auto .wp-block-post-featured-image > a {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	min-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0 !important;
}

body.home .omcf-oraciones-auto .wp-block-post-featured-image img,
body.home .omcf-home-novenas-auto .wp-block-post-featured-image img,
body.home .omcf-home-santos-auto .wp-block-post-featured-image img,
body.home .omcf-news-auto .wp-block-post-featured-image img {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	min-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	object-fit: cover !important;
	object-position: center top !important;
	border-radius: 0 !important;
	box-sizing: border-box !important;
}

/* La imagen domina visualmente la tarjeta */
body.home .omcf-oraciones-auto .wp-block-post-featured-image,
body.home .omcf-home-novenas-auto .wp-block-post-featured-image,
body.home .omcf-home-santos-auto .wp-block-post-featured-image {
	aspect-ratio: 4 / 4.45 !important;
	height: auto !important;
}

body.home .omcf-oraciones-auto .wp-block-post-featured-image img,
body.home .omcf-home-novenas-auto .wp-block-post-featured-image img,
body.home .omcf-home-santos-auto .wp-block-post-featured-image img {
	aspect-ratio: 4 / 4.45 !important;
}

/* Noticias: imagen horizontal uniforme */
body.home .omcf-news-auto .wp-block-post-featured-image {
	aspect-ratio: 16 / 10 !important;
	height: auto !important;
}

body.home .omcf-news-auto .wp-block-post-featured-image img {
	aspect-ratio: 16 / 10 !important;
}

/* ==========================================================
   CUERPO DE LAS TARJETAS
   ========================================================== */

body.home .omcf-oraciones-auto .omcf-oracion-auto-body,
body.home .omcf-home-novenas-auto .omcf-home-novena-body,
body.home .omcf-home-santos-auto .omcf-home-santo-body,
body.home .omcf-news-auto .omcf-news-auto-body {
	display: flex !important;
	flex-direction: column !important;
	flex: 1 1 auto !important;
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box !important;
}

/* Menos área de texto para que la imagen tenga más protagonismo */
body.home .omcf-oraciones-auto .omcf-oracion-auto-body,
body.home .omcf-home-novenas-auto .omcf-home-novena-body,
body.home .omcf-home-santos-auto .omcf-home-santo-body {
	padding: 11px 12px 13px !important;
	min-height: 205px !important;
}

/* Fecha / kicker alineado */
body.home .omcf-home-novenas-auto .wp-block-post-date,
body.home .omcf-home-santos-auto .wp-block-post-date {
	min-height: 14px !important;
	margin: 0 0 6px !important;
}

/* ==========================================================
   TÍTULOS UNIFORMES
   ========================================================== */

body.home .omcf-oraciones-auto .wp-block-post-title,
body.home .omcf-home-novenas-auto .wp-block-post-title,
body.home .omcf-home-santos-auto .wp-block-post-title {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 4 !important;
	overflow: hidden !important;
	min-height: calc(1.28em * 4) !important;
	max-height: calc(1.28em * 4) !important;
	line-height: 1.28 !important;
	margin: 0 0 7px !important;
}

/* Noticias: 3 líneas para mantener la fila perfecta */
body.home .omcf-news-auto .wp-block-post-title {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 3 !important;
	overflow: hidden !important;
	min-height: calc(1.28em * 3) !important;
	max-height: calc(1.28em * 3) !important;
	line-height: 1.28 !important;
	margin: 0 0 8px !important;
}

/* ==========================================================
   EXTRACTOS UNIFORMES
   ========================================================== */

body.home .omcf-oraciones-auto .wp-block-post-excerpt,
body.home .omcf-home-novenas-auto .wp-block-post-excerpt,
body.home .omcf-home-santos-auto .wp-block-post-excerpt {
	margin-top: auto !important;
}

body.home .omcf-oraciones-auto .wp-block-post-excerpt__excerpt,
body.home .omcf-home-novenas-auto .wp-block-post-excerpt__excerpt,
body.home .omcf-home-santos-auto .wp-block-post-excerpt__excerpt {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 4 !important;
	overflow: hidden !important;
	min-height: calc(1.48em * 4) !important;
	max-height: calc(1.48em * 4) !important;
	margin: 0 !important;
}

/* Noticias: altura de extracto igual */
body.home .omcf-news-auto .wp-block-post-excerpt__excerpt {
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 4 !important;
	overflow: hidden !important;
	min-height: calc(1.55em * 4) !important;
	max-height: calc(1.55em * 4) !important;
	margin: 0 0 10px !important;
}

body.home .omcf-news-auto .wp-block-read-more {
	margin-top: auto !important;
}

/* ==========================================================
   DOS COLUMNAS: NOVENAS + SANTOS
   Igualar alturas y alinear "Ver todas..."
   ========================================================== */

body.home .omcf-section.omcf-split {
	align-items: stretch !important;
}

body.home .omcf-section.omcf-split > .wp-block-group {
	display: flex !important;
	flex-direction: column !important;
	height: 100% !important;
	min-height: 100% !important;
}

body.home .omcf-section.omcf-split > .wp-block-group > .wp-block-query {
	flex: 1 1 auto !important;
}

body.home .omcf-section.omcf-split > .wp-block-group > p:last-child {
	margin-top: 12px !important;
	margin-bottom: 0 !important;
	text-align: right !important;
}

/* ==========================================================
   "VER TODAS..." DE ORACIONES Y NOTICIAS
   ========================================================== */

body.home #oraciones-mas-buscadas ~ p.has-text-align-right {
	text-align: right !important;
	margin-top: 10px !important;
}

body.home .omcf-home-news-all {
	text-align: right !important;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 900px) {
	body.home .omcf-oraciones-auto .wp-block-post-title,
	body.home .omcf-home-novenas-auto .wp-block-post-title,
	body.home .omcf-home-santos-auto .wp-block-post-title {
		min-height: calc(1.28em * 3) !important;
		max-height: calc(1.28em * 3) !important;
		-webkit-line-clamp: 3 !important;
	}

	body.home .omcf-oraciones-auto .wp-block-post-excerpt__excerpt,
	body.home .omcf-home-novenas-auto .wp-block-post-excerpt__excerpt,
	body.home .omcf-home-santos-auto .wp-block-post-excerpt__excerpt {
		min-height: calc(1.48em * 3) !important;
		max-height: calc(1.48em * 3) !important;
		-webkit-line-clamp: 3 !important;
	}
}

@media (max-width: 600px) {
	body.home .omcf-oraciones-auto .wp-block-post-featured-image,
	body.home .omcf-home-novenas-auto .wp-block-post-featured-image,
	body.home .omcf-home-santos-auto .wp-block-post-featured-image {
		aspect-ratio: 4 / 4.25 !important;
	}

	body.home .omcf-oraciones-auto .wp-block-post-featured-image img,
	body.home .omcf-home-novenas-auto .wp-block-post-featured-image img,
	body.home .omcf-home-santos-auto .wp-block-post-featured-image img {
		aspect-ratio: 4 / 4.25 !important;
	}

	body.home .omcf-section.omcf-split > .wp-block-group > p:last-child,
	body.home .omcf-home-news-all {
		text-align: left !important;
	}
}
