.cms-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.cms-search { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; }
.cms-search input[type=search] { min-width: 0; width: 100%; min-height: 44px; border: 1px solid var(--line); padding: 10px 14px; background: #f3f6fa; color: var(--ink); font: inherit; }
.cms-search button { flex: 0 0 auto; min-height: 44px; border: 1px solid var(--line); padding: 10px 16px; background: #e6edf5; color: var(--ink); cursor: pointer; }
.events-tabs a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 18px; font-size: 14px; border-bottom: 2px solid transparent; }
.events-tabs a.is-active { color: #1768ce; border-bottom-color: #1768ce; }
.insight-pagination a,.insight-pagination span { display: inline-flex; min-width: 38px; min-height: 38px; align-items: center; justify-content: center; padding: 7px 12px; border: 1px solid var(--line); }
.insight-pagination .page-num-current { background: #071a35; color: #fff; }
.cms-article { max-width: 840px; margin-inline: auto; }
.article-detail__meta { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.article-detail__back { display: inline-block; padding-block: 8px; border-bottom: 1px solid var(--line); font-size: 14px; }
.page-search .page-heading { margin-bottom: 32px; }
.page-search .page-heading h1 { font-size: 36px; line-height: 1.3; }
.page-search .insight-grid-card h2 { font-size: 24px; line-height: 1.45; }
.page-search .insight-pagination { margin-top: 32px; }
.insight-pagination [aria-disabled=true] { opacity: .45; cursor: default; }
.back-to-top img { transform: rotate(-90deg); }
.cms-richtext { margin-top: 32px; overflow-wrap: anywhere; }
.cms-richtext p { margin-block: 1em; }
.cms-richtext img { max-width: 100%; height: auto; }
.cms-richtext table { display: block; max-width: 100%; overflow-x: auto; }
.cms-richtext h2,.cms-richtext h3 { margin-top: 1.5em; }
.page-search main { padding-top: var(--header-height); }
@media (max-width: 600px) { .events-tabs a { padding-inline: 10px; font-size: 12px; } .cms-search { width: 100%; } }
