/* Inherit the site's typography; TAB yellow identifies search actions. */
.tab-ai-search-form { display:flex; gap:0; width:100%; max-width:780px; background:#fff; border:1px solid #767676; border-radius:5px; overflow:hidden; }
.tab-ai-search-form input[type=search] { flex:1; min-width:0; margin:0; padding:15px 18px; border:0; background:transparent; color:#171717; font:inherit; }
.tab-ai-search-form button, .tab-ai-followup button { border:0; border-radius:3px; background:#f2c400; color:#111; padding:12px 20px; font:inherit; font-weight:700; cursor:pointer; white-space:nowrap; }
.tab-ai-search-form button:hover, .tab-ai-followup button:hover { background:#dfb500; color:#111; }
.tab-ai-search-form:focus-within { outline:3px solid #087dce; outline-offset:3px; }
.tab-ai-search-form input:focus { outline:0; box-shadow:none; }
.tab-ai-enhanced input[name=s]::placeholder { color:#555; opacity:1; }
.tab-ai-enhanced input[name=s] { text-overflow:ellipsis; }
.hfe-search-button-wrapper.tab-ai-enhanced .hfe-search-form__input:focus { width:min(480px,75vw); }
.tab-ai-panel { box-sizing:border-box; width:100%; margin:0 0 28px; padding:24px 26px 18px; border:2px solid #087dce; border-radius:8px; background:#fff; color:#171717; font-family:inherit; text-align:left; scroll-margin-top:24px; }
.tab-ai-panel *, .tab-ai-panel *::before, .tab-ai-panel *::after { box-sizing:border-box; }
.tab-ai-panel [hidden] { display:none!important; }
.tab-ai-panel__top { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:14px; }
.tab-ai-panel__top h2 { margin:0; font-size:21px; font-weight:750; line-height:1.3; color:#111; }
.tab-ai-panel__top>span { font-size:13px; color:#595959; }
.tab-ai-panel__question { margin:0 0 14px; color:#424242; font-size:15px; overflow-wrap:anywhere; }
.tab-ai-panel__answer { font-size:17px; line-height:1.65; overflow-wrap:anywhere; max-width:78ch; }
.tab-ai-panel__answer p { margin:0 0 14px; }
.tab-ai-panel__answer a, .tab-ai-panel__results-link { color:#0068ad; text-decoration:underline; text-underline-offset:3px; }
.tab-ai-panel__answer ul, .tab-ai-panel__answer ol { margin:0 0 16px; padding-left:24px; }
.tab-ai-panel__progress { display:flex; align-items:center; gap:12px; padding:15px 0 20px; font-size:16px; color:#343434; }
.tab-ai-spinner { display:block; flex:0 0 20px; height:20px; border:3px solid #d9e4ed; border-top-color:#087dce; border-radius:50%; animation:tab-ai-turn .85s linear infinite; }
.tab-ai-followup { border-top:1px solid #e1e4e7; padding-top:18px; margin:18px 0 0; }
.tab-ai-followup label { display:block; font-size:14px; font-weight:650; color:#3b3b3b; margin-bottom:8px; }
.tab-ai-followup__field { display:flex; align-items:flex-end; gap:10px; }
.tab-ai-followup textarea { display:block; flex:1; min-width:0; min-height:48px; max-height:150px; resize:vertical; margin:0; padding:12px 14px; background:#f8f9fa; border:1px solid #929ba3; border-radius:4px; color:#111; font:inherit; line-height:1.4; }
.tab-ai-panel button:focus-visible, .tab-ai-panel textarea:focus-visible, .tab-ai-panel a:focus-visible { outline:3px solid #087dce; outline-offset:3px; }
.tab-ai-panel button:disabled { opacity:.55; cursor:wait; }
.tab-ai-panel__note { margin:12px 0 0; font-size:12px; color:#626262; line-height:1.5; }
.tab-ai-panel__error { color:#9e2424; margin:12px 0; font-size:15px; }
.tab-ai-panel__results-link { display:inline-block; margin:8px 0; }
.tab-ai-results { display:block; }
.tab-ai-result-card { display:block; margin:0 0 24px; padding:28px 32px; background:#fff; color:#1d1d1d; }
.tab-ai-result-card__category { color:#b48600; text-transform:uppercase; font-size:14px; margin-right:9px; }
.tab-ai-result-card__date { font-size:14px; color:#444; }
.tab-ai-result-card h2 { margin:7px 0 20px; font-size:clamp(23px,3vw,35px); line-height:1.2; }
.tab-ai-result-card h2 a { color:#090909; text-decoration:none; }
.tab-ai-result-card h2 a:hover { text-decoration:underline; }
.tab-ai-result-card__media { display:block; margin:0 0 17px; }
.tab-ai-result-card__image { display:block; width:100%; height:auto; max-height:440px; object-fit:cover; }
.tab-ai-result-card p { font-size:16px; line-height:1.6; margin:0 0 15px; }
.tab-ai-result-card__read { display:inline-block; padding:8px 16px; border:1px solid #777; color:#111; text-decoration:none; font-size:13px; }
.tab-ai-result-card__read:hover { border-color:#0675bf; color:#0675bf; }
.tab-ai-pagination { display:flex; gap:8px; justify-content:center; flex-wrap:wrap; margin:26px 0; }
.tab-ai-pagination button { min-width:38px; padding:7px 11px; background:#fff; color:#222; border:1px solid #bbb; border-radius:4px; cursor:pointer; }
.tab-ai-pagination button[aria-current=page] { color:#fff; background:#087dce; border-color:#087dce; cursor:default; }
.tab-ai-pagination button:focus-visible { outline:3px solid #087dce; outline-offset:2px; }
.tab-ai-results-loading #primary> :not(.tab-ai-panel) { display:none!important; }
.tab-ai-results-loading #primary { min-height:310px; }
@keyframes tab-ai-turn { to { transform:rotate(360deg); } }
@media(max-width:600px) {
 .tab-ai-panel { padding:18px 16px 14px; margin-bottom:20px; }
 .tab-ai-panel__top>span { display:none; }
 .tab-ai-panel__answer { font-size:16px; }
 .tab-ai-followup__field { flex-wrap:wrap; }
 .tab-ai-followup textarea { flex-basis:100%; }
 .tab-ai-followup button[type=submit] { margin-left:auto; }
 .tab-ai-search-form button { padding:12px; font-size:14px; }
 .tab-ai-search-form input[type=search] { padding:12px; font-size:14px; }
 .tab-ai-result-card { padding:18px; }
}
@media(prefers-reduced-motion:reduce) { .tab-ai-spinner { animation:none; } }
