.google-address-widget {
  display: block;
  width: 100%;
  margin-top: 6px;
}

.google-address-widget gmp-place-autocomplete {
  display: block;
  width: 100%;
  color-scheme: light;
}

.address-search-label > input[type="hidden"] {
  display: none;
}

.address-search-status {
  display: block;
  margin-top: 6px;
  color: #77675f;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.45;
}

.address-search-status[data-tone="success"] {
  color: #567044;
}

.address-search-status[data-tone="warning"],
.address-search-status[data-tone="error"] {
  color: #a84f46;
}

.manual-address-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: -6px;
  font-weight: 500;
  cursor: pointer;
}

.manual-address-option input {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin: 0;
}
