/* Shared, optional suggestions; scoped so existing forms keep their presentation. */
.claba-search-entry { position:relative; }
.claba-suggestions { box-sizing:border-box;position:absolute;z-index:30;top:calc(100% + 8px);left:0;right:0;margin:0;padding:7px;background:#091628;border:1px solid #8ddbd873;border-radius:5px;box-shadow:0 20px 45px #0009;list-style:none;max-height:min(430px,55vh);overflow-y:auto;text-shadow:none; }
.claba-suggestions[hidden] { display:none!important; }
.claba-suggestions>li { box-sizing:border-box;display:flex;align-items:center;gap:12px;min-height:57px;padding:8px 12px;border-radius:3px;cursor:pointer;color:#eef4fc;font:14px/1.35 'Fira Sans',sans-serif; }
.claba-suggestions>li[aria-selected=true],.claba-suggestions>li:hover { background:#194049; }
.claba-suggestions img { display:block;width:31px;height:42px;flex-shrink:0;object-fit:contain; }
.claba-suggestions small { display:block;font:9px/1.6 'Fira Mono',monospace;color:#91dedb;margin-top:3px; }
.claba-suggestions .claba-suggestions-all { min-height:42px;border-top:1px solid #91b7d432;color:#98f0e7;font-size:12px;margin-top:4px; }
.cb-search-default .claba-search-context { display:flex;align-items:center;gap:7px;color:#bce9ed;font:10px/1.5 'Fira Mono',monospace;margin-bottom:6px; }
.cb-search-default .claba-search-context input { width:auto;height:auto;margin:0; }
body .claba-mag-sidebar-search form { display:grid;grid-template-columns:minmax(0,1fr) 43px; }
body .claba-mag-sidebar-search input[type=search] { grid-column:1;grid-row:1; }
body .claba-mag-sidebar-search button { grid-column:2;grid-row:1; }
body .claba-mag-sidebar-search select { grid-column:1/-1;grid-row:2;min-width:0; display:block;width:100%;height:40px;margin:0;padding:8px 34px 8px 10px;background:#101b2c;color:#d9edf5;border:1px solid #9ab8cc4d;border-radius:3px;font:13px 'Fira Sans',sans-serif; }

.cb-search-default .claba-search-context~.cb-search-icon { top:auto;bottom:0;height:40px; }

.claba-catalog-search { margin-bottom:25px;padding-bottom:23px;border-bottom:1px solid #90b1ce33; }
.claba-catalog-search h3 { font:28px/1.1 'Bebas Neue',sans-serif;color:#eaf0ff;margin:0 0 15px; }
.claba-catalog-search .cb-search-default { width:100%; }
.claba-context-entry { position:relative;display:flex;align-items:stretch; }
.claba-context-entry .cb-search-input { min-width:0;padding-right:45px;border-radius:4px;background:#071324a8;height:46px;font-size:13px; }
.claba-context-entry>button { position:absolute;right:1px;top:1px;bottom:1px;width:42px;display:grid;place-items:center;border:0;border-left:1px solid #97aec633;border-radius:0 3px 3px 0;color:#9aeee5;background:#15353b;cursor:pointer; }
.claba-context-entry>button:focus-visible { outline:2px solid #a3f6ef;outline-offset:2px; }

@media(max-width:760px) {
 .claba-search-modal .claba-search-entry { flex-wrap:wrap; }
 body .claba-search-modal .claba-search-entry input { flex:1; width:0; }
 .claba-search-modal .claba-suggestions { position:static;flex-basis:100%;max-height:min(300px,45svh);margin-top:6px; }
}
