.gff-tab-bar-component{display:flex;padding-bottom:4px;white-space:nowrap;max-width:1120px;margin:0 auto;padding-inline:32px}
.gff-tab{background:0;border:0;padding:8px 16px;font-size:14px;cursor:pointer;color:#384868;position:relative;white-space:nowrap;flex-shrink:0;line-height:20px;letter-spacing:0}
.gff-tab.active{font-weight:600;color:#00429c}
.gff-tab.active::after{content:'';display:block;height:4px;background-color:#00429c;position:absolute;bottom:-5px;left:0;right:0}
@media(max-width:767px){.gff-tab-bar-component{overflow-x:auto;white-space:nowrap;scrollbar-width:none;-webkit-overflow-scrolling:touch;margin:0 16px;padding-inline:0}
.gff-tab{flex-shrink:0}
.gff-tab-bar-component::-webkit-scrollbar{height:4px}
.gff-tab-bar-component::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}
}