/*********************************
* Category
**********************************/
.twc-blog-header {position:relative; z-index:10;}
.twc-blog-categories-list__desktop ul {list-style:none; margin:0;}
.twc-blog-categories-list__desktop ul li {padding:0;}
.twc-blog-categories-list__desktop ul li:not(:last-child) {margin-right:65px;}
.twc-blog-categories-list__desktop ul li a {
    font-size:var(--twc-size-16); font-weight:400; text-decoration:none;
    letter-spacing:.2em; color:rgba(9, 53, 72, .5);
}
.twc-blog-categories-list__desktop ul li a:hover,
.twc-blog-categories-list__desktop ul li.active a {color:var(--twc-color-secondary);}
.twc-blog-categories-list__desktop ul li.active a {font-weight:500;}

/* Select mobile */
.twc-blog-header__categories {width:100%;}
.twc-blog-categories__mobile {max-width:300px; width:100%;}


/*********************************
* Category - Responsive
**********************************/
@media only screen and (max-width:1180px) {
    .twc-blog-categories-list__desktop ul li:not(:last-child) {margin-right:var(--twc-gap-container);}
}
@media only screen and (max-width:480px) {
    .twc-blog-categories__mobile {max-width:100%;}
}