select {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px;
  border: 1px solid #ccd3cb;
  border-radius: 10px;
  background: #fafbf8;
  font: inherit;
  outline: none;
}

select:focus {
  border-color: #4c7434;
  box-shadow: 0 0 0 3px #c8f45155;
}

.field-help {
  display: block;
  margin-top: 7px;
  color: #6b756e;
  font-size: 11px;
  font-weight: 500;
}

.custom-postal[hidden] {
  display: none;
}
