.tab-section{background:var(--color-surface)}.tab-container{max-width:1000px;margin:0 auto;display:flex}.tab-navigation{flex-wrap:nowrap;justify-content:space-between;align-items:stretch;width:100%;display:flex;position:relative}.tab-button{cursor:pointer;color:#000;-webkit-tap-highlight-color:transparent;touch-action:manipulation;background:0 0;border:none;flex:1;justify-content:center;align-items:center;padding:20px 0;font-family:Helvetica Neue,sans-serif;font-size:14px;font-weight:400;transition:all .3s;display:flex;position:relative}.tab-button:not(.active){border-bottom:1px solid #8e8e8e}.tab-button.active{border-bottom:2px solid var(--color-brand-primary);font-weight:500}.tab-button:hover{font-weight:500}@media (max-width:768px){.tab-navigation{flex-wrap:nowrap}.tab-button{flex:auto}}@media (max-width:480px){.tab-navigation{flex-wrap:nowrap}.tab-button{flex:auto;padding:16px 0;font-size:13px}}
