/* Blue Star 区域运费选择器样式 */
.bsm-shipping-selector {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 18px 20px;
    margin: 0 0 22px;
}
.bsm-pay-note {
    background: #fefce8;
    border: 1px solid #fde68a;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #713f12;
}
.bsm-pay-note a {
    color: #b45309;
}
.bsm-shipping-selector h3 {
    margin: 0 0 14px;
    font-size: 17px;
    color: #0f172a;
}
.bsm-shipping-selector .bsm-req {
    font-size: 12px;
    color: #b32d2e;
    font-weight: 400;
}
.bsm-zone-note {
    background: #f0f7ff;
    border: 1px solid #b6d4fe;
    border-radius: 8px;
    padding: 10px 14px;
    margin-bottom: 14px;
    font-size: 14px;
    color: #0c294b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    flex-wrap: wrap;
}
.bsm-zone-change {
    font-size: 12px;
    color: #0c294b;
    text-decoration: underline;
}
.bsm-field {
    margin-bottom: 14px;
}
.bsm-field-title {
    display: block;
    font-weight: 600;
    font-size: 13px;
    color: #334155;
    margin-bottom: 6px;
}
.bsm-radio-group label.bsm-radio {
    display: block;
    margin: 4px 0;
    cursor: pointer;
    font-size: 14px;
}
.bsm-radio-group label.bsm-radio input {
    margin-right: 8px;
}
.bsm-select {
    width: 100%;
    max-width: 420px;
    padding: 8px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #fff;
}
.bsm-hint {
    font-size: 12px;
    color: #64748b;
    margin: 4px 0 0;
}
label.bsm-checkbox {
    display: block;
    margin: 6px 0;
    cursor: pointer;
    font-size: 14px;
}
label.bsm-checkbox input {
    margin-right: 8px;
}
label.bsm-checkbox em {
    font-style: normal;
    color: #1a7f37;
    font-weight: 600;
}
.bsm-error {
    margin: 10px 0 0;
}
.bsm-shipping-selector.disabled {
    opacity: 0.55;
    pointer-events: none;
}
