﻿.ui-autocomplete.trekky-postcode-autocomplete {
    max-height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 100000;
    padding: 6px 0;
    margin-top: 4px;
}

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

.ui-autocomplete.trekky-postcode-autocomplete .ui-menu-item-wrapper {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.4;
    border: 0;
}

.ui-autocomplete.trekky-postcode-autocomplete .ui-state-active,
.ui-autocomplete.trekky-postcode-autocomplete .ui-menu-item-wrapper.ui-state-active {
    background: #f3f8ff;
    color: #103a73;
    margin: 0;
}

.trekky-postcode-suggestion {
    white-space: nowrap;
}
