/*
Theme Name: Blocksy Child
Template: blocksy
Version: 1.0
*/


/* Autocomplete dropdown styling */
.ui-autocomplete {
  position: absolute;
  z-index: 10000 !important;
  max-height: 200px;
  overflow-y: auto;
  background-color: #f9f9f9;
  border: 2px solid #288896;
  border-radius: 6px;
  padding: 6px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: inherit;
}

.ui-menu-item {
  list-style: none;
}

.ui-menu-item-wrapper {
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s ease;
}

.ui-menu-item-wrapper:hover {
  background-color: #c95375;
  color: #ffffff;
  border-radius: 4px;
}

/* Error message styling */
.postcode-error {
  color: red;
  font-size: 0.9em;
  margin-top: 4px;
  display: none;
}

/* Error input styling */
.postcode-error-border {
  border: 2px solid red !important;
  background-color: #ffe6ec !important;
}



.ui-autocomplete {
  z-index: 99999 !important;
  background: white;
  border: 2px solid #ccc;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px 0;
}

.ui-menu-item-wrapper {
  padding: 10px 15px;
  cursor: pointer;
}

.ui-menu-item-wrapper:hover {
  background: #c95375;
  color: white;
}
