.ozoastro-autocomplete{
  position: absolute;
  z-index: 999999 !important;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  max-height: 260px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 6px;
  min-width: 260px;
}
.ozoastro-autocomplete__item{ padding: 8px 12px; line-height: 1.35; white-space: normal; cursor: pointer; display:flex; gap:8px; align-items: center; }
.ozoastro-autocomplete__item.is-active, .ozoastro-autocomplete__item:hover{ background: #f7f7f7; }
.woocommerce form .form-row,.woocommerce-checkout .form-row{ overflow: visible !important; }
