.intro-gradient-card__area {
    max-width: 48rem;
}



.passage-chapter__visual--glow:hover { transform: scale(1.05); transition: transform .2s ease; }

.passage-chapter__prompt--glow:hover { transform: scale(1.05); transition: transform .2s ease; }

.content-heading-gap {
    margin-bottom: 2rem;
}

.content-img-compact {
    display: block;
    width: 100%;
    height: 12rem;
    min-height: 12rem;
    flex-shrink: 0;
    object-fit: cover;
}
@media (min-width: 768px) {
    .content-img-compact {
        height: 14rem;
        min-height: 14rem;
    }
}

/* FAQ v1 — JS visibility hook (no Tailwind in script) */
.helpdesk-support-resolve-veiled {
    display: none;
}

.helpdesk-subtitle-width {
    max-width: 42rem;
}

.tips-compact__thumb {
    width: 3rem;
    height: 3rem;
}

.tips-compact__thumb--xs {
    width: 1.5rem;
    height: 1.5rem;
}

.tips-compact__min-shrink {
    min-width: 0;
}

.reel-carousel-marquee__track {
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  min-height: 390px;
}

.reel-carousel-marquee__track::-webkit-scrollbar {
  display: none;
}

button.reel-carousel-marquee__control {
  width: 2.75rem;
  height: 2.75rem;
  min-width: 2.75rem;
  min-height: 2.75rem;
  max-width: 2.75rem;
  max-height: 2.75rem;
  padding: 0;
  line-height: 1;
  aspect-ratio: 1;
  flex-shrink: 0;
  align-self: center;
  box-sizing: border-box;
}

.reel-carousel-marquee__list {
  width: max-content;
  padding-bottom: 4px;
}

.reel-carousel-marquee__slide {
  width: 270px;
}

.reel-carousel-marquee__card {
  height: 390px;
  min-height: 390px;
  flex: 0 0 auto;
}

.reel-carousel-marquee__pager {
  width: 8px;
  height: 8px;
  opacity: 0.4;
  padding: 0;
}

.reel-carousel-marquee__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-icon-rail__shell {
    max-width: 72rem;
}

.contact-icon-rail__mark {
    width: 1.75rem;
    height: 1.75rem;
}

