/* SI Booking Launcher - Front */
#si-booking-launcher{position:fixed;z-index:999990;}
#si-booking-launcher.pos-right-bottom{right:24px;bottom:24px;}
#si-booking-launcher.pos-left-bottom{left:24px;bottom:24px;}
#si-booking-launcher.pos-right-center-tab{right:0;top:50%;transform:translateY(-50%);}

#si-booking-launcher-btn{cursor:pointer;padding:12px 16px;border-radius:999px;border:0;box-shadow:0 6px 20px rgba(0,0,0,.18);font-size:16px;line-height:1;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#si-booking-launcher.pos-right-center-tab #si-booking-launcher-btn{border-radius:12px 0 0 12px;writing-mode:vertical-rl;text-orientation:mixed;padding:12px 10px;max-height:220px;}

body.si-modal-open{overflow:hidden;}

#si-booking-modal{position:fixed;inset:0;z-index:999999;}
#si-booking-modal[hidden]{display:none;}
#si-booking-modal .si-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55);}
#si-booking-modal .si-modal-content{position:relative;height:100%;width:100%;background:#fff;display:flex;flex-direction:column;}

.si-modal-header{padding:16px 16px 8px;border-bottom:1px solid rgba(0,0,0,.08);}
.si-modal-header-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
#si-booking-modal-title{margin:0;font-size:20px;}
#si-booking-modal-subtext{margin:6px 0 0;opacity:.75;}
#si-booking-modal-close{border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;padding:0 4px;}

.si-modal-tabs{display:flex;gap:8px;overflow-x:auto;padding:10px 12px;border-bottom:1px solid rgba(0,0,0,.06);}
.si-modal-tabs::-webkit-scrollbar{height:6px;}
.si-tab-btn{border:1px solid rgba(0,0,0,.15);background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer;white-space:nowrap;}
.si-tab-btn.is-active{border-color:rgba(0,0,0,.45);}

.si-modal-panels{flex:1;overflow-y:auto;padding:16px;}
.si-tab-panel[hidden]{display:none;}

@media (max-width: 480px){
  #si-booking-launcher.pos-right-bottom{right:14px;bottom:14px;}
  #si-booking-launcher.pos-left-bottom{left:14px;bottom:14px;}
  #si-booking-launcher-btn{padding:12px 14px;font-size:15px;}
  .si-modal-panels{padding:12px;}
}
