/* bh_order_withdrawal — v1_electron_1 theme override */

.bh-ow-wrap {
    max-width: 760px;
    margin: 32px auto;
    padding: 32px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    border-top: 6px solid #157fc4;
}

.bh-ow-intro {
    margin-bottom: 24px;
    color: #444;
    line-height: 1.6;
    font-size: 15px;
}

.bh-ow-form .form-group { margin-bottom: 20px; }

.bh-ow-row label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #157fc4;
}
.bh-ow-row .req { color: #c0392b; }

.bh-ow-row .form-control {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d0d6dc;
    border-radius: 30px;
    background: #f6f6f6;
    font-size: 14px;
    transition: border-color .15s, background .15s;
}
.bh-ow-row .form-control:focus {
    background: #fff;
    border-color: #157fc4;
    outline: none;
    box-shadow: 0 0 0 3px rgba(21,127,196,.15);
}

.bh-ow-row textarea.form-control { min-height: 120px; resize: vertical; border-radius: 12px; }

.bh-ow-row .form-text, .bh-ow-row small {
    display: block; margin-top: 4px;
    font-size: 12px; color: #6b7280;
}

.bh-ow-gdpr {
    margin: 20px 0;
    padding: 14px 16px;
    background: #f6f6f6;
    border-radius: 12px;
}
.bh-ow-gdpr label {
    font-weight: normal;
    display: flex; align-items: flex-start; gap: 10px;
    cursor: pointer; font-size: 14px;
}

.bh-ow-submit {
    background: #157fc4;
    color: #fff;
    border: none;
    padding: 14px 32px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
}
.bh-ow-submit:hover { background: #0d6aa6; }

.bh-ow-summary { background: #f6f6f6; border-radius: 12px; padding: 20px; }
.bh-ow-dl { display: grid; grid-template-columns: 200px 1fr; gap: 8px 16px; margin: 0; }
.bh-ow-dl dt { font-weight: 600; color: #555; }
.bh-ow-dl dd { margin: 0; color: #1a1a1a; }

.bh-ow-actions-success { display: flex; gap: 12px; flex-wrap: wrap; margin: 24px 0; }
.bh-ow-actions-success .btn { padding: 12px 24px; border-radius: 30px; text-decoration: none; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; }
.bh-ow-actions-success .btn-primary { background: #157fc4; color: #fff; }
.bh-ow-actions-success .btn-secondary { background: #6b7280; color: #fff; }

.bh-ow-notice {
    margin: 20px 0;
    padding: 16px 20px;
    background: #fff8e1;
    border-left: 4px solid #f0ad4e;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.5;
}

@media (max-width: 600px) {
    .bh-ow-wrap { padding: 20px; margin: 16px; }
    .bh-ow-dl { grid-template-columns: 1fr; gap: 4px 0; }
    .bh-ow-dl dt { margin-top: 8px; }
}
