.selectContainer {
  width: 100% !important;
}

.footerContainer {
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.label {
  font-size: 1rem;
  line-height: 2;
}

.postcodeLabel {
  font-style: italic;
  font-size: 0.9rem;
  padding-top: 10px;
  color: var(--secondaryTextColor);
}

.warningPostcodeLabel {
  font-style: italic;
  font-size: 0.9rem;
  padding-top: 5px;
  color: var(--dangerColor);
}

.noPostcodesLabel {
  font-size: 1rem;
}

.autoCompleteAddress {
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.error {
  width: 2px;
  height: 2px;
  background-color: red;
}
