.baychoob-consultation-form-wrap {
    max-width: 620px;
    margin: 20px auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.05);
    direction: rtl;
}
.baychoob-consultation-form .bc-field {
    margin-bottom: 14px;
}
.baychoob-consultation-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}
.baychoob-consultation-form input,
.baychoob-consultation-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    box-sizing: border-box;
}
.bc-submit-btn {
    width: 100%;
    padding: 12px 16px;
    background: #0f766e;
    color: #fff;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}
.bc-submit-btn:hover { background: #115e59; }
.baychoob-admin-wrap { direction: rtl; }
