.article-entity-visual-single-team {
    isolation: isolate;
    grid-template-columns: minmax(104px, .88fr) minmax(0, 1.12fr);
    grid-template-rows: minmax(0, 1fr);
    align-items: center;
    gap: clamp(1rem, 3.2vw, 2.25rem);
    padding: clamp(1rem, 3.2vw, 2rem);
    background:
        radial-gradient(circle at 84% 24%, color-mix(in srgb, var(--article-entity-team-primary) 20%, transparent), transparent 34%),
        linear-gradient(108deg, #07131f 0 48%, #0c1b2d 48% 100%);
}

.article-entity-visual-single-team::before {
    position: absolute;
    z-index: -2;
    inset: -26% -10% -30% 48%;
    border: 1px solid rgba(177, 195, 215, .08);
    border-radius: 50%;
    box-shadow: 0 0 0 68px rgba(111, 139, 169, .025), 0 0 0 136px rgba(111, 139, 169, .018);
    content: "";
    pointer-events: none;
}

.article-entity-visual-single-team::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: linear-gradient(90deg, transparent 0 63.9%, rgba(201, 216, 232, .055) 64% 64.15%, transparent 64.25%);
    content: "";
    pointer-events: none;
    transform: skewX(-8deg);
    transform-origin: center;
}

.article-entity-visual-single-team .article-entity-atmosphere {
    right: -11%;
    bottom: -58%;
    width: 58%;
}

.article-entity-visual-single-team .article-entity-kicker-news {
    position: absolute;
    z-index: 4;
    top: clamp(1rem, 3.2vw, 1.7rem);
    left: clamp(1rem, 3.2vw, 1.7rem);
    border-color: rgba(190, 216, 242, .34);
    background: #294f77;
    box-shadow: 0 10px 26px rgba(4, 18, 34, .34), inset 0 0 0 1px rgba(242, 247, 251, .12);
    color: #f2f6f7;
}

.article-entity-visual-single-team .article-entity-kicker-news i {
    font-size: 1.5rem;
}

.article-entity-team-focus {
    position: relative;
    z-index: 2;
    display: grid;
    min-width: 0;
    grid-column: 1;
    grid-row: 1;
    place-items: center;
}

.article-entity-team-frame {
    display: grid;
    width: min(74%, 172px);
    aspect-ratio: 1;
    place-items: center;
    border-radius: 10px;
    padding: clamp(.8rem, 2.4vw, 1.35rem);
    background: #f4f5f1;
    box-shadow: 0 16px 34px rgba(2, 9, 18, .28), inset 0 0 0 1px rgba(17, 29, 44, .08);
}

.article-entity-team-frame .team-badge {
    width: 100%;
    height: 100%;
    max-width: 128px;
    max-height: 128px;
    box-shadow: none;
}

.article-entity-team-frame .team-badge.team-badge-has-logo {
    filter: drop-shadow(0 7px 8px rgba(9, 18, 28, .12));
}

.article-entity-team-identity {
    position: relative;
    z-index: 2;
    display: flex;
    min-width: 0;
    grid-column: 2;
    grid-row: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.article-entity-team-identity > span {
    position: relative;
    padding-bottom: .82rem;
    color: #b9c5d4;
    font-size: .6rem;
    font-weight: 850;
    letter-spacing: .18em;
    line-height: 1;
    text-transform: uppercase;
}

.article-entity-team-identity > span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 3px;
    background: #f05235;
    content: "";
}

.article-entity-team-identity > strong {
    display: -webkit-box;
    max-width: 11ch;
    overflow: hidden;
    margin-top: 1rem;
    color: #f5f4ef;
    font-size: clamp(2rem, 4.8vw, 3.65rem);
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: .88;
    text-wrap: balance;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article-entity-visual-single-team .article-entity-watermark {
    z-index: 3;
}

.article-entity-visual-card.article-entity-visual-single-team {
    grid-template-columns: minmax(92px, .84fr) minmax(0, 1.16fr);
    gap: clamp(.75rem, 2.7vw, 1.4rem);
    padding: .9rem 1rem .8rem;
    box-shadow: inset 0 0 0 1px rgba(224, 231, 239, .18), inset 0 -2px 0 var(--article-accent);
}

.article-entity-visual-card.article-entity-visual-single-team .article-entity-kicker-news {
    top: .9rem;
    left: 1rem;
}

.article-entity-visual-card .article-entity-team-frame {
    width: min(72%, 134px);
    padding: clamp(.58rem, 2vw, .9rem);
    border-radius: 8px;
}

.article-entity-visual-card .article-entity-team-identity > span {
    padding-bottom: .62rem;
    font-size: clamp(.43rem, 1.15vw, .54rem);
    letter-spacing: .15em;
}

.article-entity-visual-card .article-entity-team-identity > span::after {
    width: 25px;
    height: 2px;
}

.article-entity-visual-card .article-entity-team-identity > strong {
    margin-top: .72rem;
    font-size: clamp(1.45rem, 3.35vw, 2.35rem);
    line-height: .88;
}

.article-entity-visual-featured.article-entity-visual-single-team .article-entity-team-frame {
    width: min(76%, 196px);
}

.article-entity-visual-featured.article-entity-visual-single-team .article-entity-team-identity > strong {
    font-size: clamp(2.7rem, 5vw, 4.8rem);
}

@media (max-width: 575.98px) {
    .article-entity-visual-single-team {
        grid-template-columns: minmax(84px, .8fr) minmax(0, 1.2fr);
        gap: .72rem;
        padding: .78rem .82rem .68rem;
    }

    .article-entity-visual-single-team .article-entity-kicker-news {
        top: .78rem;
        left: .82rem;
        width: 40px;
        height: 40px;
    }

    .article-entity-visual-single-team .article-entity-kicker-news i {
        font-size: 1.2rem;
    }

    .article-entity-visual-single-team .article-entity-team-frame {
        width: min(72%, 112px);
        padding: .55rem;
        border-radius: 7px;
    }

    .article-entity-visual-single-team .article-entity-team-identity > span {
        padding-bottom: .5rem;
        font-size: .4rem;
    }

    .article-entity-visual-single-team .article-entity-team-identity > strong {
        margin-top: .58rem;
        font-size: clamp(1.2rem, 6.6vw, 1.75rem);
        -webkit-line-clamp: 2;
    }
}
