/**
 * PWD 2026 — Responsive Adjustments
 */

@media (max-width: 991px) {
    :root {
        --pwd-section-space: 72px;
    }

    .pwd-2026 .site-branding {
        padding-block: 14px;
    }
}

@media (max-width: 767px) {
    :root {
        --pwd-section-space: 54px;
        --pwd-gutter: 20px;
        --pwd-radius-lg: 20px;
    }

    .pwd-2026 h1 {
        line-height: 1.02;
    }

    .pwd-2026 .button,
    .pwd-2026 button,
    .pwd-2026 input[type="submit"] {
        min-height: 46px;
    }

    .pwd-2026 .job_listing-entry:hover,
    .pwd-2026 .listing-card:hover {
        transform: none;
    }
}

/* v2.2 */
@media (max-width: 991px) {
    .pwd-2026 .primary-header .primary-header-inner { min-height: 68px; height: 68px; }
    .pwd-2026 .site-branding img,
    .pwd-2026 .custom-logo { max-height: 46px; }
    .home.pwd-2026 .homepage-cover .cover-wrapper,
    .home.pwd-2026 .page-cover.homepage-template-wrapper .cover-wrapper { min-height: 420px; }
}
@media (max-width: 767px) {
    .home.pwd-2026 .homepage-cover,
    .home.pwd-2026 .page-cover.homepage-template-wrapper { padding-inline: 14px; }
    .home.pwd-2026 .homepage-cover .cover-wrapper,
    .home.pwd-2026 .page-cover.homepage-template-wrapper .cover-wrapper { min-height: 390px; border-radius: 18px; }
    .pwd-2026 .pwd-card-copy { padding: 18px 18px 20px; }
}
