.intro-subtitle-content {
    max-width: 56rem;
}

.spotlight-feature-column__hero {
  min-height: 480px;
  flex: 3 1 0;
}

.spotlight-feature-column__rail {
  flex: 2 1 0;
}

.spotlight-feature-column__ornament {
  width: 2rem;
}

.spotlight-feature-column__cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.spotlight-feature-column__hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tips-numbered__card {
    max-width: 24rem;
}

.tips-numbered__thumb {
    width: 4rem;
    height: 4rem;
}

.content-details-leaf__summary {
    cursor: pointer;
}

.content-details-leaf__summary::marker {
    font-size: 0.85em;
}

.content-details-leaf__item[open] {
    transform: translateY(-0.0625rem);
}

.content-details-leaf__orb {
    width: 16rem;
    height: 16rem;
    filter: blur(4rem);
}

.letter-single-slab__card {
    max-width: 48rem;
}

