/* Category controls and pagination: only loaded by case listing pages. */
html body.fg-case-list-page .filter-tabs{display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:10px!important;margin:0 0 34px!important}
html body.fg-case-list-page .filter-tabs .filter-tab{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:44px!important;padding:10px 18px!important;border:1px solid #d6e2ec!important;border-radius:7px!important;font-size:14px!important;line-height:1.5!important;font-weight:600!important;white-space:normal!important;background:#fff!important;color:#4d657b!important;text-decoration:none!important}
html body.fg-case-list-page .filter-tabs .filter-tab[aria-current="page"],html body.fg-case-list-page .filter-tabs .filter-tab:hover{background:#005bac!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#005bac!important}
html body.fg-case-list-page .fg-page-summary{text-align:center;font-size:14px!important;color:#718497!important;margin:34px 0 16px!important;line-height:1.7!important}
html body.fg-case-list-page .pagination{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0!important;padding:0!important}
html body.fg-case-list-page .pagination a,html body.fg-case-list-page .pagination span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;height:44px!important;padding:0 14px!important;border:1px solid #d6e2ec!important;border-radius:7px!important;line-height:1!important;font-size:14px!important;text-decoration:none!important;background:#fff!important;color:#34516b!important;box-sizing:border-box!important}
html body.fg-case-list-page .pagination span[aria-current="page"],html body.fg-case-list-page .pagination a:hover{background:#005bac!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-color:#005bac!important}
html body.fg-case-list-page .pagination a:focus-visible,html body.fg-case-list-page .filter-tab:focus-visible{outline:3px solid #60a3d8!important;outline-offset:3px!important}
@media(max-width:680px){html body.fg-case-list-page .filter-tabs{justify-content:flex-start!important;gap:8px!important}html body.fg-case-list-page .filter-tabs .filter-tab{padding:9px 13px!important;font-size:14px!important}html body.fg-case-list-page .pagination{gap:6px!important}html body.fg-case-list-page .pagination a,html body.fg-case-list-page .pagination span{padding:0 12px!important}}
