/* Responsive sizing for the shared lead-offer modal only. */
@supports (height: 100dvh) {
    .world-lead-offer__panel {
        max-height: calc(100dvh - 36px);
    }
}

@media (max-width: 767px) {
    .world-lead-offer {
        align-items: flex-start;
        overflow-y: auto;
    }
}

@media (max-width: 425px) {
    .world-lead-offer h2 {
        font-size: 32px !important;
        line-height: .95 !important;
    }
}

@media (max-width: 375px) {
    .world-lead-offer h2 {
        font-size: 29px !important;
        line-height: .95 !important;
    }
}

@media (max-width: 320px) {
    .world-lead-offer h2 {
        font-size: 26px !important;
        line-height: .95 !important;
    }
}
