.update-cs2 {
    padding: 0 13px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    width: 1386px;
    max-width: 100%;
    margin: 0 auto;
    background: #42382a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.banner_card {
    margin: 0 82px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 18px;
    gap: 12px;
    border-radius: var(--br-8);
    border: 1px solid #1a1a23;
}

.banner_card img {
    width: 30px;
    height: 30px;
    user-select: none;
    pointer-events: none;
}

.banner_block {
    line-height: 20px;
}

.banner_title {
    font-size: 16px;
    font-weight: 600;
}

.banner_text {
    font-size: 14px;
    color: var(--text-custom);
    opacity: .8;
}


.gw-alert {
    padding: 12px 16px;
    gap: 16px;
    border-radius: 8px;
    width: 100%;
    background: linear-gradient(90deg,#25283f,#161616);
    min-height: 72px;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none
}

.update-cs2__text {
    color: #F0B358;
    font-size: 15px;
}

.update-cs2__link {
    font-size: 15px;
    text-decoration: underline;
    color: #178ef7;
    text-underline-offset: 3px;
}