.smart-search__header { margin: 12px 0 28px; }
.smart-search__eyebrow { margin-bottom: 8px; color: var(--goti-accent-hover, #c7460d); font-size: 13px; font-weight: 700; letter-spacing: .1em; }
.smart-search__header h1,
.smart-search__section-heading h2,
.smart-search__links h2,
.smart-search__examples h2,
.smart-search__empty h2 { margin: 0; }
.smart-search__query { margin: 12px 0 0; color: var(--goti-muted, #61686b); font-size: 18px; }
.smart-search__interpretation,
.smart-search__plain-note,
.smart-search__relaxation { max-width: 1050px; margin: 0 0 24px; }
.smart-search__interpretation-title { margin-bottom: 10px; font-weight: 700; }
.smart-search__chips { display: flex; flex-wrap: wrap; gap: 8px; }
.smart-search__chip { display: inline-flex; min-height: 36px; padding: 6px 7px 6px 12px; align-items: center; gap: 7px; border: 1px solid var(--goti-accent, #ec5918); border-radius: var(--goti-radius, 4px); background: var(--goti-surface-warm, #faf8f6); color: var(--goti-ink, #202628); line-height: 1.25; }
.smart-search__chip small { color: var(--goti-muted, #61686b); font-size: 11px; }
.smart-search__chip--relaxed { border-color: var(--goti-line, #dfe3e3); background: var(--goti-surface, #f3f5f5); color: var(--goti-muted, #61686b); }
.smart-search__chip-remove { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: var(--goti-radius, 4px); background: var(--goti-accent, #ec5918); color: #fff; font-size: 20px; line-height: 1; text-decoration: none; transition: background-color .16s ease; }
.smart-search__chip-remove:hover,
.smart-search__chip-remove:focus { background: var(--goti-accent-hover, #c7460d); color: #fff; outline: none; }
.smart-search__chip--relaxed .smart-search__chip-remove { background: #899092; }
.smart-search__relaxation { padding: 14px 17px; border-left: 4px solid var(--goti-accent, #ec5918); border-radius: 0 var(--goti-radius, 4px) var(--goti-radius, 4px) 0; background: var(--goti-surface, #f3f5f5); line-height: 1.5; }
.smart-search__section-heading { display: flex; margin: 0 0 22px; align-items: baseline; justify-content: space-between; gap: 20px; }
.smart-search__section-heading span,
.smart-search__limit-note { color: var(--goti-muted, #61686b); }
.smart-search__examples,
.smart-search__links,
.smart-search__empty { margin: 30px 0; }
.smart-search__example-list,
.smart-search__link-list { display: flex; margin-top: 16px; flex-wrap: wrap; gap: 8px; }
.smart-search__example-list a,
.smart-search__link-list a { padding: 9px 12px; border: 1px solid var(--goti-line, #dfe3e3); border-radius: var(--goti-radius, 4px); background: #fff; color: var(--goti-ink, #202628); text-decoration: none; transition: border-color .16s ease, color .16s ease; }
.smart-search__example-list a:hover,
.smart-search__link-list a:hover { border-color: var(--goti-accent, #ec5918); color: var(--goti-accent-hover, #c7460d); }
.smart-search__empty { padding: 26px; border: 1px solid var(--goti-line, #dfe3e3); border-radius: var(--goti-radius, 4px); background: var(--goti-surface, #f3f5f5); }
.smart-search__empty p { margin: 10px 0 0; color: var(--goti-muted, #61686b); }
.smart-search__pagination { display: flex; margin: 34px 0 8px; justify-content: center; }
.smart-search__pagination .pagination { margin: 0; }
@media (max-width: 767px) {
  .smart-search__header { margin-top: 0; }
  .smart-search__query { font-size: 16px; }
  .smart-search__section-heading { align-items: flex-start; flex-direction: column; gap: 5px; }
  .smart-search__chip { font-size: 13px; }
}
