@media (max-width: 767px) {
    body:has(.pf-page) #radioWidget {
        right: 8px;
        top: auto;
        bottom: 12px;
        width: 82px;
        height: 82px;
        transform: none;
        opacity: .9;
    }

    .pf-page .container,
    .pf-page .pf-hero-copy,
    .pf-page .pf-main,
    .pf-page .pf-discovery,
    .pf-page .pf-discovery-heading,
    .pf-page .pf-search-form,
    .pf-page .pf-category-section,
    .pf-page .pf-results-section,
    .pf-page .pf-results-head,
    .pf-page .pf-results-layout,
    .pf-page .pf-thread-grid {
        min-width: 0;
        max-width: 100%;
    }

    .pf-page .pf-hero h1 {
        max-width: 100%;
        font-size: clamp(2.3rem, 10vw, 3rem);
        line-height: 1.03;
        letter-spacing: -.055em;
    }

    .pf-page .pf-reveal {
        opacity: 1 !important;
        transform: none !important;
        animation: pfMobileReveal .58s ease both;
    }

    .pf-page .pf-hero-visual {
        display: none;
    }

    .pf-page .pf-hero-layout {
        padding-bottom: 44px;
    }

    .pf-page .pf-hero h1,
    .pf-page .pf-hero h1 em {
        overflow-wrap: anywhere;
    }

    .pf-page .pf-hero h1 em {
        display: block;
        max-width: 100%;
        font-size: .84em;
        white-space: normal;
    }

    .pf-page .pf-hero-copy > p,
    .pf-page .pf-discovery-heading h2,
    .pf-page .pf-results-head h2 {
        overflow-wrap: anywhere;
    }

    .pf-page .pf-trust-line {
        display: none;
    }

    .pf-page .pf-search-form label,
    .pf-page .pf-search-form input {
        min-width: 0;
        max-width: 100%;
    }

    .pf-page .pf-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pf-page .pf-hero-stats article:nth-child(odd) {
        border-left: 0;
    }

    .pf-page .pf-hero-stats article:nth-child(n + 3) {
        border-top: 1px solid #e4ece8;
    }
}

@media (max-width: 480px) {
    .pf-page .pf-hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pf-page .pf-hero-stats article {
        min-width: 0;
        padding: 14px 10px;
    }

    .pf-page .pf-hero-stats article > i {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
    }

    .pf-page .pf-hero-stats b {
        font-size: 1.05rem;
    }

    .pf-page .pf-hero-stats small {
        font-size: .52rem;
        line-height: 1.25;
    }
}

@keyframes pfMobileReveal {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}
