/* READ home refinements */
.rh-hero {
  background-color: var(--rh-blue);
  background-image:
    linear-gradient(rgba(18, 48, 145, .22), rgba(18, 48, 145, .22)),
    url("https://storage.ghost.io/c/0f/a9/0fa9ab55-d597-49a6-a58f-54a9306f06d9/content/images/size/w1200/2026/02/portada_read.png");
  background-position: center, center 45%;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}

.rh-hero::after {
  display: none;
}

.rh-hero__logo {
  filter: brightness(0) invert(1);
}

.rh-speaker-names {
  font-size: clamp(.8rem, .95vw, .98rem);
  line-height: 1.25;
}

@media (min-width: 75rem) {
  .rh-hero {
    background-image:
      linear-gradient(rgba(18, 48, 145, .22), rgba(18, 48, 145, .22)),
      url("https://storage.ghost.io/c/0f/a9/0fa9ab55-d597-49a6-a58f-54a9306f06d9/content/images/size/w2000/2026/02/portada_read.png");
  }
}

.rh-feature-grid {
  grid-template-columns: minmax(16rem, 22rem) minmax(0, 1fr);
}

.rh-feature-grid > .rh-card {
  order: -1;
}

.rh-feature-copy p {
  max-width: 46ch;
}

@media (max-width: 47.99rem) {
  .rh-speaker-names {
    font-size: 1rem;
    line-height: 1.3;
  }

  .rh-feature-grid {
    grid-template-columns: 1fr;
  }

  .rh-feature-grid > .rh-card {
    order: 0;
  }

  .rh-day--15 {
    display: flex;
    flex-direction: column;
  }

  .rh-day--15 .rh-feature-grid {
    display: contents;
  }

  .rh-day--15 .rh-feature-copy {
    order: -1;
    min-height: 0;
    padding: 0 0 1.5rem;
    border-left: 0;
    border-bottom: 2px solid var(--rh-day);
  }
}

@media (min-width: 48rem) {
  .rh-cards > .rh-card {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .rh-cards > .rh-card .rh-card__panel {
    flex: 1 1 auto;
    width: 100%;
  }

  .rh-cards > .rh-card .rh-card__body {
    flex: 0 0 auto;
  }
}
