:root{
  --hiqe-blue:#0a6eef;
  --hiqe-indigo:#2a28d9;
  --hiqe-bg:#f3f7f8;
  --hiqe-navy:#031438;
}

#hiqe-booking-section{margin-top:50px}
#hiqe-booking-section .hiqe-booking-inner{max-width:1100px;margin:0 auto;padding:0 18px;font-family:Montserrat, Arial, sans-serif}
#hiqe-booking-section .hiqe-booking-head{text-align:center;margin-bottom:14px}
#hiqe-booking-section .hiqe-booking-head .k{font-weight:900;font-size:24px;color:var(--hiqe-navy);letter-spacing:-.01em}
#hiqe-booking-section .hiqe-booking-head .s{font-size:13px;color:#51606f;margin-top:6px}

#hiqe-booking-section .hiqe-booking-card{background:#fff;border:1px solid #e8eef3;border-radius:16px;box-shadow:0 16px 35px rgba(3,20,56,0.08);display:grid;grid-template-columns:380px 1fr;overflow:hidden}
#hiqe-booking-section .hiqe-booking-left{padding:18px;border-right:1px solid #e8eef3;background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%)}
#hiqe-booking-section .hiqe-booking-right{padding:18px}

#hiqe-booking-section .hiqe-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;background:#f3f8ff;border:1px solid #d7e6ff;color:var(--hiqe-blue);font-weight:900;font-size:12px;margin-bottom:10px}
#hiqe-booking-section .hiqe-meet-title{font-weight:900;color:var(--hiqe-navy);font-size:24px;line-height:1.1}
#hiqe-booking-section .hiqe-meet-sub{margin-top:10px}

#hiqe-booking-section .hiqe-appt-select,
#hiqe-booking-section .hiqe-loc-select,
#hiqe-booking-section .hiqe-tz-select,
#hiqe-booking-section .hiqe-dur-wrap select{
  width:100%;
  border:1px solid #d8e2ec;
  border-radius:0;
  padding:10px 36px 10px 10px;
  font-weight:800;
  font-size:13px;
  color:var(--hiqe-navy);
  background-color:#fff;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23031438' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 10px center;
  background-size:14px 14px;
}

#hiqe-booking-section .hiqe-booking-estid{margin-top:10px;text-align:center;font-weight:900;font-size:18px;color:var(--hiqe-navy)}

#hiqe-booking-section .hiqe-dur-wrap{display:flex;gap:10px;width:100%}
#hiqe-booking-section .hiqe-dur-wrap select{flex:1}

#hiqe-booking-section .hiqe-meet-meta{margin-top:14px;border:1px solid #e8eef3;border-radius:14px;padding:10px}
#hiqe-booking-section .hiqe-meet-meta .row{display:flex;flex-direction:column;gap:6px;padding:10px 6px;border-bottom:1px solid #eef3f6;align-items:flex-start}
#hiqe-booking-section .hiqe-meet-meta .row:last-child{border-bottom:0}
#hiqe-booking-section .hiqe-meet-meta .l{color:#5b6a7a;font-weight:900;font-size:12px}
#hiqe-booking-section .hiqe-meet-meta .r{color:var(--hiqe-navy);font-weight:900;font-size:13px;text-align:left;max-width:100%;width:100%}

#hiqe-booking-section .hiqe-booking-step .hiqe-cal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}
#hiqe-booking-section .hiqe-booking-step .hiqe-cal-head .t{font-weight:900;color:var(--hiqe-navy);font-size:18px}
#hiqe-booking-section .hiqe-booking-step .hiqe-cal-head .nav{display:flex;align-items:center;gap:10px}
#hiqe-booking-section .bnav{width:36px;height:36px;border-radius:999px;border:1px solid #e0ecff;background:#f3f8ff;color:var(--hiqe-blue);font-size:20px;font-weight:900;cursor:pointer}
#hiqe-booking-section .bnav:focus{outline:2px solid var(--hiqe-blue);outline-offset:3px}
#hiqe-booking-section .nav .m{font-weight:900;color:var(--hiqe-navy)}

#hiqe-booking-section .hiqe-cal-grid{margin-top:12px;border:1px solid #e8eef3;border-radius:16px;overflow:hidden}
#hiqe-booking-section .hiqe-cal-grid .dow{display:grid;grid-template-columns:repeat(7,1fr);background:#fbfdff;border-bottom:1px solid #eef3f6}
#hiqe-booking-section .hiqe-cal-grid .dow .d{padding:10px 8px;font-size:11px;color:#5b6a7a;font-weight:900;text-align:center}
#hiqe-booking-section .hiqe-cal-grid .cells{display:grid;grid-template-columns:repeat(7,1fr);background:#fff}
#hiqe-booking-section .hiqe-cal-grid .cell{appearance:none;border:0;background:transparent;padding:12px 8px;font-weight:900;color:var(--hiqe-navy);cursor:pointer;min-height:46px}
#hiqe-booking-section .hiqe-cal-grid .cell:hover{background:#f3f8ff}
#hiqe-booking-section .hiqe-cal-grid .cell.on{background:var(--hiqe-blue);color:#fff}
#hiqe-booking-section .hiqe-cal-grid .cell.off{color:#b6c2ce;cursor:not-allowed}
#hiqe-booking-section .hiqe-cal-grid .cell.blank{background:#fff}
#hiqe-booking-section .hiqe-cal-grid .cell:focus{outline:2px solid var(--hiqe-blue);outline-offset:-2px}

#hiqe-booking-section .hiqe-times{margin-top:14px}
#hiqe-booking-section .hiqe-times .tt{font-weight:900;color:var(--hiqe-navy);margin-bottom:10px}
#hiqe-booking-section .hiqe-times .list{display:flex;flex-wrap:wrap;gap:10px}
#hiqe-booking-section .hiqe-times .time{border:1px solid #d7e6ff;background:#f3f8ff;color:var(--hiqe-blue);border-radius:999px;padding:10px 12px;font-weight:900;cursor:pointer}
#hiqe-booking-section .hiqe-times .time.on{background:var(--hiqe-blue);color:#fff;border-color:var(--hiqe-blue)}
#hiqe-booking-section .hiqe-times .time.off{border-color:#e3e9ef;background:#f4f6f8;color:#9aa6b2;cursor:not-allowed}
#hiqe-booking-section .hiqe-times .empty{color:#5b6a7a;font-weight:800;font-size:13px}

#hiqe-booking-section .hiqe-form-head .t{font-weight:900;color:var(--hiqe-navy);font-size:18px}
#hiqe-booking-section .hiqe-form-head .sub{margin-top:6px;color:#5b6a7a;font-weight:800}

#hiqe-booking-section .hiqe-booking-form{margin-top:12px}
#hiqe-booking-section .hiqe-booking-form .grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
#hiqe-booking-section .hiqe-booking-form .f{display:flex;flex-direction:column;gap:6px}
#hiqe-booking-section .hiqe-booking-form .f.full{margin-top:12px}
#hiqe-booking-section .hiqe-booking-form label{font-weight:900;color:#5b6a7a;font-size:12px}
#hiqe-booking-section .hiqe-booking-form input,
#hiqe-booking-section .hiqe-booking-form textarea{
  border:1px solid #e2edf6;border-radius:12px;padding:12px 12px;font-weight:800;color:var(--hiqe-navy);background:#fff
}
#hiqe-booking-section .hiqe-booking-form input:focus,
#hiqe-booking-section .hiqe-booking-form textarea:focus{outline:2px solid var(--hiqe-blue);outline-offset:2px}

#hiqe-booking-section .hiqe-booking-form .actions{margin-top:14px;display:flex;justify-content:flex-end;gap:10px}
#hiqe-booking-section .hiqe-booking-form .primary{border:1px solid var(--hiqe-blue);background:var(--hiqe-blue);color:#fff;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}
#hiqe-booking-section .hiqe-booking-form .secondary{border:1px solid #d7e6ff;background:#f3f8ff;color:var(--hiqe-blue);border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}
#hiqe-booking-section .hiqe-booking-form .primary:focus,
#hiqe-booking-section .hiqe-booking-form .secondary:focus{outline:2px solid var(--hiqe-blue);outline-offset:3px}

#hiqe-booking-section .hiqe-done{padding:14px 0;text-align:center}
#hiqe-booking-section .hiqe-done .big{font-weight:900;color:var(--hiqe-navy);font-size:26px}
#hiqe-booking-section .hiqe-done .sub{margin-top:8px;color:#5b6a7a;font-weight:800}
#hiqe-booking-section .hiqe-done .links{margin-top:14px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
#hiqe-booking-section .hiqe-done .gcal{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;background:#f3f8ff;border:1px solid #d7e6ff;color:var(--hiqe-blue);font-weight:900;text-decoration:none}
#hiqe-booking-section .hiqe-done .gcal:focus{outline:2px solid var(--hiqe-blue);outline-offset:3px}

@media (max-width:980px){
  #hiqe-booking-section .hiqe-booking-card{grid-template-columns:1fr}
  #hiqe-booking-section .hiqe-booking-left{border-right:0;border-bottom:1px solid #e8eef3}
}

@media (max-width:520px){
  #hiqe-booking-section .hiqe-booking-inner{padding:0 12px}
  #hiqe-booking-section .hiqe-booking-right{padding:14px}
  #hiqe-booking-section .hiqe-booking-left{padding:14px}
  #hiqe-booking-section .hiqe-booking-form .grid{grid-template-columns:1fr}
}
#hiqe-booking-section .hiqe-booking-meta .r{overflow-wrap:anywhere;word-break:break-word}
#hiqe-booking-section .hiqe-booking-actions{justify-content:center}
#hiqe-booking-section .hiqe-booking-card{width:100%;box-sizing:border-box}
#hiqe-booking-section .hiqe-booking-left,#hiqe-booking-section .hiqe-booking-right{min-width:0}
