.locovo-postcode-checker {
  margin: 1.25rem 0;
  padding: 1.25rem;
  border: 1px solid #d7dce2;
  border-radius: 8px;
  background: #f8fafb;
}

.locovo-postcode-checker h2,
.locovo-postcode-checker h3,
.locovo-order-fields legend {
  margin: 0 0 .5rem;
  font-size: 1.1rem;
  font-weight: 700;
}

.locovo-postcode-form label,
.locovo-order-fields label {
  display: block;
  margin-bottom: .35rem;
  font-weight: 600;
}

.locovo-postcode-row {
  display: flex;
  gap: .65rem;
  align-items: stretch;
}

.locovo-postcode-row input {
  min-width: 0;
  flex: 1 1 10rem;
  text-transform: uppercase;
}

.locovo-postcode-status {
  margin-top: .75rem;
  font-weight: 600;
}

.locovo-postcode-status.is-success { color: #176b36; }
.locovo-postcode-status.is-error { color: #a12622; }

.locovo-postcode-results {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d7dce2;
}

.locovo-postcode-results ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.locovo-postcode-results li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .35rem 0;
}

.locovo-order-fields {
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #d7dce2;
  border-radius: 8px;
}

.locovo-order-fields select,
.locovo-order-fields input[type="date"] {
  width: 100%;
}

.locovo-order-hint {
  clear: both;
  margin: .5rem 0 0;
  font-size: .9rem;
}

.single_add_to_cart_button.locovo-locked {
  cursor: not-allowed;
  opacity: .55;
}

@media (max-width: 480px) {
  .locovo-postcode-row { flex-direction: column; }
  .locovo-postcode-row .button { width: 100%; }
}
