/* ================================================
   YIP Page-Specific Styles
   Lives at nls.law/youripmatters/assets/yipm-style.css
   ================================================ */

@media (max-width: 991px) {

    /* Hide dot pattern pseudo-elements on mobile */
    .about_image::before,
    .about_image::after {
        display: none !important;
        content: none !important;
        height: 0 !important;
        width: 0 !important;
    }

    /* Remove leftover space from dot pattern */
    .about_image {
        min-height: 0 !important;
        height: auto !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    /* Reduce gap between mobile accordion and first episode */
    .row.pt-50#anip {
        padding-top: 16px !important;
    }

    /* Reduce episode duration font size on mobile */
    .yip-duration {
        font-size: 11px !important;
    }

}
