/*
 * Intentionally minimal and mobile-only.
 * No height, max-height, display, position, transform, width or desktop rules.
 * The JS adds this class only to the existing drawer element that is actually
 * clipping content and already contains the counselling CTA + contact links.
 */
@media (max-width: 1024px) {
    .wwph-safe-mobile-scroll-container {
        overflow-y: auto !important;
        overflow-x: hidden !important;
        -webkit-overflow-scrolling: touch !important;
        overscroll-behavior-y: contain !important;
        touch-action: pan-y !important;
        scroll-behavior: smooth;
    }
}
