.postcode-search { position: relative; }
.postcode-search > input { text-transform: uppercase; }
.postcode-options { list-style: none; padding: 0; margin: 0; max-height: 245px; overflow-y: auto; background: #fff; border: 1px solid #b9ccc1; border-radius: 0 0 8px 8px; }
.postcode-options li { padding: 13px 16px; min-height: 44px; cursor: pointer; color: #214737; border-bottom: 1px solid #e6ece7; }
.postcode-options li:hover, .postcode-options li[aria-selected="true"] { background: #214737; color: #fff; }
.postcode-search #address-options { max-width: 100%; }
.postcode-search [hidden] { display: none !important; }
