/* ============================================================
   SLOTTOMAT SOFTWARE PAGES - ALL WHITE TEXT VERSION
   All text is WHITE on blue background
   ============================================================ */

/* ==================== ALL TEXT WHITE - SCOPED TO SOFTWARE PAGE CONTENT ONLY ==================== */
/* This prevents affecting the header navigation */
#single-game-section,
#single-game-section p,
#single-game-section h1,
#single-game-section h2,
#single-game-section h3,
#single-game-section h4,
#single-game-section h5,
#single-game-section h6,
#single-game-section .software-description,
#single-game-section .software-description p,
#single-game-section .software-description *,
#single-game-section .html-content,
#single-game-section .html-content p,
#single-game-section .html-content h2,
#single-game-section .html-content h3,
#single-game-section .html-content li,
#single-game-section .sectionhead,
#single-game-section .software-intro-card h2,
#single-game-section .imgLi div,
#single-game-section .gameContent li,
#single-game-section li,
#single-game-section span,
#single-game-section div {
    color: #ffffff !important; /* ALL WHITE TEXT */
}

/* Links stay red for visibility - scoped to software page */
#single-game-section a {
    color: #da1f15 !important;
}

#single-game-section a:hover {
    color: #ff4d43 !important;
}

/* Strong/bold text - scoped to software page */
#single-game-section strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* ==================== KEEP ALL OTHER STYLES ==================== */

.software-hero {
    background: linear-gradient(135deg, #0b004b 0%, #1a0d5c 50%, #231380 100%);
    padding: 80px 0 60px;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.software-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(218, 31, 21, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(35, 19, 128, 0.15) 0%, transparent 50%);
    pointer-events: none;
}

.software-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

.software-bg-logo {
    max-width: 260px;
    height: auto;
    margin: 0 auto 30px;
    display: block;
    padding: 30px;
    background: transparent !important;
    border-radius: 16px;
    box-shadow: none;
    transition: transform 0.3s ease;
}

.software-bg-logo:hover {
    transform: scale(1.02);
}

.software-hero h1 {
    color: #ffffff !important;
    font-size: 42px;
    font-weight: 800;
    margin: 0 0 15px 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    letter-spacing: -0.5px;
}

.software-hero .cBreadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.software-hero .cBreadcrumb span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    font-weight: 500;
}

.software-hero .cBreadcrumb span:not(:last-child)::after {
    content: '›';
    margin-left: 8px;
    color: #da1f15;
    font-weight: 700;
}

.software-hero .cBreadcrumb span a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s;
}

.software-hero .cBreadcrumb span a:hover {
    color: #da1f15;
}

.software-hero .cBreadcrumb span:last-child {
    color: #ffffff;
    font-weight: 600;
}

/* Content background - BLUE */
.software-content {
    background: #f8f9fb;
    padding: 0;
}

.sectionPTPB {
    padding: 60px 0;
}

/* NO BOXES */
.software-content,
.software-content *,
.software-intro,
.software-intro-card,
.software-description,
.popular_casino_row,
.html-content,
.row,
.col-md-12,
section,
#single-game-section {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* ONLY white backgrounds on game cards */
.game-content .content {
    background: #ffffff !important;
}

/* Game table - DARK GRADIENT background for white text */
#gameNewSection {
    background: linear-gradient(135deg, #1a0d5c 0%, #0b004b 100%) !important;
}

.scrlable {
    background: transparent !important;
}

.gameContent {
    background: rgba(255, 255, 255, 0.05) !important;
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
}

.gameContent:hover {
    background: rgba(218, 31, 21, 0.15) !important;
}

.software-intro-card h2 {
    font-size: 32px;
    font-weight: 800;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
}

.software-intro-card h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 4px;
    background: linear-gradient(90deg, #da1f15 0%, #ff4d43 100%);
    border-radius: 2px;
}

.software-description {
    font-size: 16px;
    line-height: 1.8;
}

.software-description p {
    margin-bottom: 20px;
}

.sectionhead {
    font-size: 32px;
    font-weight: 800;
    margin: 50px 0 40px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.sectionhead::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #da1f15 0%, #ff4d43 100%);
    border-radius: 2px;
}

.popular_casino_row {
    padding: 0;
    margin: 0 0 50px 0;
}

/* Hide empty casino sections */
#noCasino {
    display: none !important;
}

.popular_casino_row:has(#noCasino) {
    display: none !important;
}

.game-content {
    margin-bottom: 25px;
}

.game-content .content {
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.game-content .content:hover {
    transform: translateY(-8px);
    box-shadow:
        0 12px 35px rgba(218, 31, 21, 0.2),
        0 0 0 1px rgba(218, 31, 21, 0.1);
}

.game-content .content-image {
    width: 100%;
    display: block;
    aspect-ratio: 1;
    object-fit: cover;
}

.game-content .content-details {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(11, 0, 75, 0.98) 0%, rgba(11, 0, 75, 0.85) 50%, transparent 100%);
    padding: 50px 15px 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.game-content .content:hover .content-details {
    opacity: 1;
}

.gameh5Span {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#gameNewSection {
    margin: 50px 0;
    border-radius: 16px;
    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}

.gameHeader {
    background: linear-gradient(135deg, #0b004b 0%, #1a0d5c 50%, #231380 100%);
    padding: 0;
    position: relative;
}

.gameHeader::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #da1f15 50%, transparent 100%);
}

.gameHeader ul {
    display: flex;
    list-style: none;
    padding: 22px 20px;
    margin: 0 !important;
    align-items: center;
    gap: 0;
}

.gameHeader ul li {
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 0 10px;
    line-height: 1.4;
}

.gameHeader ul li:nth-child(1) { width: 30%; flex-shrink: 0; text-align: left; padding-left: 15px; }
.gameHeader ul li:nth-child(2) { width: 8%; flex-shrink: 0; }
.gameHeader ul li:nth-child(3) { width: 9%; flex-shrink: 0; }
.gameHeader ul li:nth-child(4) { width: 8%; flex-shrink: 0; }
.gameHeader ul li:nth-child(5) { width: 10%; flex-shrink: 0; }
.gameHeader ul li:nth-child(6) { width: 9%; flex-shrink: 0; }
.gameHeader ul li:nth-child(7) { width: 8%; flex-shrink: 0; }
.gameHeader ul li:nth-child(8) { width: 8%; flex-shrink: 0; }
.gameHeader ul li:nth-child(9) { width: 10%; flex-shrink: 0; }

.gameHeader ul li.invisible {
    visibility: hidden;
}

.gameHeader ul li span {
    display: block;
    font-size: 9px;
    opacity: 0.7;
    font-weight: 400;
    text-transform: none;
    margin-top: 3px;
    letter-spacing: 0.3px;
}

.scrlable {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

.gameContent {
    border-bottom: 1px solid #e8e9eb;
    transition: all 0.2s ease;
}

.gameContent:hover {
    background: linear-gradient(90deg, #f7f8fa 0%, #ffffff 100%) !important;
}

.gameContent:last-child {
    border-bottom: none;
}

.gameContent ul {
    display: flex;
    list-style: none;
    padding: 18px 20px;
    margin: 0 !important;
    align-items: center;
    gap: 0;
    box-sizing: border-box;
}

/* Game table text - WHITE on dark background */
.gameContent li {
    color: #ffffff !important; /* White text on dark table */
    font-size: 13px;
    text-align: center;
    padding: 0 10px;
    font-weight: 500;
    box-sizing: border-box;
}

/* Direct li children - EXACT match to header widths - NO PADDING OVERRIDE */
.gameContent ul > li:nth-child(1) { width: 30%; flex-shrink: 0; text-align: left; padding-left: 15px; padding-right: 10px; } /* Game */
.gameContent ul > li:nth-child(2) { width: 8%; flex-shrink: 0; padding: 0 5px; } /* RTP */
.gameContent ul > li:nth-child(3) { width: 9%; flex-shrink: 0; padding: 0 5px; } /* Layout */
.gameContent ul > li:nth-child(4) { width: 8%; flex-shrink: 0; padding: 0 5px; } /* Paylines */
.gameContent ul > li:nth-child(5) { width: 10%; flex-shrink: 0; padding: 0 5px; } /* Max win */
.gameContent ul > li:nth-child(6) { width: 9%; flex-shrink: 0; padding: 0 5px; } /* Volatility */
.gameContent ul > li:nth-child(7) { width: 8%; flex-shrink: 0; padding: 0 5px; } /* Min Stake */
.gameContent ul > li:nth-child(8) { width: 8%; flex-shrink: 0; padding: 0 5px; } /* Max Bet */
.gameContent ul > li:nth-child(9) { width: 10%; flex-shrink: 0; padding: 0 5px; } /* Actions */

/* Hide data-type attribute text */
.gameContent li[data-type]::before {
    content: none !important;
    display: none !important;
}

.imgLi {
    display: flex !important;
    align-items: center;
    gap: 15px;
    width: 30% !important;
    text-align: left !important;
    padding-left: 15px !important;
    padding-right: 10px !important;
    box-sizing: border-box !important;
}

.imgLi img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.gameContent:hover .imgLi img {
    transform: scale(1.05);
}

.imgLi div {
    color: #ffffff !important; /* White for game names in dark table */
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    flex: 1;
}

.splbtns {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #da1f15 0%, #b91912 100%);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 4px 15px rgba(218, 31, 21, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.splbtns:hover {
    background: linear-gradient(135deg, #ff2819 0%, #da1f15 100%);
    transform: translateY(-2px);
    box-shadow:
        0 8px 25px rgba(218, 31, 21, 0.4),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
}

.scrlable::-webkit-scrollbar {
    width: 10px;
}

.scrlable::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.scrlable::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #da1f15 0%, #b91912 100%);
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.scrlable::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #ff2819 0%, #da1f15 100%);
}

.html-content {
    padding: 50px 0;
    margin: 50px 0;
}

.html-content h2 {
    font-size: 28px;
    font-weight: 800;
    margin: 40px 0 20px;
    padding-bottom: 15px;
    position: relative;
}

.html-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #da1f15 0%, #ff4d43 100%);
    border-radius: 2px;
}

.html-content h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 15px;
}

.html-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.html-content ul {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.html-content ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.7;
}

.html-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #da1f15 0%, #ff4d43 100%);
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(218, 31, 21, 0.3);
}

.html-content ul li::after {
    content: '✓';
    position: absolute;
    left: 4px;
    top: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .software-hero h1 {
        font-size: 32px;
    }

    .gameHeader {
        display: none;
    }

    .scrlable {
        max-height: none;
    }

    .gameContent ul {
        display: block;
        padding: 25px 20px;
    }

    .gameContent ul span {
        display: block !important;
        width: 100% !important;
    }

    .imgLi {
        width: 100% !important;
        justify-content: flex-start;
        margin-bottom: 20px;
        padding-left: 0 !important;
    }

    .gameContent li {
        display: inline-block;
        width: auto !important;
        margin: 6px 8px;
        padding: 8px 15px;
        background: rgba(255, 255, 255, 0.1) !important;
        border-radius: 8px;
        font-size: 13px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #ffffff !important;
    }

    .splbtns {
        display: block;
        text-align: center;
        margin: 20px auto 0;
        width: fit-content;
        padding: 12px 30px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .software-hero {
        padding: 60px 0 40px;
    }

    .software-hero h1 {
        font-size: 26px;
    }

    .software-bg-logo {
        max-width: 200px;
        padding: 25px;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.software-content {
    animation: fadeInUp 0.6s ease-out;
}

#gameNewSection {
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.mt-30 {
    margin-top: 30px !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

/* ==================== CASINO CARDS ==================== */
.casino-card {
    background: url(/asset/frontend/img/casino-bg/casino-bg1.png);
    border-radius: 10px;
    align-items: center;
    text-align: center;
    padding: 15px 15px 30px;
    height: 422px;
    background-size: 100% 100%;
    background-position: center;
}

.casino-card-logo img {
    width: 100%;
    max-width: 180px !important;
    object-fit: contain;
}

.casino-card .casino-card-content img {
    width: 150px;
}

.casino-card-content {
    padding: 0;
}

.casino-card-detail {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.casino-card-detail span {
    display: block;
    font-weight: 600;
    margin: 5px 0;
    color: #000;
    font-size: 16px;
}

.casino-play-content {
    margin-top: -12px;
}

.casino-play-content .play-now-btn {
    padding: 10px 20px;
    background: url(/asset/frontend/img/slot/button-bg.png), #000;
    color: #fff !important;
    background-size: cover;
    background-position: right;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.casino-play-content .play-now-btn:hover {
    background-color: #da1f15;
}

.casino-read-review {
    transform: translate(12px, 10px);
}

.read-review-btn {
    font-size: 12px;
    color: #000;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.read-review-btn:hover {
    color: #da1f15;
}

.casino-uk-licence {
    margin-top: 15px;
    text-align: center;
}

.casino-uk-licence img {
    max-width: 250px;
    height: auto;
}

.ukdiss {
    margin-top: 10px;
    font-size: 12px;
    color: #000;
}

.ukdiss p {
    text-align: center !important;
    margin: 5px 0;
}

.ukdiss a {
    color: #fff;
    text-decoration: underline;
}

.ukdiss a:hover {
    text-decoration: none;
}

.casino-card-footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    font-weight: 600;
    position: absolute;
    bottom: 26px;
    left: 0;
    padding: 0 35px;
    line-height: normal;
    color: #fff;
}

.casino-card-footer .age,
.casino-card-footer .condition {
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    flex: 1;
    display: flex;
    z-index: 1;
    position: relative;
}

.casino-card-footer .age {
    margin-right: auto;
    float: left;
    place-content: flex-start;
}

.casino-card-footer .condition {
    font-family: Montserrat;
    font-weight: 600;
    place-content: flex-end;
}

/* Casino cards responsive */
@media screen and (max-width: 998px) {
    .casino-card {
        height: auto;
    }

    .casino-card-detail {
        height: 182px;
        font-size: 30px;
    }

    .casino-card-content {
        padding: 35px;
    }

    .casino-card-detail span {
        font-size: 24px;
    }
}

@media screen and (max-width: 479px) {
    .casino-card-detail {
        font-size: 22px;
    }

    .casino-card-content {
        padding: 0px;
    }
}

/* ==================== FAQ ACCORDION ==================== */
.faqh2title {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff !important;
    text-align: center;
    display: block;
    margin: 50px 0 40px;
    padding-bottom: 20px;
    position: relative;
}

.faqh2title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #da1f15 0%, #ff4d43 100%);
    border-radius: 2px;
}

.faq-accordion {
    margin: 40px 0;
}

.panel-group {
    margin-bottom: 50px;
}

.panel {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
}

.panel-default {
    border: none;
}

.panel-heading {
    background: linear-gradient(135deg, #1a0d5c 0%, #0b004b 100%) !important;
    border-radius: 12px !important;
    padding: 0 !important;
    border: none !important;
    transition: all 0.3s ease;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.panel-heading:hover {
    box-shadow:
        0 6px 25px rgba(218, 31, 21, 0.3),
        0 0 0 1px rgba(218, 31, 21, 0.2);
    transform: translateY(-2px);
}

.panel-title {
    margin: 0;
}

.panel-title a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.panel-title a:hover {
    color: #ff4d43 !important;
}

.panel-title a i {
    color: #da1f15;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.panel-title a:not(.collapsed) i {
    transform: rotate(180deg);
}

.panel-collapse {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0 0 12px 12px;
    margin-top: -12px;
    padding-top: 12px;
}

.panel-body {
    padding: 25px;
    color: #ffffff !important;
    font-size: 15px;
    line-height: 1.8;
    border-top: 2px solid rgba(218, 31, 21, 0.3);
}

.panel-body p {
    color: #ffffff !important;
    margin-bottom: 15px;
}

.panel-body p:last-child {
    margin-bottom: 0;
}

/* FAQ responsive */
@media (max-width: 768px) {
    .faqh2title {
        font-size: 26px;
        margin: 30px 0 25px;
    }

    .panel-title a {
        padding: 15px 18px;
        font-size: 14px;
    }

    .panel-body {
        padding: 18px;
        font-size: 14px;
    }
}
/* ==================== GAMES TABLE - PROPER HTML TABLE ==================== */

#gameNewSection {
    margin: 50px 0;
    border-radius: 16px;
    background: linear-gradient(135deg, #1a0d5c 0%, #0b004b 100%);
    box-shadow:
        0 8px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.games-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

/* TABLE HEADER */
.games-table thead {
    background: linear-gradient(135deg, #0b004b 0%, #1a0d5c 50%, #231380 100%);
    position: relative;
}

.games-table thead::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #da1f15 50%, transparent 100%);
}

.games-table thead tr {
    border-bottom: 2px solid rgba(218, 31, 21, 0.3);
}

.games-table th {
    color: #ffffff !important;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    text-align: center;
    padding: 22px 10px;
    line-height: 1.4;
    vertical-align: middle;
}

.games-table th span {
    display: block;
    font-size: 9px;
    opacity: 0.7;
    font-weight: 400;
    text-transform: none;
    margin-top: 3px;
    letter-spacing: 0.3px;
}

/* TABLE HEADER - COLUMN WIDTHS */
.games-table th.col-game { width: 30%; text-align: left; padding-left: 20px; }
.games-table th.col-rtp { width: 8%; }
.games-table th.col-layout { width: 9%; }
.games-table th.col-paylines { width: 8%; }
.games-table th.col-maxwin { width: 10%; }
.games-table th.col-volatility { width: 9%; }
.games-table th.col-minstake { width: 8%; }
.games-table th.col-maxbet { width: 8%; }
.games-table th.col-actions { width: 10%; }

/* TABLE BODY */
.games-table tbody {
    background: transparent;
}

.games-table tbody tr {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.2s ease;
}

.games-table tbody tr:hover {
    background: rgba(218, 31, 21, 0.15);
}

.games-table tbody tr:last-child {
    border-bottom: none;
}

.games-table td {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 18px 10px;
    vertical-align: middle;
}

/* TABLE BODY - COLUMN WIDTHS (MATCH HEADER) */
.games-table td.col-game { width: 30%; text-align: left; padding-left: 20px; }
.games-table td.col-rtp { width: 8%; }
.games-table td.col-layout { width: 9%; }
.games-table td.col-paylines { width: 8%; }
.games-table td.col-maxwin { width: 10%; }
.games-table td.col-volatility { width: 9%; }
.games-table td.col-minstake { width: 8%; }
.games-table td.col-maxbet { width: 8%; }
.games-table td.col-actions { width: 10%; }

/* GAME INFO CELL */
.game-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.game-info img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow:
        0 4px 12px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    transition: transform 0.2s;
}

.game-row:hover .game-info img {
    transform: scale(1.05);
}

.game-name {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
}

/* PLAY DEMO BUTTON */
.splbtns {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #da1f15 0%, #b91912 100%);
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow:
        0 4px 15px rgba(218, 31, 21, 0.3),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.splbtns:hover {
    background: linear-gradient(135deg, #ff2819 0%, #da1f15 100%);
    transform: translateY(-2px);
    box-shadow:
        0 8px 25px rgba(218, 31, 21, 0.4),
        inset 0 -2px 4px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
}

/* RESPONSIVE - MOBILE */
@media (max-width: 992px) {
    .games-table thead {
        display: none;
    }

    .games-table tbody tr {
        display: block;
        margin-bottom: 20px;
        border-radius: 12px;
        padding: 20px;
    }

    .games-table td {
        display: block;
        width: 100% !important;
        text-align: left !important;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .games-table td:last-child {
        border-bottom: none;
    }

    .games-table td::before {
        content: attr(class);
        display: inline-block;
        font-weight: 700;
        text-transform: uppercase;
        margin-right: 10px;
        color: #da1f15;
        font-size: 11px;
    }

    .games-table td.col-game::before {
        content: '';
    }

    .game-info {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .splbtns {
        display: block;
        text-align: center;
        margin: 20px auto 0;
        width: fit-content;
        padding: 12px 30px;
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    #gameNewSection {
        margin: 30px 0;
        border-radius: 12px;
    }
}
/* FIX DEMO BUTTON DISPLAY - HIGHEST PRIORITY */
.games-table .splbtns,
.games-table td .splbtns,
.games-table .col-actions .splbtns,
a.splbtns {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 10px 20px !important;
    background: linear-gradient(135deg, #da1f15 0%, #b91912 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(218, 31, 21, 0.3), inset 0 -2px 4px rgba(0, 0, 0, 0.1) !important;
    white-space: nowrap !important;
    border: none !important;
    cursor: pointer !important;
}

.games-table .splbtns:hover,
.games-table td .splbtns:hover,
.games-table .col-actions .splbtns:hover,
a.splbtns:hover {
    background: linear-gradient(135deg, #ff2819 0%, #da1f15 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(218, 31, 21, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.1) !important;
    color: #ffffff !important;
}
/* FIX DEMO BUTTON DISPLAY - HIGHEST PRIORITY */
.games-table .splbtns,
.games-table td .splbtns,
.games-table .col-actions .splbtns,
a.splbtns {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 10px 20px !important;
    background: linear-gradient(135deg, #da1f15 0%, #b91912 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(218, 31, 21, 0.3), inset 0 -2px 4px rgba(0, 0, 0, 0.1) !important;
    white-space: nowrap !important;
    border: none !important;
    cursor: pointer !important;
    line-height: 1.5 !important;
}

/* Ensure text is visible and white */
.games-table .splbtns::before,
.games-table .splbtns::after {
    content: none !important;
}

.games-table .splbtns span,
.games-table td .splbtns span,
.games-table .col-actions .splbtns span {
    color: #ffffff !important;
}

.games-table .splbtns:hover,
.games-table td .splbtns:hover,
.games-table .col-actions .splbtns:hover,
a.splbtns:hover {
    background: linear-gradient(135deg, #ff2819 0%, #da1f15 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(218, 31, 21, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.1) !important;
    color: #ffffff !important;
}
/* ==================== TABLE FILTER ==================== */
.table-filter-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: 30px 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.game-search-input {
    flex: 1;
    max-width: 500px;
    padding: 14px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    outline: none;
}

.game-search-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.game-search-input:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #da1f15;
    box-shadow: 0 0 0 4px rgba(218, 31, 21, 0.2);
}

.game-count {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.game-count #gameCount {
    color: #da1f15;
    font-weight: 700;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .table-filter-container {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }

    .game-search-input {
        max-width: 100%;
    }

    .game-count {
        text-align: center;
    }
}

/* ==================== FIXED BUTTON ALIGNMENT ==================== */
.games-table .splbtns,
.games-table td .splbtns,
.games-table .col-actions .splbtns,
a.splbtns {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 12px 24px !important;
    background: linear-gradient(135deg, #da1f15 0%, #b91912 100%) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.8px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 4px 15px rgba(218, 31, 21, 0.3), inset 0 -2px 4px rgba(0, 0, 0, 0.1) !important;
    white-space: nowrap !important;
    border: none !important;
    cursor: pointer !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    text-align: center !important;
    min-height: 40px !important;
}

/* Ensure text is visible and white - centered */
.games-table .splbtns::before,
.games-table .splbtns::after {
    content: none !important;
}

.games-table .splbtns span,
.games-table td .splbtns span,
.games-table .col-actions .splbtns span {
    color: #ffffff !important;
    line-height: 1 !important;
}

.games-table .splbtns:hover,
.games-table td .splbtns:hover,
.games-table .col-actions .splbtns:hover,
a.splbtns:hover {
    background: linear-gradient(135deg, #ff2819 0%, #da1f15 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 25px rgba(218, 31, 21, 0.4), inset 0 -2px 4px rgba(0, 0, 0, 0.1) !important;
    color: #ffffff !important;
}
