.delivery-area-picker {
  position: relative;
}

.delivery-area-picker input[role="combobox"] {
  padding-inline-end: 42px;
  background-image: linear-gradient(45deg, transparent 50%, #6b7280 50%), linear-gradient(135deg, #6b7280 50%, transparent 50%);
  background-position: calc(18px) 50%, calc(13px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.delivery-area-results {
  position: absolute;
  z-index: 50;
  inset-inline: 0;
  top: calc(100% + 5px);
  max-height: 260px;
  overflow-y: auto;
  padding: 6px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .14);
}

.delivery-area-results[hidden] {
  display: none;
}

.delivery-area-results button {
  display: block;
  width: 100%;
  padding: 10px 12px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #111827;
  font: inherit;
  text-align: start;
  cursor: pointer;
}

.delivery-area-results button:hover,
.delivery-area-results button:focus {
  background: #fff3e8;
  color: #c94f00;
  outline: none;
}

.delivery-area-hint {
  display: block;
  margin-top: 6px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.7;
}
