/* AMAZON AND SOURCING 合并页 - Amazon 卖家专属区块样式 v1 */
.sourcing-rebuild .sr-amazon-block {
    padding: 76px 0 !important;
    background: linear-gradient(180deg, #f2f6f7 0%, #fff 100%) !important;
}
.sourcing-rebuild .sr-amazon-features {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    margin: 0 0 28px !important;
    padding: 0 !important;
}
.sourcing-rebuild .sr-amazon-steps-wrap {
    margin: 0 !important;
    padding: 12px 0 0 !important;
    border-top: 1px solid #dce5e8;
}
.sourcing-rebuild .sr-amazon-steps-kicker {
    margin: 0 0 18px !important;
}
.sourcing-rebuild .sr-amazon-feature {
    display: block !important;
    float: none !important;
    width: auto !important;
    min-height: 210px;
    margin: 0 !important;
    padding: 30px 26px !important;
    border-top: 3px solid #c18a2b !important;
    background: #fff !important;
    border-radius: 4px;
    box-shadow: 0 10px 26px rgba(16, 43, 67, .08);
}
.sourcing-rebuild .sr-amazon-feature > span {
    display: block;
    color: #b77a18;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.sourcing-rebuild .sr-amazon-feature h3 {
    margin: 0 0 10px !important;
    font-size: 20px !important;
}
.sourcing-rebuild .sr-amazon-feature p {
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.62 !important;
}
.sourcing-rebuild .sr-amazon-overview {
    margin: 0 0 48px !important;
}
.sourcing-rebuild .sr-amazon-overview img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-width: 1280px;
    margin: 0 auto !important;
    border-radius: 6px;
    box-shadow: 0 12px 32px rgba(16, 43, 67, .14);
}
.sourcing-rebuild .sr-amazon-steps {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
}
.sourcing-rebuild .sr-amazon-steps figure {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(16, 43, 67, .08);
}
.sourcing-rebuild .sr-amazon-steps figure img {
    display: block !important;
    width: 100% !important;
    height: 170px !important;
    object-fit: cover !important;
    margin: 0 !important;
}
.sourcing-rebuild .sr-amazon-steps figcaption {
    padding: 14px 16px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0b2d4e !important;
    line-height: 1.4 !important;
    border-top: 1px solid #eef2f4;
}
.sourcing-rebuild .sr-amazon-steps figcaption span {
    display: block;
    color: #b77a18;
    font-size: 13px;
    margin-bottom: 4px;
}
@media (max-width: 1020px) {
    .sourcing-rebuild .sr-amazon-features {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .sourcing-rebuild .sr-amazon-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 600px) {
    .sourcing-rebuild .sr-amazon-block {
        padding: 52px 0 !important;
    }
    .sourcing-rebuild .sr-amazon-features {
        grid-template-columns: 1fr !important;
    }
    .sourcing-rebuild .sr-amazon-feature {
        min-height: 0;
    }
    .sourcing-rebuild .sr-amazon-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
    .sourcing-rebuild .sr-amazon-steps figure img {
        height: 120px !important;
    }
    .sourcing-rebuild .sr-amazon-steps figcaption {
        padding: 10px 12px !important;
        font-size: 13px !important;
    }
}
