/* cache-bust 20260804g-formal-home */
/*
  file: base.css
  scope: global
  purpose:
  - base typography
  - reset-ish helpers
  - shared layout primitives
*/

body.site-theme-conversion {
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.site-theme-conversion .tp-search-page,
body.site-theme-conversion.tp-view-all .tp-static-main {
  color: #334155;
  line-height: 1.6;
}

body.site-theme-conversion .tp-search-page .tp-search-chip {
  border-radius: 999px;
  border: 1px solid #d9f99d;
  background: #f7fee7;
  color: #166534;
  font-weight: 700;
}

body.site-theme-conversion .tp-search-page .tp-search-chip:hover {
  border-color: #84cc16;
  background: #ecfccb;
}
