.appointment-v04 [hidden]{display:none!important}
.appointment-steps{display:flex;list-style:none;gap:24px;padding:0;margin:0 0 22px;color:#6b7780;font-size:13px}
.appointment-steps li{display:flex;align-items:center;gap:8px;flex:1}
.appointment-steps li>span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#e9eef0;font-size:12px;flex-shrink:0}
.appointment-steps [aria-current]{color:#0b665d;font-weight:700}
.appointment-steps [aria-current]>span{background:#0b665d;color:#fff}
.appointment-choices{border:0;padding:0;margin:0 0 20px;min-width:0}
.appointment-choices legend{font-size:15px;font-weight:700;margin-bottom:10px;color:#1c363e}
.appointment-chips{display:flex;flex-wrap:wrap;gap:8px}
.appointment-chip{position:relative;cursor:pointer;display:flex;min-width:0}
.appointment-chip input{position:absolute;opacity:0;width:1px;height:1px}
.appointment-chip span{min-height:44px;display:flex;align-items:center;padding:10px 14px;border:1px solid #d3dedf;border-radius:10px;background:#fff;font-size:14px;line-height:1.4;transition:background .12s,border-color .12s}
.appointment-chip input:checked+span{background:#e8f4f0;border-color:#247869;color:#075749;box-shadow:inset 0 0 0 1px #247869;font-weight:600}
.appointment-chip input:focus-visible+span{outline:3px solid #2d8175;outline-offset:3px}
.appointment-hint{font-size:12px!important;line-height:1.65;color:#65777d;margin:-10px 0 20px!important}
.appointment-details{border-top:1px solid #e1e8e8;padding:14px 0;font-size:13px}
.appointment-details summary{cursor:pointer;line-height:1.65;color:#48656b}
.appointment-details>div,.appointment-details>p{margin-top:14px}
.appointment-details .ui-field+.ui-field{margin-top:14px}
.appointment-details textarea{min-height:84px}
.appointment-first{font-size:12px}
.appointment-first p{font-size:12px!important;line-height:1.7}
.appointment-next{margin:12px 0 0;width:100%;justify-content:center}
.appointment-form{margin-bottom:18px}
.appointment-summary{display:grid;grid-template-columns:minmax(95px,1fr) minmax(0,1.6fr);gap:0;margin:16px 0 20px;border:1px solid #dbe6e3;border-radius:12px;overflow:hidden}
.appointment-summary dt,.appointment-summary dd{margin:0;padding:12px;overflow-wrap:anywhere;border-bottom:1px solid #e5ece9;font-size:14px;line-height:1.6}
.appointment-summary dt{background:#f3f7f5;color:#526d69}
.appointment-summary dd{background:#fff;color:#213f38;white-space:pre-wrap}
.appointment-summary dt:nth-last-child(2),.appointment-summary dd:last-child{border-bottom:0}
.appointment-v04 [data-appointment-review] h2{font-size:18px;line-height:1.5;margin:0}
.appointment-v04 .check-field{margin:20px 0;align-items:flex-start;line-height:1.7}
.appointment-v04 .check-field input{margin-top:5px;flex-shrink:0}
.appointment-actions{display:flex;flex-wrap:wrap;gap:10px}
.appointment-actions .ui-btn{flex:1;justify-content:center}
[dir=rtl] .appointment-next svg{transform:scaleX(-1)}
@media(max-width:390px){.appointment-chip span{padding:10px 11px;font-size:13px}.appointment-steps{gap:10px}.appointment-summary{grid-template-columns:minmax(80px,1fr) minmax(0,1.35fr)}}
