/*
  WebyStrata spacing overrides.
  This file only adjusts vertical rhythm between large blocks; design, colors,
  typography, cards, and component structure stay in their original files.
*/

body .th_faq_type1_wrap {
    margin-top: 32px;
    margin-bottom: 32px;
}

body .trustedhosting_reseller_faq_finalwhite,
body .trustedhosting_cpanel_faq_finalwhite {
    padding-top: 76px;
    padding-bottom: 76px;
}

body .webystrata_homecare_section,
body .ws-infra-section,
body .ws-premium-sales-features,
body .ws-apps-section,
body .ws-sticky-section,
body .ws-secure-hosting-block {
    padding-top: 76px;
    padding-bottom: 76px;
}

body .ws_services_alt_wrap,
body .webystrata_priority_section {
    padding-top: 64px;
    padding-bottom: 64px;
}

body .webystrata_vps_belowhero_section,
body .webystrata_vps_premium_stack {
    padding-bottom: 52px;
}

@media (max-width: 767px) {
    body .th_faq_type1_wrap {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    body .trustedhosting_reseller_faq_finalwhite,
    body .trustedhosting_cpanel_faq_finalwhite,
    body .webystrata_homecare_section,
    body .ws-infra-section,
    body .ws-premium-sales-features,
    body .ws-apps-section,
    body .ws-sticky-section,
    body .ws-secure-hosting-block,
    body .ws_services_alt_wrap,
    body .webystrata_priority_section {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    body .webystrata_vps_belowhero_section,
    body .webystrata_vps_premium_stack {
        padding-bottom: 42px;
    }
}
