.address-autocomplete-host-v274 {
  position: relative !important;
  overflow: visible !important;
}

.address-autocomplete-host-v274.is-address-open-v274 {
  z-index: 3600;
}

.address-autocomplete-host-v274.is-address-selected-v274 input {
  border-color: #1a9a62 !important;
  padding-right: 42px !important;
  box-shadow: 0 0 0 3px rgba(26, 154, 98, .1) !important;
}

.etb-control.address-autocomplete-host-v274.is-address-selected-v274::after {
  content: "✓";
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 13px;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  background: #1a9a62;
  font-size: 12px;
  font-weight: 950;
  transform: translateY(-50%);
  pointer-events: none;
}

.address-suggestions-v274 {
  position: absolute;
  z-index: 3700;
  top: calc(100% + 8px);
  left: 0;
  width: min(430px, calc(100vw - 32px));
  min-width: 100%;
  overflow: hidden;
  border: 1px solid #cbdbea;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(4, 34, 66, .24);
}

.address-suggestions-v274[hidden] {
  display: none !important;
}

.address-options-v274 {
  max-height: min(350px, 48vh);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #b8cbdd transparent;
}

.address-option-v274 {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 62px;
  margin: 0;
  padding: 9px 12px;
  border: 0;
  border-bottom: 1px solid #e5edf4;
  color: #15304d;
  background: #fff;
  text-align: left;
  cursor: pointer;
}

.address-option-v274:last-child {
  border-bottom: 0;
}

.address-option-v274:hover,
.address-option-v274.is-active {
  background: #edf7ff;
}

.address-option-v274:focus-visible {
  position: relative;
  z-index: 1;
  outline: 3px solid rgba(20, 115, 199, .2);
  outline-offset: -3px;
}

.address-marker-v274 {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  color: #0c5f9f;
  background: #dff1ff;
  font-size: 18px;
  font-weight: 950;
}

.address-option-copy-v274 {
  min-width: 0;
}

.address-option-copy-v274 strong,
.address-option-copy-v274 small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.address-option-copy-v274 strong {
  color: #112d49;
  font-size: 12px;
  line-height: 1.3;
}

.address-option-copy-v274 small {
  margin-top: 3px;
  color: #647b91;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}

.address-message-v274 {
  min-height: 58px;
  padding: 18px 16px;
  color: #536b83;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

.address-message-v274.is-loading::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 9px;
  border: 2px solid #bdd7eb;
  border-top-color: #1473c7;
  border-radius: 50%;
  vertical-align: -2px;
  animation: address-spin-v274 .7s linear infinite;
}

.address-message-v274.is-error {
  color: #91531e;
  background: #fff8ed;
}

.address-attribution-v274 {
  display: block;
  padding: 7px 12px;
  border-top: 1px solid #e3ecf3;
  color: #70869a;
  background: #f7fafc;
  font-size: 8px;
  font-weight: 750;
  text-align: right;
}

.address-attribution-v274:hover {
  color: #0d67ad;
}

.address-status-v274 {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@keyframes address-spin-v274 {
  to { transform: rotate(360deg); }
}

@media (max-width: 700px) {
  .address-suggestions-v274 {
    width: min(460px, calc(100vw - 42px));
    border-radius: 14px;
  }
  .address-options-v274 {
    max-height: min(320px, 44vh);
  }
  .address-option-v274 {
    min-height: 66px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .address-message-v274.is-loading::before {
    animation-duration: 1.6s;
  }
}
