.aglb-location-selector{
  margin:24px 0;
  padding:22px;
  border:1px solid rgba(212,175,55,.48);
  border-radius:16px;
  background:linear-gradient(145deg,#090909,#151515);
  color:#fff;
  box-sizing:border-box;
  clear:both;
}
.aglb-simple-selector{display:grid;grid-template-columns:1fr;gap:22px}
.aglb-simple-field label{
  display:block;
  margin:0 0 8px;
  color:#f2d77b;
  font-size:16px;
  font-weight:800;
  letter-spacing:.2px;
}
.aglb-simple-field select{
  width:100%!important;
  min-height:52px!important;
  padding:0 44px 0 4px!important;
  border:0!important;
  border-bottom:1px solid rgba(212,175,55,.65)!important;
  border-radius:0!important;
  background-color:transparent!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:600!important;
  box-shadow:none!important;
  box-sizing:border-box;
}
.aglb-simple-field select option{background:#0b0b0b;color:#fff}
.aglb-simple-field select:focus{
  border-bottom-color:#f3cf64!important;
  box-shadow:0 2px 0 rgba(212,175,55,.18)!important;
  outline:none!important;
}
.aglb-simple-field select:disabled{opacity:.6;cursor:not-allowed}
.aglb-help{margin:0;color:#bdbdbd;font-size:13px;line-height:1.5}
.aglb-help:empty{display:none}
.aglb-profile-location{color:#d4af37;font-weight:700}
@media(max-width:767px){
  .aglb-location-selector{padding:17px;margin:18px 0;border-radius:13px}
  .aglb-simple-selector{gap:18px}
  .aglb-simple-field select{font-size:16px!important;min-height:49px!important}
}
