.geosuggest-wrapper{line-height:1.5;margin:0;padding:0;border:0;width:100%}.geosuggest{font-size:1rem;position:relative;width:100%;text-align:left}.geosuggest-title{font-family:var(--crukBrand-fonts-heading);font-size:var(--crukBrand-fontSizes-text-md);line-height:var(--crukBrand-lineHeights-text-md);align-content:space-between}@media screen and (min-width:901px){.geosuggest{width:100%}.geosuggest-title{font-size:var(--crukBrand-fontSizes-text-md);align-content:space-between}}@media (max-width:901px){.geosuggest{width:100%}.geosuggest-title{font-size:var(--crukBrand-fontSizes-text-md);align-content:space-between}}.geosuggest__input{border:1px solid var(--crukBrand-colors-textInputBorder);padding:var(--crukBrand-space-4);outline:none;position:relative;font-family:inherit;font-size:var(--crukBrand-fontSizes-text-md);width:100%;height:52px;border-radius:0}.geosuggest__input:hover{box-shadow:inset 0 0 0 1px var(--crukBrand-colors-textInputBorder)}.geosuggest__input:focus{border-color:var(--crukBrand-colors-status-information);box-shadow:inset 0 0 0 1px var(--crukBrand-colors-status-information)}.geosuggest__suggests{position:absolute;top:100%;left:0;right:0;max-height:25em;padding:0;margin-top:-3px;background:var(--crukBrand-colors-backgroundLight);border-top-width:1px;border:1px solid var(--crukBrand-colors-status-information);border-top:0 solid var(--crukBrand-colors-status-information);overflow-x:hidden;overflow-y:auto;list-style:none;z-index:9999}.geosuggest__suggests--hidden{max-height:0;overflow:hidden;border-width:0}.geosuggest__item{padding:.5em .65em;cursor:pointer}.geosuggest__item--active,.geosuggest__item--active:focus,.geosuggest__item--active:hover,.geosuggest__item:focus,.geosuggest__item:hover{background:var(--crukBrand-colors-black);color:var(--crukBrand-colors-textLight)}.geosuggest__item__matched-text{font-weight:700}