/* Sourcing 页面版块间距收紧 v1
 * 覆盖 sourcing-page-v6.css 的过大 padding/margin
 * 桌面版块间距：92→56px；移动 62→48px
 */
.sourcing-rebuild .sr-section {
    padding: 56px 0 !important;
}
.sourcing-rebuild .sr-section--navy {
    padding: 56px 0 !important;
}
.sourcing-rebuild .sr-cta {
    padding: 60px 0 !important;
}
.sourcing-rebuild .sr-hero {
    padding: 60px 0 64px !important;
}
.sourcing-rebuild .sr-heading {
    margin-bottom: 28px !important;
}
.sourcing-rebuild .sr-heading--light {
    margin-bottom: 28px !important;
}
.sourcing-rebuild .sr-evidence-layout {
    gap: 36px !important;
}
@media (max-width: 1020px) {
    .sourcing-rebuild .sr-section,
    .sourcing-rebuild .sr-section--navy {
        padding: 48px 0 !important;
    }
    .sourcing-rebuild .sr-heading {
        margin-bottom: 24px !important;
    }
}
@media (max-width: 600px) {
    .sourcing-rebuild .sr-section,
    .sourcing-rebuild .sr-section--navy {
        padding: 40px 0 !important;
    }
    .sourcing-rebuild .sr-cta {
        padding: 44px 0 !important;
    }
    .sourcing-rebuild .sr-hero {
        padding: 40px 0 44px !important;
    }
    .sourcing-rebuild .sr-heading {
        margin-bottom: 20px !important;
    }
}