.elementor-2786 .elementor-element.elementor-element-c4e257a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-91b7a55 *//* 外层容器 */
.bm-return-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
    color: #333;
    padding: 20px 0;
}

/* 头部文本 */
.bm-return-header {
    text-align: center;
    margin-bottom: 50px;
}
.bm-return-header h2 {
    color: #003366;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.bm-return-header p {
    color: #666;
    font-size: 16px;
    max-width: 850px;
    margin: 0 auto;
    line-height: 1.7;
}

/* 区域标题 */
.bm-section-title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    border-left: 4px solid #003366;
    padding-left: 15px;
}

/* 政策说明列表 (复用物流页面的结构，微调细节) */
.bm-policy-section {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 35px;
    margin-bottom: 50px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02);
}
.bm-policy-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px dashed #e0e0e0;
}
.bm-policy-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bm-policy-icon {
    width: 45px;
    height: 45px;
    background: #f0f5fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bm-policy-icon svg {
    width: 22px;
    height: 22px;
}
.bm-policy-text h4 {
    font-size: 18px;
    color: #003366;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.bm-policy-text p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* RMA 流程网格 */
.bm-rma-intro {
    color: #666;
    font-size: 15px;
    margin-bottom: 30px;
}
.bm-step-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}
.bm-step-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 25px 20px;
    border-radius: 6px;
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
}
.bm-step-card:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 51, 102, 0.08);
    border-color: #003366;
}
.bm-step-number {
    width: 36px;
    height: 36px;
    background: #003366;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
}
.bm-step-card h4 {
    color: #222;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 0;
}
.bm-step-card p {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

/* 保修政策横幅 */
.bm-warranty-banner {
    background: #003366;
    border-radius: 8px;
    padding: 40px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    color: #ffffff;
}
.bm-warranty-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bm-warranty-icon svg {
    width: 30px;
    height: 30px;
}
.bm-warranty-content h3 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 15px 0;
}
.bm-warranty-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}
.bm-warranty-list {
    background: rgba(0,0,0,0.15);
    padding: 20px 20px 20px 40px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.bm-warranty-list li {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 15px;
}
.bm-warranty-list li:last-child {
    margin-bottom: 0;
}
.bm-note {
    font-size: 13px !important;
    font-style: italic;
    color: rgba(255, 255, 255, 0.6) !important;
    margin-bottom: 0 !important;
}

/* 手机端响应式 */
@media (max-width: 992px) {
    .bm-step-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .bm-warranty-banner {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 30px 20px;
    }
    .bm-warranty-list {
        text-align: left;
    }
}
@media (max-width: 576px) {
    .bm-step-grid {
        grid-template-columns: 1fr;
    }
    .bm-policy-item {
        flex-direction: column;
        gap: 15px;
    }
}/* End custom CSS */