
.wtqb-plugin-scope *{
  box-sizing:border-box;
}
.wtqb-plugin-scope{
  margin:0;
  min-height:auto;
  font-family:'Roboto', Arial, sans-serif;
  --wtqb-blue:#00B6FF;
}
.wtqb-plugin-scope .booking-widget{
  width:100%;
  max-width:900px;
  background:#fff;
  border:1px solid #dfe8f3;
  border-radius:18px;
  box-shadow:0 26px 60px rgba(12,46,84,.14);
  padding:26px 26px 22px;
}
.wtqb-plugin-scope .widget-head{
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  margin-bottom:18px;
}
.wtqb-plugin-scope .widget-title{
  font-size:30px;
  line-height:1.1;
  font-weight:600;
  color:#0f2033;
  letter-spacing:0;
  margin:0;
}
.wtqb-plugin-scope .lang-box{
  position:absolute;
  right:0;
  top:50%;
  transform:translateY(-50%);
  display:flex;
  align-items:center;
  gap:10px;
  color:#6c6c6c;
  font-size:18px;
}
.wtqb-plugin-scope .lang-box .flag{
  font-size:28px;
}
.wtqb-plugin-scope .route-block{
  margin-bottom:14px;
}
.wtqb-plugin-scope .field{
  position:relative;
  margin-bottom:14px;
}
.wtqb-plugin-scope .field input,
.wtqb-plugin-scope .field select{
  width:100%;
  height:56px;
  border:1px solid #d6e1ee;
  background:#f9fbff;
  outline:none;
  padding:0 52px 0 56px;
  font-size:16px;
  font-weight:400;
  color:#1f2f3f;
  border-radius:12px;
  transition:border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.wtqb-plugin-scope .field input:focus,
.wtqb-plugin-scope .field select:focus{
  border-color:var(--wtqb-blue);
  box-shadow:0 0 0 3px rgba(0,182,255,.18);
  background:#fff;
}
.wtqb-plugin-scope .field input::placeholder{
  color:#9a9a9a;
  font-weight:300;
}
.wtqb-plugin-scope .field-icon-left,
.wtqb-plugin-scope .field-icon-right{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  color:#8a8a8a;
  font-size:18px;
  pointer-events:none;
}
.wtqb-plugin-scope .field-icon-left{ left:18px; color:#7a8899;}
.wtqb-plugin-scope .field-icon-right{ right:18px; color:#7a8899;}
.wtqb-plugin-scope .field.via-field .remove-via{
  position:absolute;
  right:-14px;
  top:50%;
  transform:translateY(-50%);
  width:34px;
  height:34px;
  border:none;
  border-radius:50%;
  background:#bfbfbf;
  color:#fff;
  font-size:20px;
  line-height:34px;
  cursor:pointer;
  box-shadow:0 2px 8px rgba(0,0,0,.12);
}
.wtqb-plugin-scope .grid-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:10px;
}
.wtqb-plugin-scope .grid-3{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:14px;
  margin-bottom:14px;
}
.wtqb-plugin-scope .number-wrap{
  position:relative;
}
.wtqb-plugin-scope .number-wrap input{
  padding-right:18px;
  appearance:textfield;
  -moz-appearance:textfield;
}
.wtqb-plugin-scope .number-wrap input::-webkit-outer-spin-button,
.wtqb-plugin-scope .number-wrap input::-webkit-inner-spin-button{
  opacity:1;
  height:40px;
}
.wtqb-plugin-scope .controls-row{
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap;
  margin:10px 0 18px;
  color:#23313f;
  font-size:16px;
}
.wtqb-plugin-scope .link-btn{
  border:none;
  background:none;
  color:var(--wtqb-blue);
  font-size:15px;
  font-weight:600;
  cursor:pointer;
  padding:0;
}
.wtqb-plugin-scope .icon-btn{
  border:none;
  background:none;
  color:#2d2d2d;
  font-size:30px;
  cursor:pointer;
  padding:0;
  line-height:1;
}
.wtqb-plugin-scope .return-toggle{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:20px;
  color:#2d2d2d;
}
.wtqb-plugin-scope .return-toggle input{
  width:18px;
  height:18px;
  accent-color:var(--wtqb-blue);
}
.wtqb-plugin-scope .return-section{
  display:none;
  margin-top:8px;
}
.wtqb-plugin-scope .return-section.active{
  display:block;
}
.wtqb-plugin-scope .return-inner{
  padding-top:4px;
}
.wtqb-plugin-scope .submit-btn{
  width:100%;
  height:60px;
  border:none;
  background:linear-gradient(135deg, var(--wtqb-blue), #00a3e6);
  color:#fff;
  font-size:18px;
  font-weight:700;
  cursor:pointer;
  transition:transform .15s ease, box-shadow .2s ease;
  border-radius:12px;
  box-shadow:0 14px 30px rgba(0,182,255,.28);
}
.wtqb-plugin-scope .submit-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(0,182,255,.32);
}
.wtqb-plugin-scope .wtqb-results{
  margin-top:20px;
}
.wtqb-plugin-scope .wtqb-results-head{
  background:#0f2033;
  color:#fff;
  padding:14px 16px;
  font-size:16px;
  font-weight:600;
  border-radius:12px;
  margin-bottom:16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.wtqb-plugin-scope .wtqb-vehicles{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.wtqb-plugin-scope .wtqb-vehicle{
  display:grid;
  grid-template-columns:140px 1fr 120px;
  align-items:center;
  gap:14px;
  min-height:132px;
  background:#fdfefe;
  border:1px solid #e3eaf2;
  padding:16px;
  cursor:pointer;
  position:relative;
  border-radius:14px;
  transition:border-color .2s ease, box-shadow .2s ease, transform .15s ease;
}
.wtqb-plugin-scope .wtqb-vehicle input{
  display:none;
}
.wtqb-plugin-scope .wtqb-vehicle.is-selected{
  border-color:var(--wtqb-blue);
  box-shadow:0 6px 18px rgba(0,182,255,.25);
  transform:translateY(-2px);
}
.wtqb-plugin-scope .wtqb-vehicle img{
  width:140px;
  height:82px;
  object-fit:contain;
  display:block;
}
.wtqb-plugin-scope .wtqb-title{
  font-size:18px;
  color:#0f2033;
  margin-bottom:8px;
  font-weight:700;
}
.wtqb-plugin-scope .wtqb-desc{
  font-size:16px;
  color:#5a5a5a;
  margin-bottom:8px;
}
.wtqb-plugin-scope .wtqb-meta{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  color:#4b4b4b;
  font-size:14px;
}
.wtqb-plugin-scope .wtqb-price{
  justify-self:end;
  background:var(--wtqb-blue);
  color:#fff;
  min-width:90px;
  text-align:center;
  padding:12px 10px;
  font-size:16px;
  font-weight:700;
  border-radius:10px;
  box-shadow:0 10px 20px rgba(0,182,255,.24);
}
.wtqb-plugin-scope .wtqb-next-wrap{
  margin-top:18px;
}
.wtqb-plugin-scope .wtqb-add-to-cart{
  width:100%;
  border:none;
  background:linear-gradient(135deg, var(--wtqb-blue), #00a3e6);
  color:#fff;
  font-size:17px;
  font-weight:700;
  padding:14px;
  cursor:pointer;
  border-radius:12px;
  box-shadow:0 14px 30px rgba(0,182,255,.28);
  transition:transform .15s ease, box-shadow .2s ease;
}
.wtqb-plugin-scope .wtqb-add-to-cart:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(0,182,255,.32);
}
@media (max-width: 768px){
  .wtqb-plugin-scope .booking-widget{
    max-width:640px;
    padding:20px;
  }
  .wtqb-plugin-scope .widget-title{
    font-size:28px;
  }
  .wtqb-plugin-scope .lang-box{
    position:static;
    transform:none;
    margin-left:auto;
    font-size:16px;
  }
  .wtqb-plugin-scope .widget-head{
    justify-content:space-between;
    gap:12px;
  }
  .wtqb-plugin-scope .grid-2,
  .wtqb-plugin-scope .grid-3,
  .wtqb-plugin-scope .wtqb-vehicles{
    grid-template-columns:1fr;
    gap:10px;
  }
  .wtqb-plugin-scope .controls-row{
    gap:14px;
    font-size:18px;
  }
  .wtqb-plugin-scope .link-btn{
    font-size:18px;
  }
  .wtqb-plugin-scope .wtqb-vehicle{
    grid-template-columns:1fr;
  }
  .wtqb-plugin-scope .wtqb-price{
    justify-self:start;
  }
}
