.tags .tag { white-space: nowrap; }
.article-figure .article-figure__actions { display: none; }
.article-figure:hover .article-figure__actions { display: flex; }
.article-figure__actions .article-figure__btn { background: rgba(0, 0, 0, 0.8); }
    .article-figure__actions .article-figure__btn img { opacity: 0.5; }

.quiz-result__share .share__menu { justify-content: center !important; }

/* Quiz Loading Overlay */
.quiz-loading-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.7); display: flex; align-items: center; justify-content: center; z-index: 9999; }

.quiz-loading-spinner { text-align: center; color: white; }

    .quiz-loading-spinner .spinner { width: 50px; height: 50px; border: 4px solid rgba(255, 255, 255, 0.3); border-top-color: white; border-radius: 50%; animation: spin 1s linear infinite; margin: 0 auto 20px; }

.quiz-loading-text { margin: 0; font-size: 16px; color: white; }

@keyframes spin {
    to { transform: rotate(360deg); }
}


@media (max-width: 991px) {
    .layout-header-top_stock .user-nav .user-nav__login { display: none !important; }

    .layout-header-top_stock .user-nav .nav-icon { display: none !important; }
}

.account-menu.account-menu--open { z-index: 2; }

.ct-header-video .header__user .user-nav__icon { height: 24px; }

.flex-avatar__login .avatar img { border-radius: 50%; }

.ct-header-video .flex-avatar__login .avatar { width: 30px; height: 30px; }
/*@media (min-width: 1200px) {
    .ethnic-religion .cooperative__list .news-card:nth-child(1), .ethnic-religion .cooperative__list .news-card:nth-child(2) {
        grid-column: span 2;
    }
}*/
.raw-html-block, .chart-tool { margin-bottom: 16px; }

.mt-4 { margin-top: 16px; }