.tongvh-game-intro {
    position: relative;
    margin: 0 0 28px;
    color: #c7d5e0;
    overflow: hidden;
}

.tongvh-game-intro__title {
    position: relative;
    margin: 0 0 14px;
    line-height: 1.1;
    font-weight: 800;
}

.tongvh-game-intro__content {
    position: relative;
    font-size: 20px;
    line-height: 1.8;
    color: inherit;
}

.tongvh-game-intro__content p {
    margin: 0 0 16px;
}

.tongvh-game-intro__content p:last-child {
    margin-bottom: 0;
}

.tongvh-game-intro--align-center {
    text-align: center;
}

.tongvh-game-intro--align-center .tongvh-game-intro__content {
    margin-left: auto;
    margin-right: auto;
}

/* Kiểu Steam */
.tongvh-game-intro--steam {
    padding: 28px 30px 30px;
    border: 1px solid rgba(103, 193, 245, 0.16);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(10, 29, 44, 0.94) 0%, rgba(7, 23, 36, 0.98) 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03), 0 12px 28px rgba(0,0,0,0.18);
}

.tongvh-game-intro--steam::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at top center, rgba(103, 193, 245, 0.12), rgba(103, 193, 245, 0) 38%),
        linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0));
}

.tongvh-game-intro__label {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(36, 93, 136, 0.42);
    color: #67c1f5;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* Kiểu đơn giản */
.tongvh-game-intro--simple {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: inherit;
}

.tongvh-game-intro--simple .tongvh-game-intro__title {
    margin-bottom: 18px;
}

.tongvh-game-intro--simple .tongvh-game-intro__content {
    font-size: 20px;
    line-height: 1.8;
}

@media (max-width: 767px) {
    .tongvh-game-intro--steam {
        padding: 22px 18px 24px;
        border-radius: 12px;
    }

    .tongvh-game-intro__title {
        word-break: break-word;
    }

    .tongvh-game-intro__content,
    .tongvh-game-intro--simple .tongvh-game-intro__content {
        font-size: 17px;
        line-height: 1.75;
    }
}
