.elementor-2781 .elementor-element.elementor-element-2edc559{--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-9ee6e5d *//* 外层容器 */
.bm-shipping-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    font-family: inherit;
    color: #333;
    padding: 20px 0;
}

/* 头部文本 */
.bm-shipping-header {
    text-align: center;
    margin-bottom: 40px;
}
.bm-shipping-header h2 {
    color: #003366;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.bm-shipping-header p {
    color: #666;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 区域标题 */
.bm-section-title {
    color: #222;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

/* 承运商网格 */
.bm-courier-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}
.bm-courier-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-top: 3px solid #003366;
    border-radius: 6px;
    padding: 25px;
    transition: transform 0.3s ease;
}
.bm-courier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.05);
}
.bm-courier-card h4 {
    color: #003366;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
}
.bm-courier-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.bm-transit-time {
    display: inline-block;
    background: #e6f0fa;
    color: #003366;
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
}

/* 政策说明列表 */
.bm-policy-section {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
}
.bm-policy-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}
.bm-policy-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.bm-policy-icon {
    width: 40px;
    height: 40px;
    background: #f0f5fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.bm-policy-icon svg {
    width: 20px;
    height: 20px;
}
.bm-policy-text h4 {
    font-size: 18px;
    color: #222;
    margin: 0 0 10px 0;
    font-weight: 600;
}
.bm-policy-text p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 8px 0;
}

/* 底部追踪横幅 */
.bm-tracking-banner {
    background: #003366;
    color: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    text-align: center;
}
.bm-tracking-banner h4 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 10px 0;
}
.bm-tracking-banner p {
    color: rgba(255,255,255,0.9);
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

/* 手机端响应式 */
@media (max-width: 768px) {
    .bm-courier-grid {
        grid-template-columns: 1fr;
    }
    .bm-policy-item {
        flex-direction: column;
        gap: 15px;
    }
}/* End custom CSS */