.latest-news__container {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 992px) {
    .latest-news__container {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}
.latest-news__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin: 32px 0 0;
}
.latest-news__tags .tags__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 16px;
    font-weight: 900;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 32px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.latest-news__tags .tags__button[data-tag="ad-networks"] {
    border: 2px solid #ff008a;
}
.latest-news__tags .tags__button[data-tag="ad-networks"]:hover {
    background: rgba(255, 0, 138, 0.5);
}
.latest-news__tags .tags__button[data-tag="ad-networks"].active {
    background: #ff008a;
}

.latest-news__tags .tags__button[data-tag="from-partners"] {
    border: 2px solid #ffa602;
}
.latest-news__tags .tags__button[data-tag="from-partners"]:hover {
    background: rgba(255, 166, 2, 0.5);
}
.latest-news__tags .tags__button[data-tag="from-partners"].active {
    background: #ffa602;
}

.latest-news__tags .tags__button[data-tag="gambling-industry"] {
    border: 2px solid #d400ff;
}
.latest-news__tags .tags__button[data-tag="gambling-industry"]:hover {
    background: rgba(212, 0, 255, 0.5);
}
.latest-news__tags .tags__button[data-tag="gambling-industry"].active {
    background: #d400ff;
}
.latest-news__tags .tags__button.clear {
    padding: 8px 16px 8px 8px;
    font-weight: 700;
    text-transform: none;
}
.latest-news__tags .tags__button.clear.disabled {
    opacity: .5;
    pointer-events: none;
}
.latest-news__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 24px;
}
@media (min-width: 992px) {
    .latest-news__grid {
        -ms-grid-columns: 1fr 24px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}
@media (min-width: 1024px) {
    .latest-news__grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
        margin-top: 32px;
    }
}
.latest-news__item {
    position: relative;
    min-height: 160px;
    border: double 2px transparent;
    background-image: -o-linear-gradient(#000000, #000000), -o-linear-gradient(top, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 0, 0.75)), color-stop(50%, rgba(255, 0, 191, 0.5625)), to(rgba(0, 81, 255, 0.375)));
    background-image: linear-gradient(#000000, #000000), linear-gradient(180deg, rgba(255, 77, 0, 0.75) 0%, rgba(255, 0, 191, 0.5625) 50%, rgba(0, 81, 255, 0.375) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 24px;
}
.latest-news__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-linear-gradient(top, rgba(255, 77, 0, 0.2) 0%, rgba(255, 0, 191, 0.2) 50%, rgba(0, 81, 255, 0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 77, 0, 0.2)), color-stop(50%, rgba(255, 0, 191, 0.2)), to(rgba(0, 81, 255, 0.2)));
    background: linear-gradient(180deg, rgba(255, 77, 0, 0.2) 0%, rgba(255, 0, 191, 0.2) 50%, rgba(0, 81, 255, 0.2) 100%);
    border-radius: 22px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.latest-news__item:hover:before {
    opacity: 1;
}
.latest-news__item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.latest-news__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 8px;
    position: relative;
    height: 100%;
    padding: 24px;
}
.latest-news__tag {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    padding: 4px 12px;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    text-transform: uppercase;
    color: #fff;
}
.latest-news__item .latest-news__tag[data-tag="ad-networks"] {
    background: #ff008a;
}
.latest-news__item .latest-news__tag[data-tag="from-partners"] {
    background: #ffa602;
}
.latest-news__item .latest-news__tag[data-tag="gambling-industry"] {
    background: #d400ff;
}
.latest-news__date {
    position: relative;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
    color: #fff;
    opacity: 0.75;
}
.latest-news__text {
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
    margin: auto 0 0;
    font-weight: 800;
    font-size: 18px;
    line-height: 133%;
    color: #fff;
}