.market-ticker-wrap {display: none !important;}
.news-card-link {display: block;width: 100%;text-decoration: none;color: inherit;}
.news-card-link+.news-card-link {margin-top: 14px;}
.load-more-wrapper {width: 100%;display: flex;justify-content: center;align-items: center;padding: 30px 0;}
.loader {width: 48px;height: 48px;border: 5px solid #FFF;border-bottom-color: var( --brand-color);border-radius: 50%;display: inline-block;box-sizing: border-box;animation: rotation 1s linear infinite;}
@keyframes rotation {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}
.tabs-scroll-wrap {display: flex;align-items: center;gap: 8px;position: relative;}
.tabs-scroll {overflow-x: auto;overflow-y: hidden;white-space: nowrap;flex: 1;-webkit-overflow-scrolling: touch;scrollbar-width: none;}
.tabs-scroll::-webkit-scrollbar {display: none;}
#topicTabs {flex-wrap: nowrap !important;}
#topicTabs .nav-item {flex: 0 0 auto;}
#topicTabs .nav-link {white-space: nowrap;}
.tabs-arrow {width: 34px;height: 34px;border-radius: 50%;border: none;background: var( --brand-color);color: #fff;display: none;align-items: center;justify-content: center;cursor: pointer;box-shadow: 0 2px 8px rgba(0, 0, 0, .2);}
.tabs-arrow i {color: #fff;font-size: 14px;}
.tabs-arrow:disabled {opacity: 0.5;cursor: pointer;}
.featured-title {color: #fff;}