.address-cascade-combobox {
  width: 100%;
}

.address-picker-option {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.address-picker-option small {
  color: #6b7d72;
  font-size: 11px;
  font-weight: 700;
}

.address-picker-empty {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.address-picker-empty p,
.address-picker-loading {
  color: #66776d;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  padding: 10px 12px;
}

.address-report-button {
  background: #eff8f2;
  border: 1px solid #bcd8c5;
  border-radius: 10px;
  color: #176b40;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  padding: 9px 11px;
}

.address-picker-status {
  color: #66776d;
  display: block;
  font-size: 11px;
  line-height: 1.45;
  margin-top: 6px;
}

.address-picker-status[data-state="success"] {
  color: #14733f;
}

.address-picker-status[data-state="error"] {
  color: #a5342d;
}
