.hnbp-address-card {
  max-width: 780px;
  margin: 0 auto 18px;
  padding: 20px;
  border: 1px solid rgba(25, 64, 54, .16);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 30px rgba(25, 64, 54, .07);
}

.hnbp-address-card label {
  display: block;
  margin-bottom: 8px;
  color: #173e34;
  font-weight: 700;
}

.hnbp-address-card input {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid #b7c8c2;
  border-radius: 9px;
  font: inherit;
}

#hnbp-google-autocomplete,
#hnbp-google-autocomplete gmp-place-autocomplete {
  display: block;
  width: 100%;
}

.hnbp-selected-address {
  margin-top: 10px;
  background: #f5f8f7;
  color: #28483f;
}

#hnbp-property-map {
  width: 100%;
  height: 320px;
  margin-top: 12px;
  border-radius: 10px;
  background: #e8eeeb;
  overflow: hidden;
}

.hnbp-map-help {
  font-size: 13px !important;
  font-weight: 650;
}

.hnbp-address-card input:focus {
  border-color: #2b705d;
  outline: 3px solid rgba(43, 112, 93, .14);
}

.hnbp-address-card button {
  margin-top: 10px;
  padding: 11px 17px;
  border: 0;
  border-radius: 8px;
  background: #245f50;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.hnbp-address-card button:disabled {
  cursor: wait;
  opacity: .65;
}

.hnbp-address-status {
  margin-top: 10px;
  font-weight: 650;
}

.hnbp-address-status[data-state="valid"] { color: #176b43; }
.hnbp-address-status[data-state="error"] { color: #a5261c; }
.hnbp-address-status[data-state="loading"] { color: #655315; }

.hnbp-address-card p {
  margin: 8px 0 0;
  color: #587069;
  font-size: 12px;
}

.hnbp-checkout-error {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #b42318;
  border-radius: 8px;
  background: #fff1f0;
  color: #8f1d16;
  font-weight: 650;
}
