/* FarmBazis header search hard-override (loaded last to beat Tilda/global styles) */
.eap-search{position:relative !important; display:flex !important; align-items:stretch !important; justify-content:flex-start !important;}
.eap-search__field{flex:1 1 auto !important; min-width:0 !important;}
.eap-search__btn{
  position:absolute !important;
  /* Tilda/global CSS can change button metrics; keep the icon button pinned inside the pill */
  top:2px !important;
  right:-2px !important;
  width:56px !important;
  /* 56px container height - 2px border top - 2px border bottom = 52px */
  height:52px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:50% !important;
  display:inline-flex !important;
  justify-content:center !important;
  align-items:center !important;
}
@media (max-width:991px){
  /* 44px container height - 2px border top - 2px border bottom = 40px */
  .eap-search__btn{width:44px !important; height:40px !important; top:2px !important;}
  .eap-search__input{padding-right:60px !important;}
}
@media (min-width:992px){
  .eap-search__input{padding-right:72px !important;}
}
