/*
Generated time: February 10, 2026 09:40
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.c_tabs-scroll__tab-list{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:auto;padding-bottom:8px}@media screen and (max-width:699px){.c_tabs-scroll__tab-list{gap:4px}}.c_tabs-scroll__tab-item{display:flex;align-items:center;justify-content:center;padding:10px 20px;position:relative;text-decoration:none;color:inherit;flex-shrink:0;white-space:nowrap}.c_tabs-scroll__tab-item::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:#fff;transform:scaleX(0);transform-origin:bottom left;transition:transform .3s ease-in-out}.c_tabs-scroll__tab-item:hover::after,.c_tabs-scroll__tab-item[aria-current=true]::after{transform:scaleX(1)}