/* V54.2 — conservative one-page public booking flow. Additive only. */
#v542-booking-onepage{direction:rtl}
#v542-booking-onepage .v542-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:14px 16px;border-radius:15px;background:linear-gradient(135deg,#0d2b5e,#1a4999);color:#fff}
#v542-booking-onepage .v542-head h3{margin:0;font-size:20px;font-weight:900}.v542-head p{margin:3px 0 0;font-size:12px;font-weight:700;opacity:.88}
.v542-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.v542-card{background:#fff;border:1px solid #dde6ef;border-radius:14px;padding:13px;box-shadow:0 5px 16px #0d2b5e0a}
.v542-card.wide{grid-column:1/-1}.v542-card h4{color:#0d2b5e;font-size:14px;font-weight:900;margin:0 0 8px;display:flex;align-items:center;gap:7px}.v542-num{display:inline-flex;width:25px;height:25px;border-radius:50%;align-items:center;justify-content:center;background:#d4af37;color:#0d2b5e;font-size:12px;font-weight:900}
.v542-select,.v542-input{width:100%;min-height:45px;border:1px solid #d5dfeb;border-radius:10px;padding:9px 11px;background:#fff;font-family:inherit;color:#0d2b5e;font-weight:700;outline:none}.v542-select:focus,.v542-input:focus{border-color:#1a4999;box-shadow:0 0 0 3px #1a499918}.v542-select:disabled,.v542-input:disabled{background:#f4f6f8;color:#98a2b3;cursor:not-allowed}
.v542-hint{font-size:11px;color:#6b7c8f;font-weight:700;margin-top:6px;line-height:1.6}.v542-place{margin-top:7px;padding:8px 10px;background:#f8fbff;border:1px solid #e2eaf3;border-radius:9px;color:#51657b;font-size:12px;font-weight:700;min-height:36px}
.v542-slots{display:flex;gap:7px;flex-wrap:wrap;margin-top:8px}.v542-slot{border:1px solid #cfdceb;background:#fff;border-radius:9px;padding:8px 11px;color:#0d2b5e;font-weight:900;cursor:pointer}.v542-slot:hover{border-color:#1a4999}.v542-slot.selected{background:#0d2b5e;color:#fff;border-color:#0d2b5e}.v542-slot small{font-size:10px;opacity:.75}
.v542-patient{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}.v542-label{display:block;color:#0d2b5e;font-size:12px;font-weight:900;margin-bottom:5px}.v542-required{color:#c43232}.v542-optional{color:#78889a;font-weight:700}
.v542-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.v542-summary>div{background:#f8fbff;border:1px solid #e0e9f3;border-radius:10px;padding:9px}.v542-summary span{display:block;font-size:10px;color:#78889a;font-weight:800}.v542-summary b{display:block;color:#0d2b5e;font-size:12px;margin-top:2px;word-break:break-word}
.v542-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:13px;flex-wrap:wrap}.v542-note{flex:1;background:#fff8df;border:1px solid #e5c64d;color:#5e4b08;border-radius:10px;padding:9px 11px;font-size:11px;font-weight:800}.v542-submit{border:0;border-radius:11px;padding:12px 24px;background:#1a4999;color:#fff;font-family:inherit;font-weight:900;cursor:pointer;min-width:180px}.v542-submit:disabled{background:#a9b8c8;cursor:not-allowed}
.v542-status{font-size:11px;font-weight:800;margin-top:6px}.v542-status.ok{color:#15803d}.v542-status.warn{color:#9a6700}.v542-status.err{color:#b42318}.v542-loading{opacity:.62;pointer-events:none}
#bookingModal .v542-active #v541-booking-wizard{display:none!important}
@media(max-width:760px){.v542-grid{grid-template-columns:1fr}.v542-card.wide{grid-column:auto}.v542-patient{grid-template-columns:1fr}.v542-summary{grid-template-columns:1fr 1fr}#v542-booking-onepage .v542-head{align-items:flex-start;flex-direction:column}.v542-submit{width:100%}}
@media(max-width:480px){.v542-summary{grid-template-columns:1fr}}
