/**
 * Checkout / címűrlap postcode autofill – minimális segéd UI (2.9.0.140)
 * A picker az irányítószám blokk után, a Város előtt jelenik meg.
 */
.md-checkout-postcode-picker {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0.35rem 0 0.75rem;
  box-sizing: border-box;
}

.md-checkout-postcode-picker[hidden] {
  display: none !important;
}

.md-checkout-postcode-hint {
  display: block;
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  line-height: 1.35;
  color: #5c6570;
}

.md-checkout-postcode-hint[hidden] {
  display: none !important;
}

.md-checkout-postcode-label {
  display: block;
  margin: 0 0 0.2rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.md-checkout-postcode-label[hidden] {
  display: none !important;
}

.md-checkout-postcode-select {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  box-sizing: border-box;
  min-height: 2.5rem;
}

.md-checkout-postcode-select[hidden] {
  display: none !important;
}
