.game-emulator .game-emulator-cards {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.tpl-tabs {
    margin-top: 4.48rem;
}

.game-emulator li {
    cursor: pointer;
}

.game-emulator .page-item {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: solid 1px var(--z-body-bg-color1);
    color: #000;
}

.game-emulator .page-item.active {
    border: none;
    background-color: #000;
    color: #fff;
}

.pagination {
    gap: 16px;
    margin-top: 32px;
}

.pagination .page-dots {
    cursor: default;
    padding: 0 5px;
}

.tpl-tabs-content .first-title {
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .pagination {
        gap: 10px;
        margin-top: 16px;
    }

    .tpl-tabs {
        margin-top: 24px;
    }

    .tpl-tabs-content .first-title {
        margin-bottom: 16px;
    }
}