
.evtaxuk-searchbox{
  position:relative;
  width:100%;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif
}
.evtaxuk-searchbox *{box-sizing:border-box}
.evtaxuk-searchbox__native{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  margin:-1px!important;
  padding:0!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important
}
.evtaxuk-searchbox__button{
  display:flex;
  align-items:center;
  justify-content:space-between;
  width:100%;
  min-height:56px;
  padding:0 16px;
  border:1px solid #cbd5e1;
  border-radius:12px;
  background:#fff;
  color:#0f172a;
  font:inherit;
  font-size:16px;
  font-weight:650;
  text-align:left;
  cursor:pointer
}
.evtaxuk-searchbox__button:hover{border-color:#93c5fd}
.evtaxuk-searchbox__button:focus{
  outline:0;
  border-color:#2563eb;
  box-shadow:0 0 0 4px rgba(37,99,235,.12)
}
.evtaxuk-searchbox__arrow{
  margin-left:14px;
  color:#64748b;
  font-size:18px;
  transition:transform .18s ease
}
.evtaxuk-searchbox.is-open .evtaxuk-searchbox__arrow{transform:rotate(180deg)}
.evtaxuk-searchbox__panel{
  display:none;
  position:absolute;
  z-index:9999;
  top:calc(100% + 8px);
  left:0;
  width:100%;
  overflow:hidden;
  background:#fff;
  border:1px solid #cbd5e1;
  border-radius:14px;
  box-shadow:0 18px 45px rgba(15,23,42,.16)
}
.evtaxuk-searchbox.is-open .evtaxuk-searchbox__panel{display:block}
.evtaxuk-searchbox__input{
  width:calc(100% - 24px)!important;
  min-height:46px!important;
  margin:12px!important;
  padding:0 13px!important;
  border:1px solid #cbd5e1!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#0f172a!important;
  font-size:16px!important;
  box-shadow:none!important
}
.evtaxuk-searchbox__input:focus{
  outline:0!important;
  border-color:#2563eb!important;
  box-shadow:0 0 0 3px rgba(37,99,235,.1)!important
}
.evtaxuk-searchbox__list{
  max-height:280px;
  overflow:auto;
  padding:0 8px 8px
}
.evtaxuk-searchbox__option{
  display:block;
  width:100%;
  padding:11px 12px;
  border:0;
  border-radius:9px;
  background:#fff;
  color:#334155;
  font:inherit;
  text-align:left;
  cursor:pointer
}
.evtaxuk-searchbox__option:hover,
.evtaxuk-searchbox__option:focus{
  outline:0;
  background:#eff6ff;
  color:#1d4ed8
}
.evtaxuk-searchbox__option.is-selected{
  background:#ecfdf3;
  color:#166534;
  font-weight:800
}
.evtaxuk-searchbox__empty{
  padding:18px 12px;
  color:#64748b;
  text-align:center
}
@media(max-width:600px){
  .evtaxuk-searchbox__panel{
    position:fixed;
    top:12%;
    left:16px;
    width:calc(100% - 32px);
    max-height:76vh
  }
  .evtaxuk-searchbox__list{max-height:58vh}
}
