.sub-nav-cat-info {
    margin-top: 0;
    margin-bottom: 32px;
}
.sub-nav-cat-info.cat-archive {
    padding-right: 20px;
    padding-left: 20px;
}
body.home .sub-nav-cat-info {
    margin-top: 32px;
    margin-bottom: 0;
}
.sub-nav-cat-info h2, .sub-nav-cat-info h1 {
    font-weight: 700;
    padding-bottom: 9px;
    font-size: 24px;
    color: #050745;
}
.sub-nav-cat-info .cat-desc {
    font-weight: 300;
    font-size: 16px;
    padding-top: 0;
    color: #050745B2;
}

.sub-nav-wrapper {
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 20px 16px 0 16px;
}

@media (max-width: 1280px) {
    .sub-nav-wrapper {
        padding: 20px 23px 0 23px;
    }
    .sub-nav-cat-info {
        margin-top: 20px;
        padding: 0 16px 16px 0;
    }
    .sub-nav-cat-info.cat-archive {
        padding-right: 0;
        padding-left: 0;
        /* margin-bottom: 10px; */
        margin-bottom: 0;

    }
}

.sub-nav-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
    gap: 16px;
}

.sub-nav-container a.sub-nav-item,
.sub-nav-container a.sub-nav-item:link,
.sub-nav-container a.sub-nav-item:visited,
.sub-nav-container a.sub-nav-item:hover,
.sub-nav-container a.sub-nav-item:active {
    text-decoration: none !important;
}

.sub-nav-container::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
}

.sub-nav-item {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    font-family: sans-serif;
    white-space: nowrap;
    cursor: pointer;
    flex-direction: row;
    justify-content: center;
    padding: 4px 12px;
    gap: 6px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .3px;
    font-size: 12px;
    text-align: center;
    color: #050745;
    border: 1px solid rgba(5, 7, 69, 0.2);
    border-radius: 40px;
}


.sub-nav-active {
    /*font-size: 16px;*/
    line-height: 24px;
    border-radius: 25px;
    text-align: center;
    background: #050745;
    color: white;
}


/*.sub-nav-scroll-btn {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background: #F7F7F7;*/
/*    border: none;*/
/*    padding: 8px;*/
/*    cursor: pointer;*/
/*    z-index: 10;*/
/*    display: none;*/

/*    outline: none;*/
/*    box-shadow: none;*/
/*    -webkit-appearance: none;*/
/*    appearance: none;*/
/*}*/

/*.sub-nav-scroll-btn img {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*}*/

/*.sub-nav-scroll-btn.left {*/
/*    left: 0;*/
/*}*/

/*.sub-nav-scroll-btn.right {*/
/*    right: 0;*/
/*}*/
