.vse-single-article-date,
.vse-single-article-date bdi {
    direction: rtl;
    unicode-bidi: isolate;
    white-space: nowrap;
}

.vse-article-prose .vse-opportunity-cta,
.vse-article-prose .vse-opportunity-cta h2 {
    color: #fff !important;
}

.vse-article-prose .vse-opportunity-cta > div > span {
    color: #f6b91a !important;
}

.vse-single-article-hero__visual--news {
    position: relative;
    isolation: isolate;
    align-content: center;
    background:
        radial-gradient(circle at 18% 18%, rgba(246,185,26,.24), transparent 31%),
        linear-gradient(145deg, rgba(7,56,124,.9), rgba(3,29,74,.96));
}

.vse-single-article-hero__visual--news::before,
.vse-single-article-hero__visual--news::after {
    content: "";
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
}

.vse-single-article-hero__visual--news::before {
    width: 260px;
    height: 260px;
    top: -105px;
    left: -90px;
}

.vse-single-article-hero__visual--news::after {
    width: 190px;
    height: 190px;
    right: -85px;
    bottom: -80px;
}

.vse-single-news-visual {
    display: grid;
    width: 100%;
    place-items: center;
    gap: 15px;
    text-align: center;
}

.vse-single-news-visual > span {
    padding: 7px 14px;
    border: 1px solid rgba(255,255,255,.23);
    border-radius: 999px;
    color: #fff;
    background: rgba(255,255,255,.08);
    font-size: 11px;
    font-weight: 900;
}

.vse-single-news-visual > div {
    position: relative;
    display: grid;
    width: 126px;
    height: 126px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 28px;
    background: rgba(255,255,255,.08);
    box-shadow: 0 18px 45px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.16);
    transform: rotate(-3deg);
}

.vse-single-news-visual > div i {
    position: absolute;
    width: 64px;
    height: 64px;
    border: 9px solid rgba(246,185,26,.22);
    border-radius: 50%;
    box-shadow: 0 0 0 9px rgba(246,185,26,.08);
}

.vse-single-news-visual > div strong {
    position: relative;
    color: #f6b91a;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: .03em;
    direction: ltr;
}

.vse-single-news-visual h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.55;
}

.vse-single-news-visual em {
    color: rgba(255,255,255,.68);
    font-size: 11px;
    font-style: normal;
}

@media (max-width: 767px) {
    .vse-single-news-visual > div {
        width: 110px;
        height: 110px;
    }

    .vse-single-news-visual h2 {
        font-size: 21px;
    }
}
