﻿.tab-nav>.active
{
    font-weight: 700;
    color: var(--sx-red);
}
.tab-nav .scrollbar
{
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.content-item *
{
    max-width: 100%;
    word-break: break-all;
}
.content-item img, .content-item video
{
    display: block;
    transition: opacity .5s ease;
}
.image-block img, .image-block video
{
    width: 100%;
}
.content-item .lazyload, .content-item .lazyloading
{
    opacity: 0;
}
.content-item .lazyloaded
{
    aspect-ratio: auto!important;
}
