.blog-tab-list{display:flex;gap:9px;overflow-x:auto;padding:5px 2px 13px;margin-bottom:24px;scrollbar-width:thin;overscroll-behavior-inline:contain}.blog-tab{flex:0 0 auto;min-height:44px;padding:9px 18px;border:1px solid var(--line);border-radius:999px;background:#fff;color:#344054;font:inherit;font-weight:750;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease}.blog-tab:hover{border-color:#93c5fd;color:var(--blue)}.blog-tab.is-active{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 8px 20px #2563eb28}.blog-tab:focus-visible{outline:3px solid #93c5fd;outline-offset:2px}.blog-tab-panel[hidden]{display:none}.blog-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.blog-panel-heading h3{font-size:27px;margin:0}.blog-panel-heading a{font-weight:800}.blog-tabs{min-height:520px}.blog-category-section{display:none!important}@media(max-width:900px){.blog-tabs{min-height:850px}}@media(max-width:620px){.blog-tabs{min-height:0}.blog-tab-list{margin-inline:-16px;padding-inline:16px}.blog-tab{padding:8px 15px}.blog-panel-heading h3{font-size:23px}}
