/* OTA Mobile Datepicker styles (Bold Premium UI) */

.ota-m-search{
  position:relative;
  z-index:20;
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  align-items:center;
  background:#fff;

  /* ✅ THICK BORDER */
  border:5px solid #bdce31;

  border-radius:16px;
  padding:14px;
  max-width:700px;
  margin:0 auto;

  box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.ota-m-label{
  font-weight:700;
  font-size:12px;
  letter-spacing:.05em;
  color:#6F7A8F;
  margin-bottom:6px;
  text-transform:uppercase;
}

/* DATE FIELD */
.ota-m-date-display{
  width:100%;
  border:5px solid #bdce31;
  border-radius:8px;
  outline:none;
  font-size:17px;
  padding:10px 12px;
  background:#fff;
  cursor:pointer;
  color:#21283A;
}

/* GUEST FIELD */
.ota-m-guests-toggle{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;

  background:#fff;
  border:5px solid #bdce31;
  border-radius:8px;
  padding:14px;
  cursor:pointer;
}

.ota-m-guests-toggle:hover{
  border-color:#a8b92b;
  background:#fafafa;
}

.ota-m-guests-summary{
  font-size:16px;
  color:#21283A;
}

/* POPOVER */
.ota-m-guests-popover{
  position:absolute;
  top:calc(100% + 8px);
  left:0;
  z-index:99999;
  background:#fff;
  border:1px solid #E3E7EF;
  border-radius:14px;
  box-shadow:0 12px 28px rgba(20,30,55,.14);
  padding:14px 14px 10px;
  width:calc(100% - 28px);
}

.ota-m-guests-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 6px;
}

.ota-m-guests-label{
  font-size:15px;
  color:#21283A;
}

.ota-m-stepper{
  display:flex;
  align-items:center;
  gap:10px;
}

.ota-m-stepper-input{
  width:46px;
  text-align:center;
  border:1px solid #D6DCE7;
  border-radius:10px;
  padding:8px 6px;
  font-size:16px;
  background:#F9FAFC;
  color:#21283A;
}

.ota-m-stepper-btn{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid #C8D0DF;
  background:#fff;
  font-size:20px;
  line-height:20px;
  color:#2C3141;
  cursor:pointer;
}

.ota-m-stepper-btn:hover{
  background:#F3F6FC;
}

.ota-m-guests-actions{
  display:flex;
  justify-content:flex-end;
  padding:8px 6px 4px;
}

.ota-m-popover-close{
  background:#0071c2;
  color:#fff;
  border:none;
  border-radius:10px;
  padding:10px 14px;
  font-weight:700;
  cursor:pointer;
}

/* SEARCH BUTTON */
.ota-m-search-btn{
  background:#0071c2;
  color:#fff;
  border:none;
  border-radius:10px;
  padding:16px 18px;
  font-weight:800;
  letter-spacing:.15em;
  cursor:pointer;
  width:100%;
}

.ota-m-search-btn:hover{
  background:#005999;
}

/* FACET */
.ota-m-facet{
  margin-bottom:6px;
}

.ota-m-facet .facetwp-facet{
  width:100%;
}

.ota-m-facet select,
.ota-m-facet input[type="search"],
.ota-m-facet input[type="text"],
.ota-m-facet .fs-wrap{
  width:100%;
  border:5px solid #bdce31;
  border-radius:8px;
  padding:12px;
  background:#fff;
  font-size:16px;
  color:#21283A;
}

/* HOVER */
.ota-m-date-display:hover,
.ota-m-facet select:hover,
.ota-m-facet input:hover{
  border-color:#a8b92b;
}

/* FOCUS */
.ota-m-date-display:focus,
.ota-m-facet input:focus{
  border-color:#8fa61f;
  box-shadow:0 0 0 2px rgba(189,206,49,0.3);
  outline:none;
}
