.db-search-form{position:relative}
.db-discovery-suggestions{background:#fff;border:1px solid #d7e3e8;border-radius:16px;box-shadow:0 22px 55px rgba(8,45,64,.18);left:0;margin-top:10px;overflow:hidden;position:absolute;right:0;top:100%;z-index:50}
.db-discovery-suggestions[hidden]{display:none}
.db-discovery-suggestions__status{color:#5f707b;font-size:12px;font-weight:750;padding:11px 14px}
.db-discovery-suggestions__list{display:grid;max-height:min(440px,55vh);overflow:auto;overscroll-behavior:contain}
.db-discovery-suggestions__item{align-items:center;border-top:1px solid #edf2f4;color:#0b3449;display:grid;gap:11px;grid-template-columns:38px minmax(0,1fr) auto;padding:12px 14px;text-decoration:none}
.db-discovery-suggestions__item:hover,.db-discovery-suggestions__item:focus,.db-discovery-suggestions__item.is-active{background:#eff8f7;outline:0}
.db-discovery-suggestions__icon{align-items:center;background:#e5f4f3;border-radius:11px;color:#12697d;display:flex;font-size:18px;font-weight:900;height:38px;justify-content:center;width:38px}
.db-discovery-suggestions__copy{display:grid;gap:3px;min-width:0}
.db-discovery-suggestions__copy strong{font-size:14px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.db-discovery-suggestions__copy small{color:#72818a;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.db-discovery-suggestions__access{background:#f5f0df;border-radius:999px;color:#65531b;font-size:10px;font-weight:800;padding:5px 8px;white-space:nowrap}
.db-discovery-suggestions__all{align-items:center;background:#0b3449;color:#fff;display:flex;font-size:13px;font-weight:800;justify-content:space-between;padding:12px 15px;text-decoration:none}
.db-discovery-suggestions__all:hover,.db-discovery-suggestions__all:focus{background:#125269;color:#fff}
@media(max-width:760px){.db-discovery-suggestions{border-radius:13px;box-shadow:0 15px 40px rgba(8,45,64,.2);margin-top:7px}.db-discovery-suggestions__list{max-height:42vh}.db-discovery-suggestions__item{grid-template-columns:34px minmax(0,1fr);padding:11px 12px}.db-discovery-suggestions__icon{height:34px;width:34px}.db-discovery-suggestions__access{display:none}.db-discovery-suggestions__status{padding:9px 12px}.db-discovery-suggestions__all{min-height:48px}}
@media(prefers-reduced-motion:reduce){.db-discovery-suggestions *{scroll-behavior:auto!important}}
