.usmr-loqate-dropdown{display:none;position:absolute;top:100%;left:0;right:0;z-index:9999;max-height:240px;overflow-y:auto;background:#fff;border:1px solid #ccc;border-top:none;border-radius:0 0 4px 4px;box-shadow:0 4px 12px rgba(0,0,0,.1);box-sizing:border-box}.usmr-loqate-dropdown--open{display:block}.usmr-loqate-item{display:flex;flex-direction:column;padding:8px 12px;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:background-color .1s ease}.usmr-loqate-item:last-child{border-bottom:none}.usmr-loqate-item:hover,.usmr-loqate-item--active{background-color:#f0f4ff}.usmr-loqate-item--container .usmr-loqate-item__text::after{content:" ▶";font-size:.7em;opacity:.5;margin-left:4px}.usmr-loqate-item__text{font-size:14px;line-height:1.4;color:#333}.usmr-loqate-item__desc{font-size:12px;line-height:1.3;color:#888;margin-top:2px}.usmr-loqate-loading{display:flex;justify-content:center;align-items:center;padding:8px 12px}.usmr-loqate-spinner{display:inline-block;box-sizing:border-box;width:16px;height:16px;border:1.5px solid #e0e0e0;border-top-color:#555;border-radius:50%;font-style:normal;animation:usmr-loqate-spin .6s linear infinite}@keyframes usmr-loqate-spin{to{transform:rotate(360deg)}}.usmr-loqate-message{padding:12px 16px;text-align:center;font-size:13px;color:#888}.usmr-loqate-message--error{color:#c0392b}