.tongvh-buybar-tonweb {
    width: 100%;
    margin: margin: -10px auto 8px auto;
    background: linear-gradient(180deg, #6a8094 0%, #62798d 46%, #5a7287 100%);
    border-top: 1px solid rgba(196, 220, 238, 0.14);
    border-bottom: 1px solid rgba(4, 10, 18, 0.75);
    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 1px 0 rgba(6, 18, 28, 0.45);
    font-family: Arial, Helvetica, sans-serif;
}

.tongvh-buybar-tonweb__inner {
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 5px 14px;
}

.tongvh-buybar-tonweb__title-wrap {
    flex: 1 1 auto;
    min-width: 0;
    padding-right: 8px;
}

.tongvh-buybar-tonweb__title {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
    color: #edf4fa;
    text-shadow: 0 1px 0 rgba(0,0,0,0.28);
    white-space: normal;
}
/* Kéo thanh mua game sát khối phía trên hơn */
.tongvh-buybar-tonweb {
    margin-top: -6px !important;
    margin-bottom: 8px !important;
}



.tongvh-buybar-tonweb__right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tongvh-buybar-tonweb__icon {
    width: 18px;
    height: 18px;
    display: grid;
    grid-template-columns: repeat(2, 6px);
    grid-template-rows: repeat(2, 6px);
    gap: 2px;
    opacity: 0.95;
}

.tongvh-buybar-tonweb__icon span {
    display: block;
    width: 6px;
    height: 6px;
    background: #e8eef3;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.tongvh-buybar-tonweb__purchase {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: #0a1219;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
}

.tongvh-buybar-tonweb__price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    background: #05080c;
    color: #f2f5f7;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.tongvh-buybar-tonweb__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    text-decoration: none;
    background: linear-gradient(180deg, #98c732 0%, #85b320 55%, #739c19 100%);
    color: #d9efb5;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
    transition: filter 0.18s ease;
}

.tongvh-buybar-tonweb__button:hover {
    filter: brightness(1.05);
    color: #eef8da;
}

.tongvh-buybar-tonweb__button-text {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .tongvh-buybar-tonweb__inner {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 8px 10px;
    }

    .tongvh-buybar-tonweb__right {
        justify-content: space-between;
    }

    .tongvh-buybar-tonweb__purchase {
        margin-left: auto;
    }
}
