.elevated-rail-form__icon-chassis {
    width: 2.5rem;
    height: 2.5rem;
}

.elevated-rail-form__icon-chassis svg {
    width: 1.25rem;
    height: 1.25rem;
}

.elevated-rail-form__choice-ring {
    width: 1.25rem;
    height: 1.25rem;
}

.elevated-rail-form__choice-core {
    width: 0.5rem;
    height: 0.5rem;
}

.contact-us-flex__min {
    min-width: 0;
}

.contact-us-media__cover {
    object-fit: cover;
}


.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;
    }
}

