.samelevelpages ul{min-width:100%;display:flex;flex-wrap:nowrap;flex-direction:row;justify-content:stretch;align-items:stretch;border-bottom:1px solid #ddd;padding:0;list-style:none;overflow:auto}
.samelevelpages ul li{width:100%;display:flex;align-items:center;justify-content:center;text-transform:uppercase;font-family:"MyriadProSemibold";color:#45474a;font-size:18px;line-height:23px;letter-spacing:0;padding:0 16px 10px;text-align:center;border-bottom-width:0;min-width:max-content}
@media(min-width:768px){.samelevelpages ul li{min-width:unset}
}
.samelevelpages ul .current-page{background:linear-gradient(90deg,#007aae 0,#798f00 100%) left bottom no-repeat;background-size:100% 3px}
.samelevelpages ul::-webkit-scrollbar{display:none}