:root {
    --main-font: 'Noto Sans', sans-serif;
    --info-title-font: clamp(11px, calc(2vw + 2vh), 32px);
    --adaptive-font: clamp(16px, calc(1.5vw + 0.5vh), 26px);
    --info-h2-font: clamp(9px, calc(2vw + 2vh), 30px);
}
#info-page {
    position: absolute;
    inset: 0;
    width: auto;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 3% 5%;
    color: white;
    display: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}
body.no-scroll {
    overflow: hidden;
}
.title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.paytable-title {
    font-family: var(--main-font);
    font-size: var(--info-title-font);
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
/* region Header */
.title-underline {
    width: clamp(300px, 50vw, 800px);
    height: clamp(2px, calc(0.5vw + 0.5vh), 3px);
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #E03B2A 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
    margin-top: 1%;
}
@media (orientation: portrait) {
    .title-underline {
        height: 2px;
    }
}
h2 {
    font-size: var(--info-h2-font);
    color: #c0ddff;
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
}
.h2-container {
    display: flex;
    align-items: baseline;
    gap: clamp(0.5vw, 1vw, 1.5vw);
}
.triangle {
    display: flex;
    align-items: flex-end;
    height: 1em;
}
.triangle svg {
    display: block;
    height: 100%;
    width: auto;
}
/* endregion */
#info-page #paytable {
    grid-template-columns: repeat(auto-fit, 340px);
    gap: 3%;
    padding: 10px;
    justify-content: center;
}
#info-page .special img {
    width: clamp(66px, calc(12vw + 12vh), 400px);
    height: clamp(66px, calc(12vw + 12vh), 400px);
    object-fit: cover;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
}
.special img {
    --special-glow: rgba(0, 208, 255, 0.5);
    --special-glow-soft: rgba(0, 255, 255, 0.1);

    filter:
            drop-shadow(0 0 7px var(--special-glow))
            drop-shadow(0 0 10px var(--special-glow-soft));

    animation: special-glow-pulse 1.8s ease-in-out infinite;
}
.wild-symbol img {
    --special-glow: rgb(10 125 114);
    --special-glow-soft: rgb(64 255 205 / 18%);
}
.scatter-symbol img {
    --special-glow: rgba(169, 74, 255, 0.6);
    --special-glow-soft: rgba(169, 74, 255, 0.18);
}
.bonus-symbol img {
    --special-glow: rgb(0 68 190);
    --special-glow-soft: rgb(0 80 255 / 20%);
}
@keyframes special-glow-pulse {
    0%, 100% {
        filter:
                drop-shadow(0 0 2px var(--special-glow))
                drop-shadow(0 0 8px var(--special-glow-soft));
    }

    50% {
        filter:
                drop-shadow(0 0 5px var(--special-glow))
                drop-shadow(0 0 18px var(--special-glow-soft));
    }
}
.wild-symbol,
.scatter-symbol,
.bonus-symbol {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wild-txt,
.scatter-txt,
.bonus-txt {
    /*margin-top: -7%;*/
    font-size: var(--adaptive-font);
    font-family: var(--main-font);
    font-weight: 500;
    line-height: normal;
    text-align: center;
    justify-content: center;
    color: #fff;
    max-width: 100%;
    padding: 10px 0;
}
.scatter-txt.title {
    margin-top: -5%;
    font-size: var(--adaptive-font);
    font-family: var(--main-font);
    font-weight: 800;
    line-height: normal;
    text-align: center;
    justify-content: center;
    color: #a94aff;
    max-width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
}
#info-page .special p {
    margin: 1px;
}
.special {
    display: flex;
    flex-wrap: wrap;
}
.inline-icon {
    display: inline-block;
    vertical-align: middle;
    width: 3.5em;
    height: auto;
    margin: 0 0.2em;
}
.inline-suit {
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    object-fit: contain;
    vertical-align: -0.15em;
    margin: 0 0.15em;
}
.neon-level {
    --neon-color: #fff;
    --neon-text: #fff;
    color: var(--neon-text);
    font-weight: 500;
    letter-spacing: 0.08em;
}
.neon-level--mini {
    --neon-text: #02d158;
}
.neon-level--minor {
    --neon-text: #03a3e4;
}
.neon-level--major {
    --neon-text: #e600ff;
}
.neon-level--grand {
    --neon-text: #ff4040;
}
#info-page .high img {
    width: clamp(100px, calc(10dvw + 10dvh), 400px);
    height: clamp(100px, calc(10dvw + 10dvh), 400px);
    object-fit: cover;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center;
    overflow: visible;
}
.high p {
    margin: 1px 0;
    text-align: center;
}
#info-page .neon {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #e6f8ff;
    text-shadow:
        0 0 2px rgba(0, 139, 255, 0.9),
        0 0 6px rgba(0, 179, 255, 0.85),
        0 0 14px rgba(0, 179, 255, 0.55),
        0 0 22px rgba(0, 179, 255, 0.35);
}
.payout p {
    font-size: clamp(12px, calc(1.5vw + 0.5vh), 26px);
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    margin: 4px clamp(16px, 4vmin, 48px);
    text-align: center;
}
@media (orientation: portrait) {
    .payout p {
        font-size: clamp(12px, calc(1.5dvw + 0.5dvh), 24px);
        white-space: nowrap;
        font-variant-numeric: tabular-nums;
        margin: 4px clamp(16px, 4vmin, 48px);
        text-align: center;
    }
}
p {
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    margin: 30px 0;
    text-align: justify;
}
.big {
    font-size: var(--adaptive-font);
    color: #1bb9ff;
    font-weight: bold;
}
.fs-p1 {
    text-align: center;
}
.symbol-divider {
    --divider-color: #ffc300;
    --divider-soft: rgb(255 157 0 / 25%);
    width: 100%;
    height: clamp(1px, 0.1dvh + 0.1dvw, 2px);
    background: linear-gradient(to right, transparent, var(--divider-soft), var(--divider-color), var(--divider-soft), transparent);
    border: none;
    margin: 8px 0;
    opacity: 1;
    filter: drop-shadow(0 0 6px rgba(255, 174, 0, 0.85)) drop-shadow(0 0 14px rgba(255, 196, 0, 0.55));
}
.separator {
    display: flex;
    align-items: center;
    width: 100%;
    height: clamp(2px, calc(0.5vw + 0.5vh), 4px);
    margin: 0 auto;
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #939ABB 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
}
.feature-content {
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.feature-text {
    flex: 1;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding: 0;
}
.feature-text p {
    margin: 0 0 1em 0;
}
.feature-previews {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.feature-previews--jackpot {
    position: relative;
}
.jackpot-preview-frame {
    position: relative;
    width: 100%;
    isolation: isolate;
}
.jackpot-preview-sparkles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
    opacity: 0.5;
}
.info-preview__flame {
    position: absolute;
    z-index: 3;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(
        circle,
        rgba(255, 247, 188, 0.95) 0%,
        rgba(255, 210, 108, 0.68) 28%,
        rgba(255, 149, 58, 0.28) 54%,
        rgba(255, 120, 42, 0.08) 68%,
        transparent 80%
    );
    mix-blend-mode: screen;
    transform: translate(-50%, -50%);
    animation: infoPreviewFlameFlicker 0.28s infinite alternate;
    will-change: opacity, transform, filter;
}
.info-preview__flame--cards-1 {
    left: 25.8%;
    top: 42.8%;
    width: 6.2%;
    animation-delay: -0.08s;
}
.info-preview__flame--cards-2 {
    left: 41.7%;
    top: 80.1%;
    width: 6.8%;
    animation-delay: -0.02s;
}
.info-preview__flame--cards-3 {
    left: 67.5%;
    top: 80%;
    width: 6.4%;
    animation-delay: -0.14s;
}
.info-preview__flame--cards-4 {
    left: 43%;
    top: 11%;
    width: 6.2%;
    animation-delay: -0.08s;
}
.info-preview__flame--cards-5 {
    left: 68%;
    top: 11%;
    width: 6.8%;
    animation-delay: -0.02s;
}
.info-preview__flame--cards-6 {
    left: 84%;
    top: 42%;
    width: 6.4%;
    animation-delay: -0.14s;
}

.info-preview__flame--ball-1 {
    left: 43%;
    top: 10%;
    width: 5.8%;
    animation-delay: -0.08s;
}
.info-preview__flame--ball-2 {
    left: 84%;
    top: 41%;
    width: 6.2%;
    animation-delay: -0.17s;
}
.info-preview__flame--ball-3 {
    left: 67.6%;
    top: 79.5%;
    width: 7.1%;
    animation-delay: -0.03s;
}
.info-preview__flame--ball-4 {
    left: 69%;
    top: 10%;
    width: 5.8%;
    animation-delay: -0.08s;
}
.info-preview__flame--ball-5 {
    left: 43%;
    top: 79.5%;
    width: 6.2%;
    animation-delay: -0.17s;
}
.jackpot-preview-spark {
    --size: 10px;
    --x: 50%;
    --y: 50%;
    --delay: 0s;
    --duration: 2.2s;
    --drift-x: 0px;
    --drift-y: -8px;
    --spark-core: rgba(86, 195, 255, 0.98);
    --spark-mid: rgba(64, 153, 255, 0.92);
    --spark-halo: rgba(64, 153, 255, 0.2);
    position: absolute;
    top: var(--y);
    left: var(--x);
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0 12%, var(--spark-core) 22%, var(--spark-mid) 48%, rgba(255, 255, 255, 0.08) 58%, rgba(255, 255, 255, 0) 74%);
    transform: translate(-50%, calc(-50% + 6px)) scale(0.25);
    filter:
        drop-shadow(0 0 2px var(--spark-core))
        drop-shadow(0 0 5px var(--spark-halo));
    animation: jackpot-sparkle var(--duration) ease-in-out infinite;
    animation-delay: var(--delay);
}
.jackpot-preview-spark::before,
.jackpot-preview-spark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.jackpot-preview-spark::before {
    width: 150%;
    height: 150%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.85;
}
.jackpot-preview-spark::after {
    width: 26%;
    height: 26%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
}
.feature-previews--jackpot .feature-preview {
    position: relative;
    z-index: 1;
}
.jackpot-preview-spark.spark--1 {
    --size: clamp(7px, 1vw, 10px);
    --x: 11%;
    --y: 16%;
    --delay: 0s;
    --duration: 2.4s;
    --drift-x: -3px;
    --drift-y: -8px;
    --spark-core: rgba(91, 202, 255, 0.98);
    --spark-mid: rgba(49, 126, 241, 0.9);
    --spark-halo: rgba(49, 126, 241, 0.35);
}
.jackpot-preview-spark.spark--2 {
    --size: clamp(5px, 0.8vw, 8px);
    --x: 27%;
    --y: 8%;
    --delay: 0.35s;
    --duration: 2.1s;
    --drift-x: 2px;
    --drift-y: -6px;
    --spark-core: rgba(255, 255, 255, 0.98);
    --spark-mid: rgba(201, 232, 255, 0.92);
    --spark-halo: rgba(193, 227, 255, 0.25);
}
.jackpot-preview-spark.spark--3 {
    --size: clamp(8px, 1.1vw, 11px);
    --x: 85%;
    --y: 18%;
    --delay: 0.7s;
    --duration: 2.5s;
    --drift-x: 3px;
    --drift-y: -8px;
    --spark-core: rgba(255, 182, 108, 0.98);
    --spark-mid: rgba(188, 108, 66, 0.92);
    --spark-halo: rgba(188, 108, 66, 0.3);
}
.jackpot-preview-spark.spark--4 {
    --size: clamp(6px, 0.9vw, 9px);
    --x: 93%;
    --y: 52%;
    --delay: 1.05s;
    --duration: 2.3s;
    --drift-x: 3px;
    --drift-y: -5px;
    --spark-core: rgba(224, 142, 255, 0.98);
    --spark-mid: rgba(152, 85, 196, 0.92);
    --spark-halo: rgba(152, 85, 196, 0.28);
}
.jackpot-preview-spark.spark--5 {
    --size: clamp(7px, 1vw, 10px);
    --x: 15%;
    --y: 71%;
    --delay: 1.4s;
    --duration: 2.35s;
    --drift-x: -3px;
    --drift-y: -6px;
    --spark-core: rgba(255, 208, 133, 0.98);
    --spark-mid: rgba(157, 108, 56, 0.92);
    --spark-halo: rgba(157, 108, 56, 0.28);
}
.jackpot-preview-spark.spark--6 {
    --size: clamp(5px, 0.8vw, 8px);
    --x: 78%;
    --y: 80%;
    --delay: 1.75s;
    --duration: 2.15s;
    --drift-x: 2px;
    --drift-y: -6px;
    --spark-core: rgba(98, 203, 255, 0.98);
    --spark-mid: rgba(54, 136, 241, 0.92);
    --spark-halo: rgba(54, 136, 241, 0.32);
}
.jackpot-preview-spark.spark--7 {
    --size: clamp(6px, 0.95vw, 9px);
    --x: 50%;
    --y: 90%;
    --delay: 0.95s;
    --duration: 2.45s;
    --drift-x: 0px;
    --drift-y: -7px;
    --spark-core: rgba(232, 157, 255, 0.98);
    --spark-mid: rgba(163, 93, 188, 0.9);
    --spark-halo: rgba(163, 93, 188, 0.28);
}
.jackpot-preview-spark.spark--8 {
    --size: clamp(5px, 0.75vw, 8px);
    --x: 38%;
    --y: 14%;
    --delay: 0.18s;
    --duration: 2.25s;
    --drift-x: -2px;
    --drift-y: -7px;
    --spark-core: rgba(255, 255, 255, 0.98);
    --spark-mid: rgba(201, 232, 255, 0.92);
    --spark-halo: rgba(193, 227, 255, 0.25);
}
.jackpot-preview-spark.spark--9 {
    --size: clamp(6px, 0.9vw, 9px);
    --x: 68%;
    --y: 12%;
    --delay: 0.52s;
    --duration: 2.4s;
    --drift-x: 2px;
    --drift-y: -8px;
    --spark-core: rgba(91, 202, 255, 0.98);
    --spark-mid: rgba(49, 126, 241, 0.9);
    --spark-halo: rgba(49, 126, 241, 0.35);
}
.jackpot-preview-spark.spark--10 {
    --size: clamp(5px, 0.8vw, 8px);
    --x: 7%;
    --y: 42%;
    --delay: 0.88s;
    --duration: 2.15s;
    --drift-x: -3px;
    --drift-y: -5px;
    --spark-core: rgba(255, 182, 108, 0.98);
    --spark-mid: rgba(188, 108, 66, 0.92);
    --spark-halo: rgba(188, 108, 66, 0.3);
}
.jackpot-preview-spark.spark--11 {
    --size: clamp(7px, 1vw, 10px);
    --x: 96%;
    --y: 32%;
    --delay: 1.22s;
    --duration: 2.5s;
    --drift-x: 3px;
    --drift-y: -7px;
    --spark-core: rgba(224, 142, 255, 0.98);
    --spark-mid: rgba(152, 85, 196, 0.92);
    --spark-halo: rgba(152, 85, 196, 0.28);
}
.jackpot-preview-spark.spark--12 {
    --size: clamp(5px, 0.8vw, 8px);
    --x: 32%;
    --y: 64%;
    --delay: 1.58s;
    --duration: 2.2s;
    --drift-x: -2px;
    --drift-y: -6px;
    --spark-core: rgba(255, 208, 133, 0.98);
    --spark-mid: rgba(157, 108, 56, 0.92);
    --spark-halo: rgba(157, 108, 56, 0.28);
}
.jackpot-preview-spark.spark--13 {
    --size: clamp(6px, 0.9vw, 9px);
    --x: 62%;
    --y: 70%;
    --delay: 0.72s;
    --duration: 2.35s;
    --drift-x: 2px;
    --drift-y: -6px;
    --spark-core: rgba(98, 203, 255, 0.98);
    --spark-mid: rgba(54, 136, 241, 0.92);
    --spark-halo: rgba(54, 136, 241, 0.32);
}
.jackpot-preview-spark.spark--14 {
    --size: clamp(5px, 0.8vw, 8px);
    --x: 88%;
    --y: 86%;
    --delay: 1.95s;
    --duration: 2.3s;
    --drift-x: 3px;
    --drift-y: -7px;
    --spark-core: rgba(232, 157, 255, 0.98);
    --spark-mid: rgba(163, 93, 188, 0.9);
    --spark-halo: rgba(163, 93, 188, 0.28);
}

@keyframes infoPreviewFlameFlicker {
    0% {
        opacity: 0.38;
        transform: translate(-50%, -50%) scale(0.82);
        filter: blur(0.65px);
    }
    45% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(1.06);
        filter: blur(0.18px) drop-shadow(0 0 8px rgba(255, 221, 132, 0.55));
    }
    100% {
        opacity: 0.58;
        transform: translate(-50%, -50%) scale(0.92);
        filter: blur(0.4px);
    }
}
@keyframes jackpot-sparkle {
    0% {
        opacity: 0;
        transform: translate(-50%, calc(-50% + 6px)) scale(0.25);
    }
    16% {
        opacity: 0.95;
        transform: translate(-50%, -50%) scale(0.72);
    }
    34% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    64% {
        opacity: 0.82;
        transform: translate(calc(-50% + var(--drift-x)), calc(-50% + var(--drift-y))) scale(0.8);
    }
    100% {
        opacity: 0;
        transform: translate(calc(-50% + var(--drift-x)), calc(-50% + var(--drift-y))) scale(0.18);
    }
}
.feature-preview {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    margin-top: -5%;
}
@media (orientation: landscape) {
    .feature-preview {
        margin-bottom: -5%;
    }
}
.feature-text.cards,
.feature-text.hold-n-win,
.feature-text.jackpot-symbols{
    margin-top: 5%;
    width: 100%;
}
.low,
.high {
    max-width: clamp(120px, 30vw, 260px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.base {
    z-index: 0;
}
.paylines-container  {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5%;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.paylines-preview {
    margin-top: -2%;
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.paylines.landscape {
    display: none;
}
.paylines.portrait {
    display: none;
}
.payline-info p {
    text-align: center;
    margin-top: 0;
}
.center-text {
    width: 100%;
    text-align: center;
}
.paytable-subheading {
    font-size: var(--info-h2-font);
    margin: 3vh 0;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #e6f8ff;
    text-shadow:
        0 0 2px rgba(255, 0, 0, 0.9),
        0 0 6px rgba(255, 0, 0, 0.85),
        0 0 14px rgba(255, 0, 0, 0.55),
        0 0 22px rgba(255, 0, 0, 0.35);
}
@media (orientation: portrait) {
    .wild-symbol {
        margin-top: -8%;
    }
    .special {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: clamp(16px, 4vh, 32px);
        margin-bottom: 20px;
    }
    .wild-symbol,
    .scatter-symbol,
    .bonus-symbol {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .wild-txt,
    .scatter-txt,
    .bonus-txt {
        margin-top: 0;
    }
    .scatter-txt.title {
        margin-top: 0;
    }
    #info-page .high,
    #info-page .low {
        width: 100%;
        max-width: min(42vw, 240px);
    }
    #info-page .high img,
    #info-page .low-symbols img {
        width: auto;
        height: 100%;
        max-height: min(15vh, 180px);
        object-fit: contain;
        margin-top: 10px;
        margin-bottom: 10px;
        overflow: visible;
    }
    .high-symbols,
    .low-symbols {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: clamp(12px, 4vw, 28px);
        row-gap: clamp(16px, 3vh, 28px);
        justify-items: center;
        align-items: start;
        max-width: min(100%, 560px);
        margin-inline: auto;
        padding-bottom: 10px;
    }
    .separator {
        height: 2px;
    }
    .feature-content {
        margin-top: -5%;
    }
    .paylines-container {
        text-align: left;
        padding: 0 5% 0 2%;
    }
    .paylines.portrait {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media (orientation: portrait) and (min-width: 768px) {
    .wild-symbol,
    .scatter-symbol,
    .bonus-symbol {
        max-width: 70%;
        margin-top: 0;
    }
}
@media (orientation: landscape) {
    .special {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: clamp(16px, 4vw, 40px);
        margin-bottom: 50px;
    }
    .wild-symbol,
    .scatter-symbol,
    .bonus-symbol {
        flex: 1 1 0;
        max-width: none;
    }
    #info-page .low-symbols img {
        /*width: clamp(40px, calc(7dvw + 7dvh), 270px);*/
        height: clamp(100px, calc(10dvw + 10dvh), 250px);
        object-fit: cover;
        margin-bottom: 10px;
        overflow: visible;
    }
    .high-symbols,
    .low-symbols {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: max-content;
        flex-wrap: wrap;
        column-gap: clamp(10px, 6vw, 10px);
        justify-content: center;
        justify-items: center;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .feature-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: -5%;
    }
    .feature-previews {
        position: static;
        width: min(50%, 700px);
        max-width: 100%;
    }
    .feature-preview {
        position: static;
        inset: auto;
        width: 100%;
        height: auto;
        object-fit: contain;
        pointer-events: auto;
    }
    .feature-text.cards,
    .feature-text.hold-n-win,
    .feature-text.grand-jackpot,
    .feature-text.jackpot-symbols {
        width: 100%;
        margin-inline: auto;
        text-align: left;
    }
    .paylines-container {
        text-align: center;
        padding: 0;
    }
    .paylines.landscape {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .special {
        align-items: flex-start;
    }

    .wild-symbol,
    .scatter-symbol,
    .bonus-symbol {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .scatter-txt.title {
        height: clamp(34px, 4vw, 52px);
        margin: 0;
        padding: 0;

        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wild-txt,
    .bonus-txt {
        margin-top: clamp(34px, 4vw, 52px);
    }

    .scatter-symbol .scatter-txt:not(.title) {
        margin-top: 0;
    }
}
@media (orientation: landscape) and (max-width: 750px){
    .high-symbols, .low-symbols {
        column-gap: clamp(10px, 3vw, 20px);
    }
}
/* region GAME INFO */
.name {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.win-cap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.game-name {
    font-size: var(--info-h2-font);
    font-weight: 800;
    text-transform: uppercase;
    color: #ffae00;
}
.rtp-info {
    text-align: center;
}
.highlight {
    color: rgb(255, 77, 79);
    display: block;
    text-align: center;
    margin: 0;
}
.red-bold {
    color: #DB3928;
    font-weight: bold;
}
.info-button-container .button-info {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    align-items: flex-start;
}
#info p {
    line-height: 1.6;
    margin: 0 0 3% 0;
}
#info {
    margin-bottom: 10%;
}
#btn-info {
    width: clamp(50px, 10vw, 96px);
    height: auto;
    margin-right: 20px;
    flex-shrink: 0;
}
.button-info p {
    flex: 1;
    line-height: 1.6;
    margin-top: 10px;
}
ul.menu-list-items {
    line-height: 1.6;
    display: flex;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 10%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
ul.menu-list-items2,
ol.menu-list-items2 {
    line-height: 1.8;
    flex-wrap: wrap;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
    text-align: justify;
}
ul.menu-list-items2 {
    list-style-type: disc;
}
ol.menu-list-items2 {
    list-style-type: decimal;
}
ul.menu-list-items3 {
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: circle;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
list {
    display: flex;
    align-items: center;
}
ul.menu-list-items li {
    margin-bottom: 10px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}
.inner-bullets {
    line-height: 1.8;
    flex-wrap: wrap;
    padding-left: 3%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    list-style-type: none;
}
.inner-bullets li {
    position: relative;
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}
.red {
    color: #d33636;
}
.note {
    font-style: italic;
    font-weight: normal;
    font-size: 13px;
}
/* endregion */
/* region PAYLINES */
.line-box img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: fill;
}
@media (orientation: portrait) {
    .paylines-content {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        justify-items: stretch;
        margin-bottom: 20px;
    }
}
@media (orientation: landscape) {
    .paylines-content {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 20px;
        justify-items: stretch;
        margin-bottom: 20px;
    }
}
.line-number {
    font-size: clamp(12px, calc(1.5vw + 0.5vh), 22px);
}
.line-grid-container {
    padding: clamp(2px, 0.5vw, 12px);
}
.line-box {
    position: relative;
    width: clamp(70px, 20vw, 200px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #545D84;
    padding: 3px;
}
.line-grid-container div.active {
    background: rgb(11 166 134);
}
.line-box > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.line-grid-container > [data-role="active-cell-template"] {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.line-grid-container > [data-role="active-cell-template"] img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* endregion */