.rc-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.lazy-wrapper {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #e9edf2;
}

.lazy-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.45s ease-out, transform 0.4s ease;
}

.lazy-img.loaded {
  opacity: 1;
}

a:hover .lazy-img.loaded {
  transform: scale(1.05);
}

.rc-page-shell {
  position: relative;
}

.rc-shell-block {
  margin-bottom: 1.75rem;
}

.rc-surface-card {
  background: var(--rc-surface);
  border: 1px solid var(--rc-border-soft);
  border-radius: var(--rc-radius-md);
  box-shadow: var(--rc-shadow-soft);
}

.rc-surface-card--muted {
  background: var(--rc-surface-alt);
}

.rc-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.rc-section-header__copy {
  min-width: 0;
}

.rc-section-eyebrow {
  display: inline-block;
  margin-bottom: 0.35rem;
  color: var(--brand-color);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rc-section-title {
  margin: 0;
  color: var(--rc-text-strong);
  font-size: clamp(1.1rem, 0.9rem + 0.8vw, 1.45rem);
  font-weight: 800;
  line-height: 1.15;
}

.rc-section-subtitle {
  margin: 0.35rem 0 0;
  color: var(--rc-text-muted);
  font-size: 0.92rem;
  line-height: 1.5;
}

.rc-section-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--brand-color);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.rc-section-link:hover,
.rc-section-link:focus-visible {
  color: var(--brand-color);
  opacity: 0.88;
}

.rc-archive-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.05rem;
}

.rc-archive-header__copy {
  min-width: 0;
  flex: 1;
}

.rc-archive-header__title {
  margin: 0;
  color: var(--brand-color);
  font-size: clamp(1.2rem, 1rem + 1vw, 1.7rem);
  font-weight: 900;
  line-height: 1.08;
}

.rc-archive-header__meta {
  margin: 0.45rem 0 0;
  color: var(--rc-text-muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.rc-archive-header__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.75rem;
}

.rc-archive-header__chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  background: rgba(var(--brand-color-rgb), 0.1);
  color: var(--brand-color);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rc-archive-header__button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding-inline: 0.95rem;
  white-space: nowrap;
  border-radius: 14px;
  font-size: 0.84rem;
  font-weight: 800;
}

.rc-banner-slot {
  width: 100%;
  max-width: 100%;
  border-radius: var(--rc-radius-md);
  overflow: hidden;
  background: var(--rc-surface-alt);
}

.bg-dark .rc-banner-slot {
  background: rgba(255, 255, 255, 0.03);
}

.rc-banner-201-mobile {
  width: 100%;
  max-height: 100vw;
}

.rc-banner-201-mobile .banner-img {
  width: 100%;
  height: auto;
  max-height: 100vw;
  object-fit: contain;
}

.rc-banner-204-mobile {
  aspect-ratio: 4 / 3;
}

.rc-banner-204-mobile .banner-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rc-banner-slot > .banner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: inherit;
}

.banner-wrapper {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.banner-blur-bg {
  position: absolute;
  inset: -20px;
  background-size: cover;
  background-position: center;
  filter: blur(25px) brightness(0.7);
  opacity: 0.5;
  z-index: 0;
}

.banner-wrapper .banner-link {
  position: relative;
  z-index: 1;
}

.banner-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

.banner-wrapper .ad-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.68);
  color: #fff;
  font-size: 0.72rem;
  text-decoration: none;
  transition: background 0.2s ease;
}

.banner-wrapper .ad-badge span {
  display: none;
}

.banner-wrapper:hover .ad-badge,
.banner-wrapper:focus-within .ad-badge {
  background: rgba(15, 23, 42, 0.82);
}

.banner-wrapper:hover .ad-badge span,
.banner-wrapper:focus-within .ad-badge span {
  display: inline;
}

.rc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--brand-color);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rc-line-clamp-2,
.rc-line-clamp-3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.rc-line-clamp-2 {
  -webkit-line-clamp: 2;
}

.rc-line-clamp-3 {
  -webkit-line-clamp: 3;
}

/* ── Overlay card — imagem via background-image, sem absolute ── */
.rc-news-overlay-card {
  display: block;
  min-height: 200px;
  overflow: hidden;
  border-radius: var(--rc-radius-lg);
  background-color: #111;
  background-size: 100%;
  background-position: center;
  color: #fff;
  text-decoration: none;
  box-shadow: var(--rc-shadow-card);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-size 0.4s ease;
}

.rc-news-overlay-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 44px rgba(15, 23, 42, 0.18);
  background-size: 110%;
}

.rc-news-overlay-card__gradient {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: inherit;
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.08) 0%, rgba(11, 18, 32, 0.22) 38%, rgba(11, 18, 32, 0.82) 100%);
}

.rc-news-overlay-card__category {
  display: inline-flex;
  margin-bottom: 0.55rem;
}

.rc-news-overlay-card__title {
  display: block;
  margin: 0;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.22;
  text-wrap: balance;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.35);
}

.rc-news-overlay-card__meta {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.rc-news-overlay-card__meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

/* Hero */
.rc-news-overlay-card--hero {
  min-height: 320px;
}

.rc-news-overlay-card--hero .rc-news-overlay-card__gradient {
  padding: 1.4rem;
}

.rc-news-overlay-card--hero .rc-news-overlay-card__title {
  font-size: clamp(1.35rem, 1.05rem + 1vw, 2rem);
}

/* Compact */
.rc-news-overlay-card--compact {
  min-height: 160px;
}

.rc-home-secondary-col {
  height: 80%;
  align-self: center;
}

.rc-news-overlay-card--compact .rc-news-overlay-card__title {
  font-size: 0.98rem;
}

/* Flex-grow: quando dentro de flex parent, preenche o espaço */
.rc-news-overlay-card.flex-grow-1 .rc-news-overlay-card__gradient {
  flex: 1;
}

.rc-news-list-card {
  display: flex;
  gap: 0.9rem;
  align-items: stretch;
  padding: 0.8rem;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.rc-news-list-card:hover,
.rc-news-list-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--rc-border-strong);
  box-shadow: var(--rc-shadow-card);
}

.rc-news-list-card__media {
  width: 92px;
  min-width: 92px;
  height: 92px;
  border-radius: var(--rc-radius-sm);
}

.rc-news-list-card__body {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}

.rc-news-list-card__meta {
  margin-bottom: 0.35rem;
  color: var(--rc-text-muted);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rc-news-list-card__title {
  display: block;
  margin: 0;
  color: var(--rc-text-strong);
  font-size: 0.97rem;
  font-weight: 800;
  line-height: 1.3;
}

.rc-news-square-card {
  display: block;
  color: inherit;
  text-decoration: none;
}

.rc-news-square-card__media {
  aspect-ratio: 1;
  margin-bottom: 0.7rem;
  border-radius: var(--rc-radius-md);
  box-shadow: var(--rc-shadow-soft);
}

.rc-news-square-card__title {
  display: block;
  margin: 0;
  color: var(--rc-text-strong);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.28;
}

.rc-news-square-card__meta {
  display: inline-flex;
  margin-bottom: 0.35rem;
}

.rc-news-grid-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.rc-news-grid-card:hover,
.rc-news-grid-card:focus-visible {
  transform: translateY(-2px);
  border-color: var(--rc-border-strong);
  box-shadow: var(--rc-shadow-card);
}

.rc-news-grid-card__media {
  aspect-ratio: 4 / 3;
}

.rc-news-grid-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.6rem;
  padding: 0.9rem;
}

.rc-news-grid-card__meta {
  display: inline-flex;
  align-self: start;
  margin-bottom: -0.1rem;
}

.rc-news-grid-card__title {
  display: block;
  margin: 0;
  color: var(--rc-text-strong);
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.32;
}

.rc-news-grid-card__excerpt {
  display: block;
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
  color: var(--rc-text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
  -webkit-mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 50%, transparent 100%);
}

.rc-news-grid-card__footer {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-top: auto;
}

.rc-news-grid-card__author {
  color: var(--brand-color);
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.3;
}

.rc-news-grid-card__time {
  color: var(--rc-text-muted);
  font-size: 0.7rem;
  line-height: 1.3;
}

.rc-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.rc-pagination__button {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  border: 1px solid var(--rc-border-strong);
  background: var(--rc-surface);
  color: var(--rc-text-strong);
  font-size: 0.84rem;
  font-weight: 800;
  box-shadow: var(--rc-shadow-soft);
}

.rc-pagination__summary {
  color: var(--rc-text-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.rc-news-archive {
  padding-top: 0.85rem;
}

.rc-news-archive__header {
  margin-bottom: 1rem;
}

.rc-news-archive__feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.rc-news-archive__item,
.rc-news-archive__banner,
.rc-news-archive__empty {
  min-width: 0;
}

.rc-news-archive__item--featured,
.rc-news-archive__banner,
.rc-news-archive__empty {
  grid-column: 1 / -1;
}

.rc-news-archive__pagination {
  margin-top: 1.6rem;
  padding-bottom: 0.6rem;
}

.rc-news-archive__empty-action {
  margin-top: 1rem;
}

.rc-favorites-page {
  padding-top: 0.85rem;
}

.rc-favorites-page__header {
  margin-bottom: 1rem;
}

.rc-favorites-page__empty-action {
  margin-top: 1rem;
}

.rc-favorite-card {
  position: relative;
  overflow: hidden;
}

.rc-favorite-card__link {
  display: flex;
  min-height: 110px;
  color: inherit;
  text-decoration: none;
}

.rc-favorite-card__media {
  width: 120px;
  min-width: 120px;
  height: auto;
}

.rc-favorite-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.45rem;
  padding: 0.9rem;
  min-width: 0;
}

.rc-favorite-card__tag {
  color: var(--brand-color);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-favorite-card__title {
  display: block;
  margin: 0;
  color: var(--rc-text-strong);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.3;
}

.rc-favorite-card__time {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--rc-text-muted);
  font-size: 0.72rem;
}

.rc-favorite-card__remove {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #dc3545;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

.rc-obituary-archive {
  padding-top: 0.85rem;
}

.rc-obituary-archive__header {
  margin-bottom: 1rem;
}

.rc-obituary-archive__feed {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.rc-obituary-archive__pagination {
  margin-top: 1.6rem;
}

.rc-obituary-list-card {
  display: flex;
  align-items: start;
  gap: 1rem;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
  border-left: 4px solid rgba(var(--brand-color-rgb), 0.45);
}

.rc-obituary-list-card__media {
  width: 72px;
  min-width: 72px;
  height: 72px;
  border-radius: 999px;
  overflow: hidden;
  background: var(--rc-surface-alt);
}

.rc-obituary-list-card__fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(var(--brand-color-rgb), 0.12), rgba(15, 23, 42, 0.08));
  color: var(--brand-color);
  font-size: 1.5rem;
}

.rc-obituary-list-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.55rem;
  min-width: 0;
}

.rc-obituary-list-card__top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
}

.rc-obituary-list-card__name {
  display: block;
  color: var(--rc-text-strong);
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.18;
}

.rc-obituary-list-card__age {
  display: inline-flex;
  align-items: center;
  padding: 0.22rem 0.55rem;
  border-radius: 999px;
  background: var(--rc-surface-alt);
  color: var(--rc-text-base);
  font-size: 0.74rem;
  font-weight: 700;
  white-space: nowrap;
}

.rc-obituary-list-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  color: var(--rc-text-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.rc-obituary-list-card__meta i {
  color: var(--brand-color);
}

/* ── Archive sidebar (noticias, programacao) ── */
.rc-archive-sidebar__sticky {
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.rc-banner-204-sidebar .rc-banner-slot,
.rc-banner-205-sidebar .rc-banner-slot {
  margin: 0;
}

/* ── Schedule: "No ar agora" banner ── */
.rc-schedule-now-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.85rem 1.1rem;
  border-left: 3px solid var(--brand-color);
}

.rc-schedule-now-banner__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--brand-color);
  flex-shrink: 0;
  animation: rc-pulse 1.4s ease-in-out infinite;
}

@keyframes rc-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(var(--brand-color-rgb), 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(var(--brand-color-rgb), 0); }
}

.rc-schedule-now-banner__copy {
  flex: 1;
  min-width: 0;
}

.rc-schedule-now-banner__label {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-color);
}

.rc-schedule-now-banner__title {
  display: block;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--rc-text-strong);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rc-schedule-now-banner__btn {
  flex-shrink: 0;
}

/* ── Schedule item: past state ── */
.rc-schedule-item.is-past {
  opacity: 0.45;
}

.rc-schedule-item.is-past .rc-schedule-item__bubble {
  background: var(--rc-surface-alt);
  border-color: var(--rc-border-soft);
  color: var(--rc-text-muted);
  font-weight: 600;
}

/* ── Schedule item: stronger live highlight ── */
.rc-schedule-item.is-live .rc-schedule-item__card {
  border-color: rgba(var(--brand-color-rgb), 0.35);
  box-shadow: 0 0 0 2px rgba(var(--brand-color-rgb), 0.12), var(--rc-shadow-soft);
}

.rc-schedule-item.is-live .rc-schedule-item__title {
  color: var(--brand-color);
}

/* ── Schedule page ── */
.rc-schedule-page {
  padding-top: 0.85rem;
}

.rc-schedule-page__header {
  margin-bottom: 1rem;
}

.rc-schedule-page__days {
  position: sticky;
  top: 60px;
  z-index: 880;
  padding: 0.85rem 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid var(--rc-border-soft);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
}

.rc-schedule-page__days-scroller {
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  padding-inline: 0.25rem;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.rc-schedule-page__days-scroller::-webkit-scrollbar {
  display: none;
}

.rc-schedule-page__pane {
  display: none;
}

.rc-schedule-page__pane.is-active {
  display: block;
}

.rc-schedule-page__timeline {
  padding: 1.25rem 0 0.25rem;
}

.rc-schedule-page__empty {
  padding-top: 0.5rem;
}

.rc-schedule-day-pill {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.12rem;
  min-width: 64px;
  height: 64px;
  border: 1px solid var(--rc-border-soft);
  border-radius: 16px;
  background: var(--rc-surface);
  color: var(--rc-text-muted);
  box-shadow: var(--rc-shadow-soft);
}

.rc-schedule-day-pill__label {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rc-schedule-day-pill__value {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1;
}

.rc-schedule-day-pill.is-active {
  background: var(--brand-color);
  border-color: var(--brand-color);
  color: #fff;
  box-shadow: 0 12px 28px rgba(var(--brand-color-rgb), 0.28);
  transform: translateY(-2px);
}

.rc-schedule-item {
  position: relative;
  display: flex;
  gap: 1rem;
  padding-bottom: 1.5rem;
}

.rc-schedule-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 31px;
  bottom: 0;
  width: 2px;
  background: var(--rc-border-strong);
}

.rc-schedule-item:last-child::before {
  display: none;
}

.rc-schedule-item__time {
  position: relative;
  z-index: 1;
  flex: 0 0 62px;
  text-align: center;
}

.rc-schedule-item__bubble {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 62px;
  padding: 0.55rem 0.45rem;
  border: 2px solid var(--rc-border-soft);
  border-radius: 12px;
  background: var(--rc-surface);
  color: var(--rc-text-strong);
  font-size: 0.84rem;
  font-weight: 800;
  box-shadow: var(--rc-shadow-soft);
}

.rc-schedule-item__live-label {
  margin-top: 0.4rem;
  color: var(--brand-color);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-schedule-item__card {
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.rc-schedule-item__media {
  aspect-ratio: 16 / 8;
}

.rc-schedule-item__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.8rem;
  padding: 1rem;
}

.rc-schedule-item__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.75rem;
}

.rc-schedule-item__title {
  color: var(--rc-text-strong);
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.2;
}

.rc-schedule-item__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: rgba(var(--brand-color-rgb), 0.12);
  color: var(--brand-color);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.rc-schedule-item__presenters {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.rc-schedule-item__presenter {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
}

.rc-schedule-item__avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  object-fit: cover;
  flex-shrink: 0;
}

.rc-schedule-item__avatar--letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--rc-surface-alt);
  color: var(--brand-color);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.rc-schedule-item__presenter-name {
  color: var(--rc-text-muted);
  font-size: 0.82rem;
  font-weight: 700;
}

.rc-schedule-item.is-live::before {
  background: rgba(var(--brand-color-rgb), 0.24);
}

.rc-schedule-item.is-live .rc-schedule-item__bubble {
  background: var(--brand-color);
  border-color: var(--brand-color);
  color: #fff;
}

.rc-search-page {
  padding-top: 0.85rem;
}

.rc-search-page__hero {
  margin-bottom: 1rem;
  padding: 1rem;
}

.rc-search-page__form {
  display: flex;
  gap: 0.75rem;
}

.rc-search-page__input {
  min-height: 52px;
  border-radius: 16px;
  border-color: var(--rc-border-strong);
  box-shadow: none;
}

.rc-search-page__submit {
  min-width: 52px;
  border-radius: 16px;
}

.rc-search-page__result-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: var(--rc-surface-alt);
  color: var(--rc-text-muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.rc-search-page__section {
  margin-top: 1.75rem;
}

.rc-notify-page {
  padding-top: 0.85rem;
}

.rc-notify-page__header {
  margin-bottom: 1rem;
}

.rc-notify-page__status {
  display: none;
  align-items: start;
  gap: 0.8rem;
  margin: 0 0 1rem;
  padding: 0.95rem 1rem;
  border-radius: var(--rc-radius-md);
  font-size: 0.88rem;
  line-height: 1.5;
}

.rc-notify-page__status.is-visible {
  display: flex;
}

.rc-notify-page__status--subscribed {
  background: #e8f5e9;
  color: #2e7d32;
}

.rc-notify-page__status--warning {
  background: #fff3e0;
  color: #e65100;
}

.rc-notify-page__status--blocked {
  background: #fce4ec;
  color: #b71c1c;
}

.rc-notify-card {
  padding: 1rem 1rem 0.4rem;
}

.rc-notify-card + .rc-notify-card {
  margin-top: 0.95rem;
}

.rc-notify-card__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 0.9rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid var(--rc-border-soft);
  cursor: pointer;
}

.rc-notify-card__title-wrap {
  display: flex;
  align-items: start;
  gap: 0.85rem;
  min-width: 0;
}

.rc-notify-card__icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(var(--brand-color-rgb), 0.1);
  color: var(--brand-color);
  font-size: 1rem;
  flex-shrink: 0;
}

.rc-notify-card__title {
  margin: 0;
  color: var(--rc-text-strong);
  font-size: 0.98rem;
  font-weight: 800;
}

.rc-notify-card__subtitle {
  margin: 0.22rem 0 0;
  color: var(--rc-text-muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.rc-notify-card__controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.rc-notify-card__chevron {
  color: var(--rc-text-muted);
  font-size: 1rem;
  transition: transform 0.2s ease;
}

.rc-notify-card.is-open .rc-notify-card__chevron {
  transform: rotate(180deg);
}

.rc-notify-switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
}

.rc-notify-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.rc-notify-switch__slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #d7dce3;
  transition: 0.25s;
}

.rc-notify-switch__slider::before {
  content: '';
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: 0.25s;
}

.rc-notify-switch input:checked + .rc-notify-switch__slider {
  background: var(--brand-color);
}

.rc-notify-switch input:checked + .rc-notify-switch__slider::before {
  transform: translateX(20px);
}

.rc-notify-card__body {
  display: none;
  padding: 1rem 0 0.55rem;
}

.rc-notify-card.is-open .rc-notify-card__body {
  display: block;
}

.rc-notify-card__saved {
  opacity: 0;
  color: #2e7d32;
  font-size: 0.78rem;
  font-weight: 700;
  transition: opacity 0.25s ease;
}

.rc-notify-card__saved.is-visible {
  opacity: 1;
}

.rc-notify-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
  margin-top: 0.85rem;
}

.rc-notify-chip {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-height: 48px;
  padding: 0.7rem 0.75rem;
  border: 1px solid var(--rc-border-soft);
  border-radius: 14px;
  background: var(--rc-surface);
  color: var(--rc-text-base);
  font-size: 0.84rem;
  font-weight: 600;
  cursor: pointer;
}

.rc-notify-chip input {
  width: 16px;
  height: 16px;
  accent-color: var(--brand-color);
  flex-shrink: 0;
}

.rc-notify-chip.is-selected {
  background: rgba(var(--brand-color-rgb), 0.08);
  border-color: rgba(var(--brand-color-rgb), 0.24);
}

.rc-notify-program-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--rc-border-soft);
}

.rc-notify-program-row:last-child {
  border-bottom: 0;
}

.rc-notify-program-row input[type='checkbox'],
.rc-notify-obit-option input[type='radio'] {
  width: 16px;
  height: 16px;
  accent-color: var(--brand-color);
}

.rc-notify-program-row label,
.rc-notify-obit-option label {
  color: var(--rc-text-base);
  font-size: 0.86rem;
  font-weight: 600;
}

.rc-notify-program-row .form-select,
.rc-notify-obit-time {
  min-height: 40px;
  border-radius: 12px;
  border-color: var(--rc-border-strong);
  box-shadow: none;
  font-size: 0.82rem;
}

.rc-notify-obit-options {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.rc-notify-obit-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
}

.rc-notify-obit-time-wrap {
  padding-left: 1.8rem;
}

.rc-notify-page__unsubscribe {
  margin-top: 1rem;
}

.rc-live-page {
  padding-bottom: 2rem;
}

.rc-live-page__banner {
  padding-top: 0.85rem;
}

.rc-live-page__hero {
  position: relative;
  overflow: hidden;
  padding: 2rem 1.25rem 1.6rem;
  text-align: center;
  color: #fff;
  background: linear-gradient(160deg, var(--brand-color) 0%, #280008 100%);
}

.rc-live-page__hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% -20%, rgba(255, 255, 255, 0.12), transparent 65%);
  pointer-events: none;
}

.rc-live-page__hero-inner {
  position: relative;
  z-index: 1;
}

.rc-live-page__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rc-live-page__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff4a4a;
  animation: rc-live-pulse 1.2s ease-in-out infinite;
}

@keyframes rc-live-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 74, 74, 0.6);
  }

  50% {
    opacity: 0.6;
    transform: scale(0.7);
    box-shadow: 0 0 0 4px rgba(255, 74, 74, 0);
  }
}

.rc-live-page__logo {
  display: block;
  height: 44px;
  margin: 0 auto 0.35rem;
  object-fit: contain;
  filter: brightness(10) saturate(0);
}

.rc-live-page__station {
  margin: 0;
  opacity: 0.62;
  font-size: 0.82rem;
}

.rc-live-page__play {
  display: inline-grid;
  place-items: center;
  width: 86px;
  height: 86px;
  margin: 1.35rem auto 1rem;
  border: 3px solid rgba(255, 255, 255, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 2.7rem;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.rc-live-page__play.is-playing,
.rc-live-page__play:active {
  background: rgba(255, 255, 255, 0.25);
  border-color: #fff;
  transform: scale(1.05);
}

.rc-live-page__play.is-buffering i {
  animation: spin 0.8s linear infinite;
}

.rc-live-page__volume {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  max-width: 300px;
  margin: 0 auto 0.8rem;
}

.rc-live-page__volume-btn {
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.15rem;
}

.rc-live-page__volume-slider {
  flex: 1;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  outline: none;
  -webkit-appearance: none;
}

.rc-live-page__volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

.rc-live-page__stream {
  margin: 0;
  opacity: 0.58;
  font-size: 0.74rem;
}

.rc-live-page__program {
  margin-top: -0.8rem;
}

.rc-live-page__section {
  margin-top: 1.5rem;
}

.rc-live-page__timeline {
  padding-top: 0.4rem;
}

.rc-live-page__news-card {
  display: block;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.35s ease;
}

.rc-live-page__news-card.is-fading {
  opacity: 0;
}

.rc-live-page__news-media {
  aspect-ratio: 16 / 8;
}

.rc-live-page__news-body {
  padding: 1rem;
}

.rc-live-page__news-tag {
  color: var(--brand-color);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-live-page__news-title {
  margin: 0.4rem 0 0;
  color: var(--rc-text-strong);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.35;
}

.rc-live-page__news-time {
  margin-top: 0.5rem;
  color: var(--rc-text-muted);
  font-size: 0.74rem;
}

.rc-live-page__dots {
  display: flex;
  justify-content: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
}

.rc-live-page__dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d4d9e1;
  transition: background 0.25s ease, width 0.25s ease;
}

.rc-live-page__dot.is-active {
  width: 18px;
  border-radius: 999px;
  background: var(--brand-color);
}

.rc-live-page__update {
  display: none;
  color: var(--rc-text-muted);
  font-size: 0.68rem;
  font-weight: 500;
}

.rc-live-page__update.is-visible {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.rc-filter-offcanvas .offcanvas-header {
  border-bottom: 1px solid var(--rc-border-soft);
}

.rc-filter-offcanvas .offcanvas-title {
  color: var(--rc-text-strong);
  font-weight: 800;
}

.rc-filter-panel label {
  color: var(--rc-text-strong);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.rc-filter-panel .form-control,
.rc-filter-panel .form-select {
  min-height: 46px;
  border-radius: 14px;
  border-color: var(--rc-border-strong);
  box-shadow: none;
}

.rc-filter-panel .form-control:focus,
.rc-filter-panel .form-select:focus {
  border-color: rgba(var(--brand-color-rgb), 0.45);
  box-shadow: 0 0 0 0.22rem rgba(var(--brand-color-rgb), 0.14);
}

.rc-filter-panel__hint {
  color: var(--rc-text-muted);
  font-size: 0.78rem;
}

.rc-filter-panel__clear {
  font-size: 0.82rem;
  font-weight: 700;
}

.rc-news-article {
  padding-top: 0.85rem;
}

.rc-article-breadcrumb {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.rc-article-breadcrumb .breadcrumb {
  flex-wrap: nowrap;
  overflow: hidden;
}

.rc-article-breadcrumb .breadcrumb-item,
.rc-article-breadcrumb .breadcrumb-item a {
  color: var(--rc-text-base);
  text-decoration: none;
  font-weight: 200;
  font-style: italic;
}

.rc-article-breadcrumb .breadcrumb-item a:hover,
.rc-article-breadcrumb .breadcrumb-item a:focus-visible {
  color: var(--brand-color);
}

.rc-article-breadcrumb .breadcrumb-item.active {
  color: var(--rc-text-base);
}

.rc-article-header {
  margin-bottom: 1.5rem;
}

.rc-article-header__title {
  margin: 0;
  color: var(--rc-text-strong);
  font-size: clamp(1.9rem, 1.6rem + 1vw, 2.6rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.rc-article-header__subtitle {
  margin: 0.9rem 0 0;
  color: var(--rc-text-base);
  font-size: clamp(1rem, 0.92rem + 0.35vw, 1.18rem);
  line-height: 1.55;
}

.rc-article-header__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid var(--rc-border-soft);
  border-bottom: 1px solid var(--rc-border-soft);
}

.rc-article-header__author-block {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 0;
}

.rc-article-header__author,
.rc-article-header__date {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  max-width: 100%;
}

.rc-article-header__author {
  color: var(--brand-color);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.rc-article-header__date {
  color: var(--rc-text-muted);
  font-size: 0.8rem;
}

.rc-article-header__actions {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}

.rc-article-header__icon-button {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
}

.rc-article-header__icon-button--whatsapp {
  color: #fff;
  background: #25d366;
  border-color: #25d366;
}

.rc-article-figure {
  margin-bottom: 1.5rem;
}

.main-img-wrapper {
  aspect-ratio: 16 / 9;
  background: #111;
  border-radius: var(--rc-radius-md);
  overflow: hidden;
  position: relative;
}

.main-img-blur-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(18px) brightness(0.7);
  transform: scale(1.15);
  z-index: 0;
}

.main-img-wrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity 0.4s ease;
  opacity: 0;
}

.main-img-wrapper img.loaded,
.main-img-wrapper img:not(.lazy-img) {
  opacity: 1;
}

.main-img-wrapper:has(img:not(.lazy-img)) .img-skeleton {
  display: none;
}

.img-skeleton {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, #e8e8e8 25%, #f5f5f5 50%, #e8e8e8 75%);
  background-size: 200% 100%;
  animation: skeleton-wave 1.4s infinite;
}

@keyframes skeleton-wave {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.rc-article-main-img[data-open-gallery] img {
  transition: opacity 0.4s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.rc-article-main-img[data-open-gallery] .main-img-blur-bg {
  transition: transform 0.4s ease, filter 0.4s ease;
}

.rc-article-main-img[data-open-gallery]:hover img {
  transform: scale(1.03);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 4px 12px rgba(0, 0, 0, 0.25);
}

.rc-article-main-img[data-open-gallery]:hover .main-img-blur-bg {
  transform: scale(1.25);
  filter: blur(24px) brightness(0.55);
}

.rc-article-gallery-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: var(--rc-radius-sm);
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
  pointer-events: none;
}

.rc-article-credit {
  margin-top: 0.45rem;
  color: var(--rc-text-muted);
  font-size: 0.74rem;
  text-align: right;
}

.rc-article-controls {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  padding: 0.8rem 0.95rem;
  border-radius: var(--rc-radius-sm);
  border: 1px solid var(--rc-border-soft);
  background: var(--rc-surface);
  box-shadow: var(--rc-shadow-soft);
}

.rc-article-controls__label {
  color: var(--rc-text-muted);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-article-controls__button {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--rc-border-soft);
  border-radius: 10px;
  background: var(--rc-surface-alt);
  color: var(--rc-text-strong);
  font-size: 0.86rem;
  font-weight: 800;
}

.rc-article-controls__button:active {
  transform: scale(0.94);
}

.rc-article-controls__divider {
  width: 1px;
  height: 24px;
  margin: 0 0.2rem;
  background: var(--rc-border-soft);
}

.rc-article-controls__tag {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  background: rgba(var(--brand-color-rgb), 0.1);
  color: var(--brand-color);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

a.rc-article-controls__tag:hover {
  background: var(--brand-color);
  color: #fff;
}

.rc-article-body {
  color: #333;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: var(--article-font-size, 1.1rem);
  line-height: 1.78;
}

.rc-article-body p,
.rc-article-body ul,
.rc-article-body ol {
  margin-bottom: 1.4rem;
}

.rc-article-body img {
  max-width: 100%;
  height: auto;
  margin: 0.75rem 0;
  border-radius: 10px;
}

/* ── Inline ads dentro do artigo ── */
.rc-inline-ad {
  max-height: 200px;
  overflow: hidden;
  margin: 1.5rem 0;
  text-align: center;
}

.rc-article-gallery {
  margin-top: 2rem;
}

/* ── Gallery strip overlay on main image ── */
.rc-gallery-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.rc-gallery-strip__thumb {
  width: 56px;
  height: 56px;
  border-radius: var(--rc-radius-sm);
  overflow: hidden;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.2s ease, transform 0.15s ease;
}

.rc-gallery-strip__thumb:hover {
  border-color: #fff;
  transform: scale(1.06);
}

.rc-gallery-strip__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rc-gallery-strip__count {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  white-space: nowrap;
}

.rc-article-discovery {
  margin-top: 2rem;
}

.rc-article-related {
  margin-top: 2rem;
}

.rc-live-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 20px;
}

.rc-live-card__media {
  aspect-ratio: 16 / 8;
}

.rc-live-card__poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.72);
}

.rc-live-card__fallback {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at top, rgba(var(--brand-color-rgb), 0.3), transparent 48%),
    linear-gradient(160deg, #111827 0%, #1f2937 100%);
  color: rgba(255, 255, 255, 0.6);
}

.rc-live-card__badge {
  position: absolute;
  top: 0.9rem;
  left: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(185, 28, 28, 0.94);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(185, 28, 28, 0.24);
}

.rc-live-card__badge--inline {
  position: static;
  box-shadow: none;
  padding: 0.25rem 0.6rem;
  font-size: 0.65rem;
  flex-shrink: 0;
}

.rc-live-card--compact .rc-live-card__body {
  padding: 0.85rem 1rem;
  gap: 0.5rem;
}

.rc-live-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem;
}

.rc-live-card__title {
  margin: 0;
  color: var(--brand-color);
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.18;
}

.rc-live-card__meta {
  margin: 0.18rem 0 0;
  color: var(--rc-text-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.rc-live-card__summary {
  margin: 0.75rem 0 0;
  color: var(--rc-text-base);
  font-size: 0.93rem;
  line-height: 1.55;
}

.rc-live-card__next {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.85rem 0.95rem;
  border-radius: var(--rc-radius-sm);
  background: var(--rc-surface-alt);
}

.rc-live-card__next-label {
  display: block;
  color: var(--rc-text-muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rc-live-card__next-title {
  display: block;
  color: var(--rc-text-strong);
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.2;
}

.rc-obituary-card {
  min-height: 100%;
  padding: 1.15rem;
}

.rc-obituary-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.rc-obituary-card__title {
  margin: 0;
  color: var(--rc-text-strong);
  font-size: 1.1rem;
  font-weight: 800;
}

.rc-obituary-card__title i {
  color: var(--brand-color);
}

.rc-obituary-card__link {
  color: var(--rc-text-muted);
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.rc-obituary-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.rc-obituary-card__item {
  display: block;
  padding: 0.9rem;
  border-radius: var(--rc-radius-sm);
  background: var(--rc-surface-alt);
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.rc-obituary-card__item:hover,
.rc-obituary-card__item:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--rc-shadow-soft);
}

.rc-obituary-card__name {
  margin: 0 0 0.35rem;
  color: var(--rc-text-strong);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
}

.rc-obituary-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
  color: var(--rc-text-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.rc-obituary-card__meta i {
  color: var(--brand-color);
}

.rc-empty-state {
  display: grid;
  place-items: center;
  min-height: 180px;
  padding: 1.4rem;
  text-align: center;
}

.rc-empty-state__icon {
  display: inline-grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 0.85rem;
  border-radius: 999px;
  background: rgba(var(--brand-color-rgb), 0.1);
  color: var(--brand-color);
  font-size: 1.35rem;
}

.rc-empty-state__title {
  margin: 0;
  color: var(--rc-text-strong);
  font-size: 1rem;
  font-weight: 800;
}

.rc-empty-state__description {
  margin: 0.4rem 0 0;
  color: var(--rc-text-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.rc-ads-box {
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow: hidden;
  text-align: center;
  border-radius: var(--rc-radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(248, 250, 252, 0.95));
  border: 1px dashed rgba(100, 116, 139, 0.28);
  color: var(--rc-text-muted);
}

body.view-desktop .rc-ads-box {
  min-height: 110px;
}

.rc-google-ad {
  padding: 0;
  max-height: 25px;
  overflow: hidden;
  position: relative;
}

body.view-desktop .rc-google-ad {
  max-height: 200px;
  padding: 0.85rem;
}

.rc-google-ad__wrapper {
  width: 100%;
  max-height: inherit;
  overflow: hidden;
}

.rc-google-ad__slot {
  display: block;
  width: 100%;
  max-height: inherit !important;
  min-height: 0 !important;
  overflow: hidden;
}

.bg-dark .rc-surface-card,
.bg-dark .rc-live-card__next,
.bg-dark .rc-obituary-card__item,
.bg-dark .rc-ads-box {
  background: #1b2432;
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bg-dark .rc-section-title,
.bg-dark .rc-archive-header__title,
.bg-dark .rc-news-list-card__title,
.bg-dark .rc-news-square-card__title,
.bg-dark .rc-news-grid-card__title,
.bg-dark .rc-favorite-card__title,
.bg-dark .rc-live-card__next-title,
.bg-dark .rc-live-card__title,
.bg-dark .rc-empty-state__title,
.bg-dark .rc-obituary-card__title,
.bg-dark .rc-obituary-card__name,
.bg-dark .rc-obituary-list-card__name,
.bg-dark .rc-schedule-item__title {
  color: #f8fafc;
}

.bg-dark .rc-section-subtitle,
.bg-dark .rc-archive-header__meta,
.bg-dark .rc-news-list-card__meta,
.bg-dark .rc-news-grid-card__time,
.bg-dark .rc-favorite-card__time,
.bg-dark .rc-live-card__summary,
.bg-dark .rc-live-card__meta,
.bg-dark .rc-obituary-card__meta,
.bg-dark .rc-obituary-list-card__meta,
.bg-dark .rc-obituary-card__link,
.bg-dark .rc-empty-state__description,
.bg-dark .rc-ads-box,
.bg-dark .rc-live-card__next-label,
.bg-dark .rc-schedule-item__presenter-name {
  color: #94a3b8;
}

.bg-dark .lazy-wrapper {
  background: #263244;
}

.bg-dark .rc-pagination__button {
  background: #1b2432;
  border-color: rgba(148, 163, 184, 0.16);
  color: #f8fafc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.bg-dark .rc-news-grid-card__author {
  color: #fda4af;
}

.bg-dark .rc-archive-header__chip {
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
}

.bg-dark .rc-favorite-card__remove {
  background: rgba(17, 24, 39, 0.92);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.bg-dark .rc-obituary-list-card,
.bg-dark .rc-schedule-page__days,
.bg-dark .rc-schedule-item__card,
.bg-dark .rc-schedule-now-banner {
  background: #1b2432;
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bg-dark .rc-schedule-day-pill {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bg-dark .rc-schedule-day-pill__label {
  color: #64748b;
}

.bg-dark .rc-schedule-day-pill__value {
  color: #e2e8f0;
}

.bg-dark .rc-schedule-item__bubble {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.22);
  color: #e2e8f0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bg-dark .rc-schedule-item::before {
  background: rgba(148, 163, 184, 0.18);
}

.bg-dark .rc-schedule-now-banner__title {
  color: #f8fafc;
}

.bg-dark .rc-schedule-item.is-live .rc-schedule-item__card {
  border-color: rgba(var(--brand-color-rgb), 0.4);
}

.bg-dark .rc-obituary-list-card__age,
.bg-dark .rc-schedule-item__avatar--letter {
  background: #111827;
  color: #fecaca;
}

.bg-dark .rc-obituary-list-card__fallback {
  background: linear-gradient(135deg, rgba(248, 113, 113, 0.12), rgba(15, 23, 42, 0.22));
  color: #fecaca;
}

.bg-dark .rc-schedule-day-pill.is-active,
.bg-dark .rc-schedule-item.is-live .rc-schedule-item__bubble {
  background: var(--brand-color);
  border-color: var(--brand-color);
  color: #fff;
}

.bg-dark .rc-schedule-item__badge {
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
}

.bg-dark .rc-filter-offcanvas .offcanvas-header {
  border-color: rgba(148, 163, 184, 0.16);
}

.bg-dark .rc-filter-offcanvas .offcanvas-title,
.bg-dark .rc-filter-panel label {
  color: #f8fafc;
}

.bg-dark .rc-filter-panel .form-control,
.bg-dark .rc-filter-panel .form-select {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.16);
  color: #f8fafc;
}

.bg-dark .rc-filter-panel__hint {
  color: #94a3b8;
}

.bg-dark .rc-article-breadcrumb .breadcrumb-item,
.bg-dark .rc-article-breadcrumb .breadcrumb-item a,
.bg-dark .rc-article-header__date,
.bg-dark .rc-article-credit {
  color: #94a3b8;
}

.bg-dark .rc-article-breadcrumb .breadcrumb-item.active,
.bg-dark .rc-article-header__title {
  color: #f8fafc;
}

.bg-dark .rc-article-header__subtitle,
.bg-dark .rc-article-body {
  color: #dbe4ee;
}

.bg-dark .main-img-wrapper {
  background: #263244;
}

.bg-dark .img-skeleton {
  background: linear-gradient(90deg, #263244 25%, #344256 50%, #263244 75%);
  background-size: 200% 100%;
}

.bg-dark .rc-article-controls {
  background: #1b2432;
  border-color: rgba(148, 163, 184, 0.16);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bg-dark .rc-article-controls__button {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.16);
  color: #f8fafc;
}

.bg-dark .rc-article-controls__label,
.bg-dark .rc-article-controls__divider {
  color: #94a3b8;
  background: rgba(148, 163, 184, 0.16);
}

.bg-dark .rc-article-controls__tag {
  background: rgba(248, 113, 113, 0.12);
  color: #fecaca;
}

/* ── Dark mode — banner backgrounds ──────────────────────── */
.bg-dark .rc-banner-slot {
  background: transparent;
}

.bg-dark .banner {
  background: rgba(255, 255, 255, 0.03);
}

.bg-dark .banner-container {
  background-color: #0a0d14;
}

/* ── Dark mode — hover shadows with depth ────────────────── */
.bg-dark .rc-surface-card:hover,
.bg-dark .rc-news-grid-card:hover,
.bg-dark .rc-news-list-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(148, 163, 184, 0.12);
}

.bg-dark .rc-news-overlay-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
}

/* ── Card hover animations (missing ones) ────────────────── */
.rc-news-square-card {
  transition: transform 0.22s ease;
}

.rc-news-square-card:hover {
  transform: translateY(-3px);
}

.rc-news-square-card__media {
  transition: box-shadow 0.22s ease;
}

.rc-news-square-card:hover .rc-news-square-card__media {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
}

.bg-dark .rc-news-square-card:hover .rc-news-square-card__media {
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.5);
}

.rc-obituary-list-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.rc-obituary-list-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.rc-obituary-card__item {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.rc-obituary-card__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.rc-schedule-item__card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.rc-schedule-item__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.rc-favorite-card {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.rc-favorite-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--rc-shadow-card);
}

.rc-live-card__next {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.rc-live-card__next:hover {
  transform: translateY(-2px);
  box-shadow: var(--rc-shadow-card);
}

/* ── Link hover color accent ─────────────────────────────── */
.footer-nav a,
.rc-section-header__action {
  transition: color 0.2s ease, padding-left 0.2s ease;
}

/* ── Dark mode — text contrast improvements ──────────────── */
.bg-dark .rc-section-subtitle,
.bg-dark .rc-archive-header__meta {
  color: #b0bec5;
}

.bg-dark .rc-news-list-card__meta,
.bg-dark .rc-news-grid-card__time,
.bg-dark .rc-favorite-card__time {
  color: #a0aec0;
}

@media (min-width: 768px) {
  .rc-shell-block {
    margin-bottom: 2rem;
  }

  .rc-archive-header {
    padding: 1.15rem 1.25rem;
  }

  .rc-news-overlay-card--compact {
    min-height: 200px;
  }

  .rc-news-list-card__media {
    width: 108px;
    min-width: 108px;
    height: 108px;
  }

  .rc-news-archive__feed {
    gap: 1rem;
  }

  .rc-favorite-card__media {
    width: 132px;
    min-width: 132px;
  }

  .rc-article-discovery .row {
    --bs-gutter-x: 1rem;
  }
}

@media (max-width: 575.98px) {
  .rc-favorite-card__media {
    width: 104px;
    min-width: 104px;
  }

  .rc-obituary-list-card {
    gap: 0.8rem;
    padding: 0.9rem;
  }

  .rc-obituary-list-card__media {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }

  .rc-schedule-item {
    gap: 0.8rem;
  }

  .rc-schedule-item__time {
    flex-basis: 56px;
  }

  .rc-schedule-item__bubble {
    min-width: 56px;
  }

  .rc-article-header__meta {
    align-items: start;
    flex-direction: column;
  }

  .rc-article-header__actions {
    width: 100%;
  }

  .rc-article-controls {
    flex-wrap: wrap;
  }

  .rc-article-controls__tag {
    margin-left: 0;
  }
}

.rc-search-result-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 0.95rem;
  align-items: stretch;
  padding: 0.8rem;
  color: inherit;
  text-decoration: none;
}

.rc-search-result-card__media {
  overflow: hidden;
  border-radius: 18px;
  background: var(--rc-surface-alt);
  min-height: 108px;
}

.rc-search-result-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-search-result-card__fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: var(--rc-text-muted);
  font-size: 1.5rem;
}

.rc-search-result-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  min-width: 0;
}

.rc-search-result-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  color: var(--rc-text-muted);
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.rc-search-result-card__title {
  color: var(--rc-text-strong);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
}

.rc-search-result-card__summary {
  color: var(--rc-text-muted);
  font-size: 0.86rem;
  line-height: 1.55;
}

.rc-notify-page__status i {
  font-size: 1.1rem;
}

.rc-live-current {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.05rem;
}

.rc-live-current__media {
  width: 74px;
  height: 74px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--rc-surface-alt);
}

.rc-live-current__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-live-current__fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #fff;
  font-size: 1.4rem;
  background: linear-gradient(135deg, var(--brand-color), #5a0010);
}

.rc-live-current__body {
  min-width: 0;
}

.rc-live-current__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--rc-text-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rc-live-current__title {
  margin: 0.35rem 0 0;
  color: var(--rc-text-strong);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.rc-live-current__presenters {
  margin: 0.3rem 0 0;
  color: var(--rc-text-base);
  font-size: 0.84rem;
  line-height: 1.5;
}

.rc-live-current__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.45rem;
  color: var(--rc-text-muted);
  font-size: 0.75rem;
}

.rc-live-current__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.rc-live-current__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
}

.rc-live-page__vol-label {
  min-width: 34px;
  text-align: right;
  font-size: 0.72rem;
  opacity: 0.65;
}

.rc-live-page__news-media {
  position: relative;
  overflow: hidden;
  background: #dfe5ec;
}

.rc-live-page__news-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-live-page__news-fallback {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.8rem;
  background: linear-gradient(135deg, rgba(var(--brand-color-rgb), 0.95), #5a0010);
}

.rc-live-page__news-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.5), transparent 55%);
}

.bg-dark .rc-search-result-card__title,
.bg-dark .rc-live-current__title {
  color: #f8fafc;
}

.bg-dark .rc-search-result-card__summary,
.bg-dark .rc-live-current__presenters,
.bg-dark .rc-live-current__meta,
.bg-dark .rc-notify-card__subtitle,
.bg-dark .rc-live-page__update {
  color: #94a3b8;
}

.bg-dark .rc-search-result-card__media,
.bg-dark .rc-live-current__media,
.bg-dark .rc-notify-chip {
  background: #141b24;
}

.bg-dark .rc-notify-card__title,
.bg-dark .rc-notify-program-row label,
.bg-dark .rc-notify-obit-option label {
  color: #f8fafc;
}

.bg-dark .rc-notify-card__header {
  border-color: rgba(148, 163, 184, 0.18);
}

.bg-dark .rc-notify-chip {
  border-color: rgba(148, 163, 184, 0.2);
  color: #cbd5e1;
}

.bg-dark .rc-notify-chip.is-selected {
  background: rgba(var(--brand-color-rgb), 0.14);
  border-color: rgba(var(--brand-color-rgb), 0.35);
}

.bg-dark .rc-notify-program-row {
  border-color: rgba(148, 163, 184, 0.12);
}

.bg-dark .rc-notify-program-row .form-select,
.bg-dark .rc-notify-obit-time {
  background: #10161f;
  border-color: rgba(148, 163, 184, 0.2);
  color: #e2e8f0;
}

.bg-dark .rc-live-page__news-fallback {
  background: linear-gradient(135deg, rgba(var(--brand-color-rgb), 0.95), #2f020b);
}

@media (max-width: 575.98px) {
  .rc-search-page__form {
    gap: 0.55rem;
  }

  .rc-search-result-card {
    grid-template-columns: 88px minmax(0, 1fr);
  }

  .rc-notify-grid {
    grid-template-columns: 1fr;
  }

  .rc-live-current {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .rc-live-current__link {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

.rc-program-detail__hero,
.rc-obituary-detail__hero {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.rc-program-detail__hero {
  min-height: 320px;
}

.rc-program-detail__hero-image {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}

.rc-program-detail__hero-image--fallback {
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand-color), #260007);
  font-size: 3rem;
}

.rc-program-detail__hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(15, 23, 42, 0.08), rgba(15, 23, 42, 0.88));
}

.rc-program-detail__hero-content {
  width: 100%;
  padding-bottom: 1.4rem;
}

.rc-program-detail__days {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 0.9rem;
}

.rc-program-detail__day {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 30px;
  padding: 0 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-program-detail__day.is-active {
  background: var(--brand-color);
  border-color: transparent;
}

.rc-program-detail__eyebrow,
.rc-obituary-detail__eyebrow {
  display: inline-flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.rc-program-detail__title,
.rc-obituary-detail__title {
  margin: 0.45rem 0 0;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 900;
  line-height: 1.1;
}

.rc-program-detail__time {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.9rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1rem;
  font-weight: 700;
}

.rc-program-detail__content,
.rc-obituary-detail__content {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.rc-program-detail__card {
  padding: 1.1rem;
}

.rc-program-detail__presenters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.rc-program-detail__presenter {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  padding: 0.4rem 1rem 0.4rem 0.45rem;
  border: 1px solid var(--rc-border-soft);
  border-radius: 999px;
  background: var(--rc-surface);
  color: var(--rc-text-strong);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.04);
}

.rc-program-detail__presenter-avatar {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(var(--brand-color-rgb), 0.12);
  color: var(--brand-color);
  flex-shrink: 0;
}

.rc-program-detail__presenter-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-program-detail__presenter-letter {
  font-weight: 800;
  font-size: 1rem;
  text-transform: uppercase;
}

.rc-program-detail__presenter-name {
  font-size: 0.92rem;
  font-weight: 700;
}

.rc-share-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

.rc-share-grid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 108px;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid var(--rc-border-soft);
  border-radius: 18px;
  background: var(--rc-surface-alt);
  color: var(--rc-text-strong);
  text-decoration: none;
  font-weight: 700;
}

.rc-share-grid__item i {
  font-size: 1.7rem;
}

.rc-share-grid__item--whatsapp {
  color: #1f9b5f;
}

.rc-share-grid__item--facebook {
  color: #1877f2;
}

.rc-program-detail__modal {
  border: 0;
  overflow: hidden;
  border-radius: 26px;
}

.rc-program-detail__modal-cover {
  position: relative;
  height: 120px;
  background: linear-gradient(135deg, var(--brand-color), #202938);
}

.rc-program-detail__modal-avatar {
  width: 108px;
  height: 108px;
  margin-top: -54px;
  border: 4px solid #fff;
  border-radius: 999px;
  object-fit: cover;
  background: #fff;
}

.rc-program-detail__modal-bio {
  max-height: 180px;
  padding: 1rem;
  overflow-y: auto;
  border-radius: 18px;
  background: var(--rc-surface-alt);
  color: var(--rc-text-base);
  font-size: 0.92rem;
  line-height: 1.65;
  text-align: left;
}

.rc-obituary-detail__hero {
  padding: 2.2rem 0 2rem;
  background: linear-gradient(160deg, #2f3338, #101215);
}

.rc-obituary-detail__hero-inner {
  text-align: center;
}

.rc-obituary-detail__avatar {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  margin: 0 auto 1rem;
  overflow: hidden;
  border: 4px solid rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
}

.rc-obituary-detail__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rc-obituary-detail__avatar-fallback {
  font-size: 2.8rem;
}

.rc-obituary-detail__age {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  font-weight: 600;
}

.rc-obituary-detail__card {
  padding: 1rem 1.1rem;
}

.rc-obituary-detail__row {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rc-border-soft);
}

.rc-obituary-detail__row:last-child {
  border-bottom: 0;
}

.rc-obituary-detail__icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(var(--brand-color-rgb), 0.1);
  color: var(--brand-color);
  font-size: 1.1rem;
  flex-shrink: 0;
}

.rc-obituary-detail__copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.rc-obituary-detail__label {
  color: var(--rc-text-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rc-obituary-detail__value {
  color: var(--rc-text-strong);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

.rc-obituary-detail__html {
  font-size: 0.94rem;
  font-weight: 500;
}

.rc-obituary-detail__html p:last-child {
  margin-bottom: 0;
}

.rc-obituary-detail__actions {
  display: grid;
  gap: 0.75rem;
}

.rc-rich-page__cover {
  margin: 1rem 0 0;
}

.rc-rich-page__cover-media {
  overflow: hidden;
  border-radius: 24px;
}

.rc-rich-page__cover-media img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
}

.rc-rich-page__content {
  margin-top: 1rem;
  padding: 1.2rem;
}

.rc-rich-page__gallery {
  margin-top: 2rem;
}

.rc-rich-page__gallery-item {
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 16px 26px rgba(15, 23, 42, 0.08);
}

.rc-contact-page__hero {
  margin-bottom: 1rem;
}

.rc-contact-page__grid {
  display: grid;
  gap: 1rem;
}

.rc-contact-page__info {
  display: grid;
  gap: 0.85rem;
}

.rc-contact-card {
  display: flex;
  gap: 0.9rem;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
}

.rc-contact-card__icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--brand-color);
  color: #fff;
  font-size: 1.05rem;
  flex-shrink: 0;
}

.rc-contact-card--whatsapp .rc-contact-card__icon {
  background: #25d366;
}

.rc-contact-card__copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.rc-contact-card__label {
  color: var(--rc-text-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-contact-card__value {
  color: var(--rc-text-strong);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.55;
}

.rc-contact-card__value small {
  color: var(--rc-text-muted);
  font-size: 0.8rem;
  font-weight: 500;
}

.rc-contact-page__map {
  overflow: hidden;
  min-height: 280px;
}

.rc-contact-page__map iframe {
  display: block;
  width: 100%;
  min-height: 280px;
}

.rc-contact-form-card {
  padding: 1.2rem;
}

.rc-contact-form-card .form-control,
.rc-contact-form-card .form-select {
  min-height: 48px;
  border-radius: 14px;
  border-color: var(--rc-border-strong);
  box-shadow: none;
}

.rc-contact-form-card textarea.form-control {
  min-height: 132px;
  resize: vertical;
}

.rc-contact-page__feedback {
  display: none;
  margin-top: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
}

.rc-contact-page__feedback.is-visible {
  display: block;
}

.rc-contact-page__feedback.is-success {
  background: #d1e7dd;
  color: #0f5132;
}

.rc-contact-page__feedback.is-error {
  background: #f8d7da;
  color: #842029;
}

.rc-publicity-page__card {
  padding: 1.2rem;
}

.rc-publicity-page__lead {
  color: var(--rc-text-strong);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
}

.rc-publicity-page__list {
  margin: 1rem 0 1.2rem;
  padding-left: 1.2rem;
  color: var(--rc-text-base);
  line-height: 1.7;
}

.rc-publicity-page__footnote {
  color: var(--rc-text-muted);
  font-size: 0.9rem;
  line-height: 1.65;
}

.rc-auth-modal__content {
  border-radius: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(var(--brand-color-rgb), 0.12), transparent 38%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.rc-auth-modal__title {
  margin: 0.3rem 0 0;
  color: var(--rc-text-strong);
  font-size: 1.55rem;
  font-weight: 800;
}

.rc-auth-modal__copy {
  margin: 0 0 1rem;
  color: var(--rc-text-base);
  line-height: 1.7;
}

.rc-auth-modal__alert {
  display: none;
  margin-bottom: 1rem;
  padding: 0.95rem 1rem;
  border-radius: 18px;
  background: #fff3cd;
  color: #7c5c00;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.55;
}

.rc-auth-modal__alert.is-visible {
  display: block;
}

.rc-auth-provider {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  padding: 0.95rem 1rem;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid var(--rc-border);
  background: rgba(255, 255, 255, 0.88);
  color: var(--rc-text-strong);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.rc-auth-provider:hover {
  transform: translateY(-1px);
  border-color: rgba(var(--brand-color-rgb), 0.24);
  box-shadow: var(--rc-shadow-soft);
  color: var(--rc-text-strong);
}

.rc-auth-provider--facebook {
  background: linear-gradient(135deg, rgba(24, 119, 242, 0.08), rgba(255, 255, 255, 0.96));
}

.rc-auth-provider__icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: rgba(15, 23, 42, 0.05);
  flex-shrink: 0;
}

.rc-auth-provider--facebook .rc-auth-provider__icon {
  background: #1877f2;
  color: #fff;
}

.rc-auth-provider__copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.rc-auth-provider__title {
  font-size: 0.95rem;
  font-weight: 800;
}

.rc-auth-provider__subtitle {
  color: var(--rc-text-muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.rc-auth-modal__footnote {
  margin: 1.1rem 0 0;
  color: var(--rc-text-muted);
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: center;
}

.rc-auth-modal__footnote a {
  color: var(--brand-color);
  font-weight: 700;
  text-decoration: none;
}

.rc-privacy-page__summary-grid,
.rc-account-page__grid {
  display: grid;
  gap: 1rem;
}

.rc-privacy-page__summary-card,
.rc-account-card,
.rc-account-hero {
  padding: 1.2rem;
}

.rc-privacy-page__list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--rc-text-base);
  line-height: 1.75;
}

.rc-privacy-page__list li + li {
  margin-top: 0.65rem;
}

.rc-privacy-page__contact-list {
  margin: 0;
  display: grid;
  gap: 0.85rem;
}

.rc-privacy-page__contact-list dt {
  color: var(--rc-text-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-privacy-page__contact-list dd {
  margin: 0.2rem 0 0;
  color: var(--rc-text-strong);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.65;
}

.rc-privacy-page__contact-list a {
  color: var(--brand-color);
  text-decoration: none;
}

.rc-privacy-page__content {
  margin-top: 1rem;
}

.rc-privacy-page__body h2 {
  margin-top: 1.8rem;
  margin-bottom: 0.75rem;
  font-size: 1.02rem;
}

.rc-privacy-page__body ul {
  padding-left: 1.2rem;
}

.rc-account-page__hero-header {
  margin-bottom: 1rem;
}

.rc-account-hero {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
}

.rc-account-identity {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.rc-account-avatar {
  width: 78px;
  height: 78px;
  border-radius: 24px;
  object-fit: cover;
  border: 3px solid rgba(197, 34, 51, 0.16);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.12);
  flex-shrink: 0;
}

.rc-account-avatar--fallback {
  display: inline-grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand-color), #f97316);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 800;
}

.rc-account-identity__copy {
  min-width: 0;
}

.rc-account-identity__eyebrow {
  color: var(--rc-text-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-account-identity__name {
  margin: 0.2rem 0 0;
  color: var(--rc-text-strong);
  font-size: 1.45rem;
  font-weight: 800;
}

.rc-account-identity__email {
  margin: 0.2rem 0 0;
  color: var(--rc-text-muted);
  font-size: 0.94rem;
}

.rc-account-identity__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.rc-account-provider,
.rc-account-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
}

.rc-account-provider.is-google {
  background: rgba(66, 133, 244, 0.14);
  color: #1d4ed8;
}

.rc-account-provider.is-facebook {
  background: rgba(24, 119, 242, 0.14);
  color: #1d4ed8;
}

.rc-account-provider.is-generic,
.rc-account-chip {
  background: rgba(15, 23, 42, 0.06);
  color: var(--rc-text-strong);
}

.rc-account-hero__aside {
  display: grid;
  gap: 0.9rem;
}

.rc-account-hero__note {
  margin: 0;
  color: var(--rc-text-base);
  line-height: 1.7;
}

.rc-account-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.rc-account-form .form-control {
  min-height: 48px;
  border-radius: 14px;
  border-color: var(--rc-border-strong);
  box-shadow: none;
}

.rc-account-form__hint {
  margin: 1rem 0 1.1rem;
  color: var(--rc-text-muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.rc-account-feedback {
  display: none;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.5;
}

.rc-account-feedback.is-visible {
  display: block;
}

.rc-account-feedback.is-success {
  background: #d1e7dd;
  color: #0f5132;
}

.rc-account-feedback.is-error {
  background: #f8d7da;
  color: #842029;
}

.rc-account-feedback--compact {
  margin-top: 0.9rem;
}

.rc-account-preferences {
  display: grid;
  gap: 0.85rem;
}

.rc-account-preference {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;
  padding: 1rem;
  border: 1px solid var(--rc-border);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.82);
  cursor: pointer;
}

.rc-account-preference__copy {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.rc-account-preference__title {
  color: var(--rc-text-strong);
  font-size: 0.95rem;
  font-weight: 700;
}

.rc-account-preference__description {
  color: var(--rc-text-muted);
  font-size: 0.84rem;
  line-height: 1.55;
}

.rc-account-switch {
  position: relative;
  width: 52px;
  height: 32px;
  flex-shrink: 0;
}

.rc-account-switch input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
  margin: 0;
}

.rc-account-switch__slider {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.45);
  transition: background 0.2s ease;
}

.rc-account-switch__slider::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease;
}

.rc-account-switch input:checked + .rc-account-switch__slider {
  background: var(--brand-color);
}

.rc-account-switch input:checked + .rc-account-switch__slider::before {
  transform: translateX(20px);
}

.rc-account-switch input:disabled + .rc-account-switch__slider {
  opacity: 0.55;
}

.rc-account-actions {
  display: grid;
  gap: 0.75rem;
}

.rc-account-action {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem;
  border: 1px solid var(--rc-border);
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.82);
  color: inherit;
  text-decoration: none;
  text-align: left;
}

.rc-account-action__icon {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--brand-color);
  color: #fff;
  font-size: 1rem;
  flex-shrink: 0;
}

.rc-account-action__copy {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.rc-account-action__title {
  color: var(--rc-text-strong);
  font-size: 0.95rem;
  font-weight: 700;
}

.rc-account-action__description {
  color: var(--rc-text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.rc-account-action__chevron {
  margin-left: auto;
  color: var(--rc-text-muted);
}

.rc-account-action--danger {
  border: 0;
}

.rc-account-action--danger .rc-account-action__icon {
  background: #475569;
}

.rc-account-action--danger .rc-account-action__title {
  color: #475569;
}

.bg-dark .rc-program-detail__presenter,
.bg-dark .rc-program-detail__modal-bio,
.bg-dark .rc-share-grid__item,
.bg-dark .rc-auth-modal__content,
.bg-dark .rc-auth-provider,
.bg-dark .rc-contact-card,
.bg-dark .rc-contact-form-card,
.bg-dark .rc-privacy-page__summary-card,
.bg-dark .rc-account-card,
.bg-dark .rc-account-hero,
.bg-dark .rc-account-preference,
.bg-dark .rc-account-action,
.bg-dark .rc-publicity-page__card,
.bg-dark .rc-rich-page__content {
  background: #111925;
}

.bg-dark .rc-program-detail__presenter,
.bg-dark .rc-share-grid__item,
.bg-dark .rc-auth-provider,
.bg-dark .rc-contact-card,
.bg-dark .rc-privacy-page__summary-card,
.bg-dark .rc-account-card,
.bg-dark .rc-account-preference,
.bg-dark .rc-account-action,
.bg-dark .rc-publicity-page__card {
  border-color: rgba(148, 163, 184, 0.16);
}

.bg-dark .rc-program-detail__presenter-name,
.bg-dark .rc-obituary-detail__value,
.bg-dark .rc-auth-modal__title,
.bg-dark .rc-contact-card__value,
.bg-dark .rc-privacy-page__contact-list dd,
.bg-dark .rc-account-identity__name,
.bg-dark .rc-account-action__title,
.bg-dark .rc-account-preference__title,
.bg-dark .rc-publicity-page__lead {
  color: #f8fafc;
}

.bg-dark .rc-contact-card__label,
.bg-dark .rc-auth-provider__subtitle,
.bg-dark .rc-auth-modal__footnote,
.bg-dark .rc-publicity-page__footnote,
.bg-dark .rc-program-detail__modal-bio,
.bg-dark .rc-contact-card__value small,
.bg-dark .rc-privacy-page__contact-list dt,
.bg-dark .rc-account-identity__eyebrow,
.bg-dark .rc-account-identity__email,
.bg-dark .rc-account-hero__note,
.bg-dark .rc-account-form__hint,
.bg-dark .rc-account-action__description,
.bg-dark .rc-account-preference__description {
  color: #94a3b8;
}

.bg-dark .rc-contact-form-card .form-control,
.bg-dark .rc-contact-form-card .form-select,
.bg-dark .rc-account-form .form-control {
  background: #0f1723;
  border-color: rgba(148, 163, 184, 0.16);
  color: #e2e8f0;
}

.bg-dark .rc-auth-modal__alert {
  background: rgba(124, 92, 0, 0.22);
  color: #fde68a;
}

.bg-dark .rc-account-provider.is-generic,
.bg-dark .rc-account-chip {
  background: rgba(148, 163, 184, 0.12);
  color: #e2e8f0;
}

.bg-dark .rc-obituary-detail__row {
  border-color: rgba(148, 163, 184, 0.14);
}

@media (min-width: 768px) {
  .rc-privacy-page__summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rc-account-hero {
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
    align-items: center;
  }

  .rc-account-page__grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    align-items: start;
  }
}

.rc-home-desktop__hero,
.rc-home-desktop__rail,
.rc-news-archive-desktop__layout,
.rc-schedule-desktop__layout,
.rc-obituary-archive-desktop__layout,
.rc-account-page-desktop__layout,
.rc-privacy-page-desktop__layout,
.rc-search-page-desktop__layout,
.rc-favorites-page-desktop__layout,
.rc-notify-page-desktop__layout,
.rc-live-page-desktop__layout,
.rc-error-page-desktop__layout,
.rc-rich-page-desktop__layout,
.rc-contact-page-desktop__layout,
.rc-publicity-page-desktop__layout,
.rc-article-desktop__layout {
  display: grid;
  gap: 1.25rem;
}

.rc-home-desktop__hero,
.rc-home-desktop__rail,
.rc-home-desktop__discover,
.rc-news-archive-desktop__header,
.rc-schedule-desktop__header,
.rc-obituary-archive-desktop__header,
.rc-account-page-desktop__header,
.rc-privacy-page-desktop__header,
.rc-search-page-desktop__header,
.rc-favorites-page-desktop__header,
.rc-notify-page-desktop__header,
.rc-error-page-desktop__header,
.rc-rich-page-desktop__header,
.rc-contact-page-desktop__hero,
.rc-publicity-page-desktop__hero,
.rc-article-desktop__layout {
  margin-top: 1.25rem;
}

.rc-home-desktop__hero-side,
.rc-home-desktop__rail-side,
.rc-news-archive-desktop__sidebar,
.rc-schedule-desktop__sidebar,
.rc-obituary-archive-desktop__sidebar,
.rc-account-page-desktop__sidebar,
.rc-privacy-page-desktop__sidebar,
.rc-search-page-desktop__sidebar,
.rc-favorites-page-desktop__sidebar,
.rc-notify-page-desktop__sidebar,
.rc-live-page-desktop__sidebar,
.rc-error-page-desktop__sidebar,
.rc-rich-page-desktop__sidebar,
.rc-contact-page-desktop__sidebar,
.rc-publicity-page-desktop__sidebar,
.rc-article-desktop__sidebar {
  display: grid;
  gap: 1rem;
}

.rc-home-desktop__story-stack,
.rc-home-desktop__discover-grid,
.rc-news-archive-desktop__grid,
.rc-schedule-desktop__summary-list,
.rc-obituary-archive-desktop__list,
.rc-account-page-desktop__summary-list,
.rc-privacy-page-desktop__summary-list,
.rc-search-page-desktop__summary-list,
.rc-favorites-page-desktop__summary-list,
.rc-notify-page-desktop__summary-list,
.rc-live-page-desktop__summary-list,
.rc-article-desktop__sticky {
  display: grid;
  gap: 1rem;
}

.rc-account-page-desktop__main,
.rc-privacy-page-desktop__main,
.rc-search-page-desktop__main,
.rc-favorites-page-desktop__main,
.rc-notify-page-desktop__main,
.rc-live-page-desktop__main,
.rc-account-page-desktop__sticky,
.rc-privacy-page-desktop__sticky,
.rc-search-page-desktop__sticky,
.rc-favorites-page-desktop__sticky,
.rc-notify-page-desktop__sticky,
.rc-live-page-desktop__sticky,
.rc-error-page-desktop__sticky {
  display: grid;
  gap: 1rem;
}

.rc-home-desktop__feed-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rc-home-desktop__discover-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rc-home-desktop__story-item,
.rc-news-archive-desktop__filters,
.rc-schedule-desktop__summary,
.rc-obituary-archive-desktop__filters,
.rc-account-page-desktop__summary,
.rc-privacy-page-desktop__sidebar-card,
.rc-search-page-desktop__summary,
.rc-favorites-page-desktop__feed-panel,
.rc-notify-page-desktop__summary,
.rc-live-page-desktop__panel,
.rc-live-page-desktop__summary,
.rc-error-page-desktop__main,
.rc-error-page-desktop__summary,
.rc-favorites-page-desktop__summary {
  padding: 1.2rem;
}

.rc-account-page-desktop__hero {
  margin-bottom: 0;
}

.rc-account-page-desktop__summary-row,
.rc-privacy-page-desktop__summary-row,
.rc-search-page-desktop__summary-row,
.rc-favorites-page-desktop__summary-row,
.rc-notify-page-desktop__summary-row,
.rc-live-page-desktop__summary-row {
  display: grid;
  gap: 0.18rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--rc-border-soft);
}

.rc-account-page-desktop__summary-row:last-child,
.rc-privacy-page-desktop__summary-row:last-child,
.rc-search-page-desktop__summary-row:last-child,
.rc-favorites-page-desktop__summary-row:last-child,
.rc-notify-page-desktop__summary-row:last-child,
.rc-live-page-desktop__summary-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rc-account-page-desktop__summary-label,
.rc-privacy-page-desktop__summary-label,
.rc-search-page-desktop__summary-label,
.rc-favorites-page-desktop__summary-label,
.rc-notify-page-desktop__summary-label,
.rc-live-page-desktop__summary-label {
  color: var(--rc-text-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-account-page-desktop__summary-value,
.rc-privacy-page-desktop__summary-value,
.rc-search-page-desktop__summary-value,
.rc-favorites-page-desktop__summary-value,
.rc-notify-page-desktop__summary-value,
.rc-live-page-desktop__summary-value {
  color: var(--rc-text-strong);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.55;
}

.rc-privacy-page-desktop__summary-value a {
  color: var(--brand-color);
  text-decoration: none;
}

.rc-search-page-desktop__form {
  margin-top: 1rem;
}

.rc-search-page-desktop__tips,
.rc-privacy-page-desktop__cookie-list {
  margin-bottom: 0;
}

.rc-favorites-page-desktop__feed-panel .rc-section-header {
  margin-bottom: 1rem;
}

.rc-notify-page--desktop .rc-notify-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.rc-live-page--desktop .rc-live-page__hero {
  margin-top: 1.25rem;
  border-radius: 32px;
  padding: 2.75rem 2rem 2.25rem;
}

.rc-live-page--desktop .rc-live-page__hero-inner {
  max-width: 720px;
  margin: 0 auto;
}

.rc-live-page-desktop__panel .rc-section-header,
.rc-error-page-desktop__main .rc-section-header {
  margin-bottom: 1rem;
}

.rc-error-page-desktop__main {
  text-align: center;
}

.rc-error-page-desktop__code {
  color: var(--brand-color);
  font-size: clamp(4rem, 8vw, 6rem);
  font-weight: 900;
  line-height: 1;
}

.rc-error-page-desktop__lead {
  margin: 0.85rem 0 0;
  color: var(--rc-text-strong);
  font-size: 1.2rem;
  font-weight: 800;
}

.rc-error-page-desktop__copy {
  max-width: 42rem;
  margin: 0.85rem auto 0;
  color: var(--rc-text-muted);
  line-height: 1.7;
}

.rc-news-archive-desktop__header {
  margin-bottom: 1.5rem;
}

/* Grid item span classes (6-col base grid) */
.rc-news-archive-desktop__grid-item--single {
  grid-column: span 6;
}

.rc-news-archive-desktop__grid-item--double {
  grid-column: span 3;
}

.rc-news-archive-desktop__grid-item--triple {
  grid-column: span 2;
}

.rc-news-archive-desktop__banner {
  grid-column: span 6;
}

/* Single-item overlay card height */
.rc-news-archive-desktop__grid-item--single .rc-news-overlay-card {
  min-height: 380px;
}

/* Uniform card margins */
.rc-news-archive-desktop__grid-item--double .rc-news-grid-card,
.rc-news-archive-desktop__grid-item--triple .rc-news-grid-card {
  height: 100%;
}

.rc-news-archive-desktop__filters .form-control,
.rc-news-archive-desktop__filters .form-select,
.rc-obituary-archive-desktop__filters .form-control {
  min-height: 46px;
  border-radius: 14px;
  border-color: var(--rc-border-strong);
  box-shadow: none;
}

.rc-obituary-archive-desktop__filters .form-check {
  background: rgba(248, 250, 252, 0.82);
}

.rc-schedule-desktop__days {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
}

.rc-schedule-desktop__panes {
  margin-top: 1rem;
}

.rc-schedule-desktop__pane-head {
  margin-bottom: 1rem;
}

.rc-program-detail__content--desktop,
.rc-obituary-detail__content--desktop {
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.78fr);
  align-items: start;
}

.rc-program-detail-desktop__sidebar,
.rc-obituary-detail-desktop__sidebar {
  display: grid;
  gap: 1rem;
}

.rc-program-detail-desktop__sticky,
.rc-obituary-detail-desktop__sticky {
  display: grid;
  gap: 1rem;
}

.rc-program-detail-desktop__meta,
.rc-obituary-detail-desktop__actions-card,
.rc-obituary-detail-desktop__summary-card {
  padding: 1.2rem;
}

.rc-program-detail-desktop__meta-list,
.rc-obituary-detail-desktop__summary-list {
  display: grid;
  gap: 0.85rem;
}

.rc-program-detail-desktop__meta-row,
.rc-obituary-detail-desktop__summary-row {
  display: grid;
  gap: 0.18rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--rc-border-soft);
}

.rc-program-detail-desktop__meta-row:last-child,
.rc-obituary-detail-desktop__summary-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rc-program-detail-desktop__meta-label,
.rc-obituary-detail-desktop__summary-label {
  color: var(--rc-text-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-program-detail-desktop__meta-value,
.rc-obituary-detail-desktop__summary-value {
  color: var(--rc-text-strong);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.55;
}

.rc-rich-page-desktop__summary,
.rc-publicity-page-desktop__main {
  padding: 1.2rem;
}

.rc-rich-page-desktop__summary-list,
.rc-publicity-page-desktop__contact-list {
  display: grid;
  gap: 0.85rem;
}

.rc-rich-page-desktop__summary-row {
  display: grid;
  gap: 0.18rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--rc-border-soft);
}

.rc-rich-page-desktop__summary-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.rc-rich-page-desktop__summary-label {
  color: var(--rc-text-muted);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rc-rich-page-desktop__summary-value {
  color: var(--rc-text-strong);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.55;
}

.rc-article-desktop__main {
  min-width: 0;
}

.rc-article-desktop__body {
  background: var(--rc-surface);
  padding: 1.4rem 1.5rem;
  border-radius: 24px;
  box-shadow: var(--rc-shadow-soft);
}

.bg-dark .rc-article-desktop__body {
  background: #1b2432;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.rc-article-desktop__figure,
.rc-article-desktop__gallery,
.rc-article-desktop__related {
  margin-top: 1.25rem;
}

.rc-article-desktop__related-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 1199.98px) {
  .rc-article-desktop__related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .rc-home-desktop__hero {
    grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
    align-items: start;
  }

  .rc-home-desktop__rail {
    grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.85fr);
    align-items: start;
  }

  .rc-home-desktop__discover-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .rc-news-archive-desktop__layout {
    grid-template-columns: minmax(0, 3fr) minmax(260px, 340px);
    align-items: start;
  }

  .rc-schedule-desktop__layout {
    grid-template-columns: minmax(0, 3fr) minmax(260px, 340px);
    align-items: start;
  }

  .rc-obituary-archive-desktop__layout {
    grid-template-columns: minmax(0, 3fr) minmax(260px, 340px);
    align-items: start;
  }

  .rc-account-page-desktop__layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.82fr);
    align-items: start;
  }

  .rc-privacy-page-desktop__layout,
  .rc-search-page-desktop__layout,
  .rc-favorites-page-desktop__layout,
  .rc-notify-page-desktop__layout,
  .rc-error-page-desktop__layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.82fr);
    align-items: start;
  }

  .rc-live-page-desktop__layout {
    grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.82fr);
    align-items: start;
  }

  .rc-rich-page-desktop__layout,
  .rc-contact-page-desktop__layout,
  .rc-publicity-page-desktop__layout {
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.82fr);
    align-items: start;
  }

  .rc-program-detail-desktop__sticky,
  .rc-obituary-detail-desktop__sticky {
    position: sticky;
    top: 108px;
  }

  .rc-news-archive-desktop__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  /* Schedule desktop: image on the left side of card instead of top */
  .rc-schedule-page--desktop .rc-schedule-item__card {
    flex-direction: row;
    align-items: stretch;
  }

  .rc-schedule-page--desktop .rc-schedule-item__media {
    width: 130px;
    min-width: 130px;
    flex-shrink: 0;
    aspect-ratio: unset;
    align-self: stretch;
  }

  .rc-schedule-page--desktop .rc-schedule-item__media img,
  .rc-schedule-page--desktop .rc-schedule-item__media .lazy-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Schedule desktop: make day tabs wider and more prominent */
  .rc-schedule-desktop__days {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .rc-schedule-desktop__days .rc-schedule-day-pill {
    width: 100%;
    padding: 0.7rem 0.5rem;
  }

  .rc-news-archive-desktop__sticky,
  .rc-schedule-desktop__sticky,
  .rc-obituary-archive-desktop__sticky,
  .rc-account-page-desktop__sticky,
  .rc-privacy-page-desktop__sticky,
  .rc-search-page-desktop__sticky,
  .rc-favorites-page-desktop__sticky,
  .rc-notify-page-desktop__sticky,
  .rc-live-page-desktop__sticky,
  .rc-error-page-desktop__sticky,
  .rc-rich-page-desktop__sticky,
  .rc-article-desktop__sticky {
    position: sticky;
    top: 108px;
  }

  .rc-article-desktop__layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: start;
  }
}

@media (max-width: 991.98px) {
  .rc-program-detail__content--desktop,
  .rc-obituary-detail__content--desktop,
  .rc-account-page-desktop__layout,
  .rc-privacy-page-desktop__layout,
  .rc-search-page-desktop__layout,
  .rc-favorites-page-desktop__layout,
  .rc-notify-page-desktop__layout,
  .rc-live-page-desktop__layout,
  .rc-error-page-desktop__layout,
  .rc-rich-page-desktop__layout,
  .rc-contact-page-desktop__layout,
  .rc-publicity-page-desktop__layout {
    grid-template-columns: 1fr;
  }
}

.bg-dark .rc-obituary-detail__icon {
  background: rgba(var(--brand-color-rgb), 0.18);
}

.bg-dark .rc-rich-page__gallery-item {
  box-shadow: none;
}

@media (min-width: 768px) {
  .rc-program-detail__content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rc-contact-page__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
    align-items: start;
  }
}

@media (max-width: 767.98px) {
  .rc-share-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .rc-program-detail__hero,
  .rc-program-detail__hero-image {
    min-height: 280px;
  }

  .rc-program-detail__hero-content {
    padding-bottom: 1rem;
  }

  .rc-program-detail__presenters {
    flex-direction: column;
  }

  .rc-program-detail__presenter {
    width: 100%;
    justify-content: flex-start;
  }

  .rc-obituary-detail__hero {
    padding-top: 1.8rem;
  }

  .rc-obituary-detail__avatar {
    width: 112px;
    height: 112px;
  }
}
