#booking-app .address-search { position: relative; }
#booking-app .address-dropdown { position: absolute; z-index: 100; top: calc(100% + 6px); left: 0; right: 0; background: #fff; border: 1px solid #a9bdd5; border-radius: 6px; box-shadow: 0 8px 24px #26363024; }
#booking-app .address-dropdown[hidden] { display: none !important; }
#booking-app #address-options { list-style: none; margin: 0; padding: 4px; max-height: 290px; overflow-y: auto; overscroll-behavior: contain; }
#booking-app .address-option { cursor: pointer; padding: 12px; min-height: 58px; border-radius: 3px; }
#booking-app .address-option + .address-option { border-top: 1px solid #dce3de; }
#booking-app .address-option:is(:hover,[aria-selected="true"]) { background: #e7f0df; color: #263630; }
#booking-app .address-option strong { display: block; font-size: 14px; }
#booking-app .address-option small { display: block; font-size: 12px; color: #66716c; }
#booking-app .address-attribution, #booking-app .address-provider-credit { display: flex; flex-wrap: wrap; gap: 4px 10px; font-size: 11px; line-height: 1.5; }
#booking-app .address-attribution { padding: 8px 12px; border-top: 1px solid #dce3de; }
#booking-app .address-provider-credit { margin-top: 6px; }
#booking-app .address-provider-credit a { color: #406797; text-decoration: underline; }
