/* ═══════════════════════════════
   DESTACADAS — .clv-destacadas-home
═══════════════════════════════ */

/* Layout hero */
.clv-hero-wrap {
  position: relative;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.clv-hero-content {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding: 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
}
.clv-hero-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.92) 0%,
    rgba(0, 0, 0, 0.55) 45%,
    rgba(0, 0, 0, 0.12) 100%
  );
  z-index: 0;
  pointer-events: none;
}
.clv-hero-content > * {
  position: relative;
  z-index: 1;
}

/* Todos los títulos de la sección → blancos (fondo oscuro) */
.clv-destacadas-home .wp-block-post-title,
.clv-destacadas-home .wp-block-post-title a {
  color: var(--base-3);
}

/* Título hero → más grande */
.clv-destacadas-home .clv-hero-content .wp-block-post-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  margin: 5px 0;
}

/* Layout cards */
.clv-grid-home {
  padding: 0 !important;
}
.clv-card {
  display: grid;
  row-gap: 10px;
}
.clv-card-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* Títulos de cards → 18px */
.clv-destacadas-home .clv-card .wp-block-post-title,
.clv-destacadas-home .clv-card .wp-block-post-title a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

/* Fecha cards */
.clv-destacadas-home .clv-card .wp-block-post-date {
  font-size: 11px;
  color: #c3c5ca;
}

/* Títulos carousel (aún con clv-card-title — pendiente migrar a wp-block-post-title) */
.clv-destacadas-home .clv-card-title,
.clv-destacadas-home .clv-card-title a {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  line-height: 1;
  text-decoration: none;
  margin: 0;
}

/* Variante oscura (clv-grid-home-dark) */
.clv-grid-home-dark .wp-block-post-title,
.clv-grid-home-dark .wp-block-post-title a {
  color: var(--contrast) !important;
}
.clv-grid-home-dark .wp-block-post-title a:hover {
  color: var(--accent) !important;
}
.clv-grid-home-dark .wp-block-post-date {
  color: var(--contrast-light) !important;
}

/* ═══════════════════════════════
   ÚLTIMAS NOTICIAS — .clv-ultimas-home
═══════════════════════════════ */

/* Nota principal con overlay */
.clv-last-note {
  position: relative;
  overflow: hidden;
}
.clv-lasts-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: var(--base-3);
  max-width: 80%;
  padding: 20px;
}
.clv-lasts-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
}
/* z-index para todos los hijos del overlay */
.clv-lasts-content > *,
.clv-last-extracto,
.clv-meta-home {
  position: relative;
  z-index: 1;
}

/* Título sobre overlay → blanco con z-index */
.clv-ultimas-home .clv-last-note .wp-block-post-title,
.clv-ultimas-home .clv-last-note .wp-block-post-title a {
  color: #ffffff !important;
  position: relative;
  z-index: 1;
}

/* Categoría en overlay → z-index */
.clv-lasts-content .wp-block-post-terms {
  margin-bottom: 10px;
}

/* Fecha y meta */
.clv-meta-home {
  justify-content: space-between;
  font-size: 14px;
  padding: 5px 0;
}
.clv-date-home {
  color: var(--base-3);
  font-size: 13px;
}

/* Recomendados — layout */
.clv-recomendadas-container {
  background: #fff;
  padding: 20px 0 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.clv-recomendadas {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.clv-recomendadas:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.clv-recomendadas:last-child {
  border-bottom: none !important;
}
.clv-recomendadas-imagen,
.clv-recomendadas-imagen img {
  border-radius: 6px;
}

/* Recomendados — título → 18px */
.clv-recomendadas-container .wp-block-post-title,
.clv-recomendadas-container .wp-block-post-title a {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 0;
}
.clv-recomendadas-container .wp-block-post-title a:hover {
  color: var(--contrast) !important;
}

/* ═══════════════════════════════
   POLÍTICA — .clv-politica-home
═══════════════════════════════ */

/* Cards de lista (h3) → 18px */
.clv-politica-home h3.wp-block-post-title,
.clv-politica-home h3.wp-block-post-title a {
  font-size: 18px;
}

/* ═══════════════════════════════
   GENERO — .clv-genero-home
═══════════════════════════════ */

/* Cards → 18px */
.clv-genero-home .wp-block-post-title,
.clv-genero-home .wp-block-post-title a {
  font-size: 18px;
}

/* ═══════════════════════════════
   AMBIENTE — .clv-ambiente-home
═══════════════════════════════ */

/* Heading → línea verde */
.clv-ambiente-home .wp-block-heading::after {
  background: var(--green);
}

/* Categoría → fondo verde */
.clv-cat-ambiente.wp-block-post-terms {
  display: flex;
}
.clv-cat-ambiente.wp-block-post-terms a {
  background-color: var(--green);
}

/* Cards → 18px */
.clv-ambiente-home .wp-block-post-title,
.clv-ambiente-home .wp-block-post-title a {
  font-size: 18px;
}

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */

@media (max-width: 768px) {
  .clv-hero-wrap {
    min-height: 380px;
  }
  .clv-hero-content {
    padding: 18px;
  }
  .clv-destacadas-home .clv-hero-content .wp-block-post-title {
    font-size: 20px;
  }
  .clv-card-img img {
    height: 180px;
  }
}

@media (max-width: 400px) {
  .clv-hero-wrap {
    min-height: 500px;
  }
  .clv-hero-content {
    padding: 12px !important;
    background-position: left !important;
  }
  .clv-destacadas-home .clv-hero-content .wp-block-post-title {
    font-size: 18px;
  }
  .clv-card-img img {
    height: 150px;
  }
}
