.wbt-btn{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:12px 16px;
  border-radius:12px;
  border:0;
  cursor:pointer;
  background:#FF7E11;
  color:#fff;
  font-weight:700;
}
.wbt-btn-icon{ font-size:18px; line-height:1; }
.wbt-btn:active{ transform:translateY(1px); }

.wbt-modal{ display:none; }
.wbt-modal.is-open{ display:block; }
.wbt-modal-backdrop{
  position:fixed; inset:0;
  background:rgba(0,0,0,.55);
  z-index:9998;
}
.wbt-modal-panel{
  position:fixed;
  z-index:9999;
  left:50%; top:50%;
  transform:translate(-50%,-50%);
  width:min(520px, calc(100% - 24px));
  background:#fff;
  border-radius:16px;
  padding:16px;
}
.wbt-modal-close{
  position:absolute;
  right:12px; top:10px;
  border:0; background:transparent;
  font-size:22px; cursor:pointer;
  line-height:1;
  color:#111;
  padding:6px;
  opacity:.85;
}
.wbt-modal-close:hover{opacity:1;}
.wbt-modal-close:focus{outline:2px solid rgba(0,0,0,.25);outline-offset:2px;border-radius:8px;}

.wbt-title{ margin:0 0 12px; }

.wbt-form label{ display:block; font-weight:600; margin-top:10px; }
.wbt-field{
  width:100%;
  padding:10px 12px;
  border:1px solid #ddd;
  border-radius:12px;
  margin-top:6px;
}

.wbt-summary{
  margin-top:12px;
  padding:12px;
  border-radius:12px;
  background:#f7f7f7;
  display:flex;
  justify-content:space-between;
  gap:10px;
}
.wbt-book-now{
  width:100%;
  margin-top:12px;
  padding:12px 14px;
  border-radius:12px;
  border:0;
  background:#111;
  color:#fff;
  font-weight:800;
  cursor:pointer;
}
.wbt-msg{ margin-top:10px; font-size:13px; }
