/* region MAIN STYLE */
: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);
}

#menu-overlay {
    background: rgb(0 16 60 / 80%);
}

#info {
    margin-bottom: 0 !important;
    padding-bottom: clamp(5vh, calc(3vw + 3vh), 10vh);
}

#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;
}

.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: 700;
    line-height: normal;
    margin: 0;
}

.title-underline {
    width: clamp(300px, 50vw, 800px);
    height: clamp(2px, calc(0.5vw + 0.5vh), 4px);
    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%;
}

.h2-container {
    display: flex;
    align-items: baseline;
    gap: clamp(0.5vw, 1vw, 1.5vw);
    padding-block: clamp(1vh, 2vh, 3vh);
}


.triangle {
    display: flex;
    transform: translateY(0.1em);
    align-items: stretch;
    height: clamp(12.7px, calc(1.4vw + 1.4vh), 21px);
}

.triangle svg {
    display: block;
    height: 100%;
    width: auto;
}

#info-page h2 {
    font-size: var(--info-h2-font);
    color: #9ee1ff;
    /*color: #5bccff;*/
    font-family: var(--main-font);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-variant: all-small-caps;
    margin: 0;
}

#info-page #paytable {
    grid-template-columns: repeat(auto-fit, 340px);
    gap: 3%;
    padding: 0;
    justify-content: center;
}

#info-page .special-symbols img {
    width: clamp(120px, 15vw, 200px);
    object-fit: contain;
    margin-bottom: 0;
}

#info-page .high-symbols img {
    width: clamp(45px, calc(6vw + 6vh), 180px);
    object-fit: contain;
    margin-bottom: 2vh;
}

#info-page .low-symbols img {
    width: clamp(75px, 10vw, 125px);
    object-fit: contain;
    margin-bottom: 2vh;
}

.header {
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
    font-size: clamp(0.8rem, calc(1.8vw + 1.5vh), 2.3rem);
    letter-spacing: .02em;
    background-image: linear-gradient(to bottom, #ffe426 40%, #f14c0b 80%, #ff7f21 40%, #f14c0b 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #eeed13;
    text-stroke: 1px #eeed13;
    filter:
            drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.2))
            drop-shadow(0px 0px 10px rgba(43, 0, 70, 0.2))
            drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2)) !important;

    text-shadow: none !important;
}

.highlight-pay {
    font-size: clamp(0.7rem, calc(0.7vw + 0.8vh), 1.3rem);
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(33, 0, 48, 0.6);
}

.of-a-kind {
    color: #ffc225;
}

.rtp-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.rtp-info .game-name {
    font-size: clamp(1rem, calc(2.5vw + 2vh), 3rem);
    margin: 2% auto;
    font-weight: 900;
    padding: 0;
    background: linear-gradient(to bottom, #89f9ff 30%, #0062d9 80% 60%, #0069ff 100%);
    /*background-image: linear-gradient(to bottom, #f8ff4f 30%, #f14c0b 80% 80%, #ff7f21 40%, #f14c0b 100%);*/
    /*background: linear-gradient(to bottom, #ecff26 30%, #a6f10b 50%, #2bd100 100%);*/

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.3px #00ffdc;
    text-stroke: 1.3px #00ffdc;
    /*-webkit-text-stroke: 1.3px #eeed13;*/
    /*text-stroke: 1.3px #eeed13;*/
    filter:
            drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.2))
            drop-shadow(0px 0px 10px rgba(43, 0, 70, 0.2))
            drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.2)) !important;

    text-shadow: none !important;

    text-transform: uppercase;
    text-align: center;
    width: auto;
    max-width: 100%;
    align-self: center;
}

.win-cap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.text-gold {
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: clamp(1.5rem, calc(1.5vw + 1vh), 2.7rem);

    filter:
            drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.4))
            drop-shadow(0px 0px 10px rgba(43, 0, 70, 0.3))
            drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.4)) !important;
}

.text-gold span {
    display: inline;
    background-image: linear-gradient(to bottom, #ffdd26 40%, #f1310b 80%, #ff6b21 40%, #f14c0b 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    -webkit-text-stroke: 1.3px #ffd21b;
    text-stroke: 1.3px #ffd21b;

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.text-silver {
    position: relative;
    font-weight: 900;
    line-height: 0.9;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: clamp(1.5rem, calc(1.5vw + 1vh), 2.7rem);

    filter:
            drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.4))
            drop-shadow(0px 0px 10px rgba(43, 0, 70, 0.3))
            drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.4)) !important;
}

.text-silver span {
    display: inline;
    background-image: linear-gradient(to bottom, #f9f9f9 40%, #325a7a 80%, #bebebe 40%, #7c7c7c 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


.text-green {
    position: relative;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: clamp(1.5rem, calc(1.5vw + 1vh), 2.7rem);

    filter:
            drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.4))
            drop-shadow(0px 0px 10px rgba(43, 0, 70, 0.3))
            drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.4)) !important;
}

.text-green span {
    display: inline;
    background: linear-gradient(to bottom, #ecff26 30%, #92ce16 50%, #1a7e00 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    -webkit-text-stroke: 1.3px #32f900;
    text-stroke: 1.3px #32f900;

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


.text-blue {
    position: relative;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: clamp(1.5rem, calc(1.5vw + 1vh), 2.7rem);

    filter:
            drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.4))
            drop-shadow(0px 0px 10px rgba(43, 0, 70, 0.3))
            drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.4)) !important;
}

.text-blue span {
    display: inline;
    background: linear-gradient(to bottom, #89f9ff 30%, #0062d9 80% 60%, #0069ff 100%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    -webkit-text-stroke: 1.3px #00ffdc;
    text-stroke: 1.3px #00ffdc;

    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.feature-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    gap: clamp(16px, 3vh, 40px);
    max-width: 100%;
}

.feature-content.no-bottom-padding {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;

    flex-direction: column;

    padding-bottom: 20px;
    margin: 0 auto;
    gap: clamp(16px, 3vh, 40px);
    overflow: visible;
}

.feature-previews.with-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    margin: 0 auto;
    width: fit-content;
    max-width: 100%;
}

.feature-previews.with-text .arrow2-img {
    display: block;
    object-fit: contain;
    width: clamp(40px, 10vw, 60px);
    height: auto;
    margin: 1.5vh auto;
    animation: arrow2Pulse 1.4s ease-in-out infinite;
}

@keyframes arrow2Pulse {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.three-scatters {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    white-space: nowrap;
}

.three-scatters p {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    padding-bottom: 3%;
    white-space: normal;
    line-height: 1.3;
}

.payline-info .feature-previews {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: clamp(12px, 3vh, 24px) 0;
}

.payline-info .feature-preview {
    display: block;
    width: clamp(300px, 50vw, 600px);
    height: auto;
    object-fit: contain;
    margin: 0 auto;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}

#info-page .symbol p {
    font-family: var(--main-font);
    margin: 4px 0;
    text-align: center;
}

p {
    font-weight: 400;
    font-family: var(--main-font);
    font-size: var(--adaptive-font);
    margin: 30px 0;
    text-align: justify;
}

.separator {
    display: flex;
    align-items: center;
    width: clamp(300px, 50vw, 800px);
    height: clamp(2px, calc(0.5vw + 0.5vh), 4px);
    margin: 0 auto 0 auto;
    margin-bottom: 1%;
    background: linear-gradient(90deg, rgba(147, 154, 187, 0.00) 0%, #939ABB 47.5%, rgba(147, 154, 187, 0.00) 97.81%);
}

.feature-container {
    display: flex;
    flex-direction: column;
    padding: 0;
    color: white;
}

.feature-preview {
    display: flex;
    justify-content: center;
    width: clamp(350px, 50vw, 750px);
    height: auto;
    object-fit: contain;
    margin: 0;
}

#info {
    margin-bottom: 0 !important;
    padding-bottom: clamp(5vh, calc(3vw + 3vh), 10vh);
}

.paylines-container {
    margin-bottom: clamp(5vh, calc(3vw + 3vh), 10vh);
}

.rtp-info p {
    margin: 0;
}

.highlight {
    color: #ff5849;
    display: block;
    text-align: center;
    margin: 0;
}

.info-button-container .button-info {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
}
.info-button-container .button-info p {
    margin: 0 !important;
}
#info p {
    font-family: var(--main-font);
    font-weight: 500;
    line-height: 1.6;
    margin: 0 0 3% 0;
}

#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: 'Noto Sans', sans-serif !important;
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
    text-align: justify;
}

ul.menu-list-items2 {
    line-height: 1.8;
    flex-wrap: wrap;
    list-style-type: disc;
    padding-left: 2%;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Noto Sans', sans-serif !important;
    font-size: var(--adaptive-font);
    padding-bottom: 30px;
    text-align: justify;
}

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: 'Noto Sans', sans-serif !important;
    font-size: var(--adaptive-font);
    padding-bottom: 10px;
}

li. list {
    display: flex;
    align-items: center;
}

ul.menu-list-items li {
    color: #FFFFFF;
    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;
}

.info-button-container, .additional-margin {
    margin-bottom: 20px;
}

ul.menu-list-items li {
    font-family: "Noto Sans", sans-serif !important;
    color: #FFFFFF;
}

.inner-bullets {
    font-family: "Noto Sans", sans-serif;
}

ul.menu-list-items3, ul.menu-list-items2, ul.menu-list-items  {
    font-family: "Noto Sans", sans-serif !important;
}

.info-button-container, .additional-margin {
    margin-bottom: 20px;
}

.no-margin {
    margin-bottom: 0!important;
    padding-bottom: 1.2%;
}

/* === NEW === */
#info-page .symbol {
    width: clamp(120px, calc(20vw + 10vh), 380px);
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}

.special-symbols-wild {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: clamp(20px, 3vh, 40px);
    width: 100%;
}

.special-symbols-wild img {
    width: clamp(100px, 15vw, 180px);
    object-fit: contain;
    margin-bottom: clamp(8px, 1vh, 16px);
}

.special-symbols-wild .header {
    margin-top: 0;
    margin-bottom: clamp(6px, 1vh, 12px);
}

.special-symbols-wild p:not(.header) {
    max-width: 60ch;
    text-align: center;
    margin: 0 auto;
}

.symbol-img-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: clamp(8px, 4vw, 40px);
    margin-bottom: clamp(12px, 2vh, 24px);
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}

.symbol-img-row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.symbol-img-row img {
    width: clamp(60px, 25vw, 160px);
    max-width: calc(30vw);
    object-fit: contain;
    flex-shrink: 1;
}

.symbol-img-row .header {
    margin: clamp(4px, 1vh, 10px) 0 0 0;
}

.symbol-descriptions {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.symbol-descriptions p {
    text-align: center;
    margin: 0 0 10px 0;
}

.symbol-descriptions ul.menu-list-items2 {
    width: fit-content;
    margin: 0 auto 10px auto;
    text-align: left;
    padding-left: 1.5em;
}

.high-symbols, .low-symbols{
    display: grid;
    gap: clamp(8px, 2vmin, 20px);
    justify-items: center;
    margin: 40px 0;
}

.feature-symbol-title {
    font-weight: 700;
    margin: 0 0 clamp(8px, 1.5vh, 16px) 0;
    text-transform: uppercase;
}

.h-red {
    color: #ff5722;
}

.h-green {
    color: #43ff00;
}

.h-blue {
    color: #00d0ff;
}

.special-symbols {
    margin-top: 40px;
    margin-bottom: clamp(20px, calc(2vw + 3vh), 60px);
}

.preview-expand-img {
    width: clamp(400px, 40vw, 600px);
    height: auto;
    object-fit: contain;
    margin: 10px 0 10px 0;
}

.collect-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.collect-row .text-gold,
.collect-row .text-silver {
    margin: 0;
    line-height: 1;
    flex-shrink: 1;
}

.inline-symbol {
    display: block;
    width: clamp(150px, 15vw, 200px);
    height: auto;
    object-fit: contain;
    flex-shrink: 1;
}

.feature-description-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(12px, 2vh, 24px);
    width: 100%;
    padding-top: clamp(12px, 2vh, 24px);
    margin-bottom: clamp(20px, calc(2vw + 3vh), 60px);
}

.feature-symbol-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.feature-symbol-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.feature-symbol-text ul.menu-list-items2 {
    width: fit-content;
    margin: 0 auto;
    padding-left: 0;
    list-style-position: inside;
    text-align: center;
}

.payline-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.payline-info p {
    text-align: center;
    margin-top: 0;
    margin-bottom: 2%;
}

.rtp-info {
    text-align: center;
    margin-bottom: 0;
}

.paylines-content {
    margin-bottom: 50px;
}
/* endregion */

/* region LANDSCAPE */
@media (orientation: landscape) {

    .high-symbols {
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
        justify-items: center;
        align-items: start;
    }

    .high-symbols .symbol:nth-child(1) {
        grid-column: 1 / 3;
    }

    .high-symbols .symbol:nth-child(2) {
        grid-column: 3 / 5;
    }

    .high-symbols .symbol:nth-child(3) {
        grid-column: 5 / 7;
    }

    .high-symbols .symbol:nth-child(4) {
        grid-column: 2 / 4;
    }

    .high-symbols .symbol:nth-child(5) {
        grid-column: 4 / 6;
    }

    .low-symbols {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        justify-items: center;
        align-items: start;
        max-width: 66.666%;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-symbol-img {
        flex-shrink: 0;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

    .feature-symbol-text {
        flex: 1;
        min-width: 0;
    }

    .feature-symbol-text ul.menu-list-items2 {
        margin: 0;
        padding: 0;
    }

    #menu-ui {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: clamp(40px, 6vh, 80px);
        display: flex;
        background: linear-gradient(to bottom, rgba(1, 2, 16, 0) 0%, #010210 100%);
        justify-content: center;
        gap: 5px;
        margin: 0 auto;
    }

    #menu-ui-container {
        position: relative;
        width: 80%;
        height: clamp(40px, 6vh, 80px);
        border-radius: 16px 16px 0 0;
        background: rgba(29, 26, 52);
        box-shadow: 0px -2.918px 2.918px 0px rgba(0, 0, 0, 0.80);
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .menu-button {
        width: 100%;
        height: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: background 0.3s ease;
    }

    .menu-button.active {
        background: linear-gradient(to right, rgba(239, 66, 48, 1), rgba(136, 20, 8, 1));
        border-radius: 16px 16px 0 0;
        filter: drop-shadow(1px 0 2px rgba(0, 0, 0, 0.80));
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    #info-icon.menu-button.active {
        border-radius: 16px 0 16px 0;
        cursor: pointer;
    }

    #history-icon.menu-button.active {
        border-radius: 0 16px 0 16px;
        cursor: pointer;
    }

    #menu-close-button {
        pointer-events: all !important;
        height: clamp(40px, 6vh, 80px);
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(57,61,86,1);
        border-radius: 16px 16px 0 0;
        box-shadow: 0 -2.918px 3px 0 rgba(0, 0, 0, 0.80);
        cursor: pointer;
        box-sizing: border-box;
    }

    .close-icon {
        height: 55%;
        width: auto;
        display: block;
        filter: drop-shadow(0px 1.59px 1.59px rgba(0, 0, 0, 0.50));
    }

    #info p.all-margin-content {
        margin-bottom: 3vh;
    }
    #info {
        padding-bottom: calc(4rem + env(safe-area-inset-bottom)) !important;
    }

    .info-button-container .button-info {
        align-items: center;
    }
    .info-button-container .button-info p {
        margin: 0 !important;
    }
    .button-info {
        margin-bottom: 1%;
    }

    .paylines-content {
        max-width: 1000px;
        gap: clamp(6px, 1.5vw, 16px);
    }
}

@media (orientation: landscape) and (max-height: 420px),
(orientation: landscape) and (max-width: 740px){
    .low-symbols{
        grid-template-columns: repeat(
      auto-fit,
      minmax(clamp(56px, 10vmin, 100px), 1fr)
    );
        gap: clamp(6px, 1.6vmin, 14px);
    }
}
/* endregion */

/* region PORTRAIT */
@media (orientation: portrait) {
    .collect-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .title-underline {
        height: 2px;
    }

    .symbol-descriptions {
        margin: 0 0 30px 0;
    }

    .symbol-img-row > div p {
        font-size: clamp(0.7rem, calc(2.5vw + 0.5vh), 1.5rem) !important;
        margin: clamp(2px, 0.5vh, 6px) 0 0 0;
        max-width: 100%;
        white-space: normal;
        word-break: break-word;
        hyphens: auto;
    }

    .high-symbols,
    .low-symbols {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
        justify-items: center;
        align-items: start;
        padding-bottom: 20px;
        box-sizing: border-box;
    }
    .high-symbols .symbol:nth-child(5) {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .high-symbols,
    .low-symbols {
        gap: clamp(8px, 2vw, 12px)
    }

    .high-symbols .symbol,
    .low-symbols .symbol {
        margin: 0;
        padding-top: 0;
    }

    #info-page .special-symbols {
        margin-bottom: 0;
        padding: 0;
    }

    #info-page .symbol {
        max-width: 100%;
        width: auto;
        box-sizing: border-box;
    }

    .symbol {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    #info-page .high-symbols img {
        margin-bottom: 0;
    }

    .separator {
        height: 2px;
    }

    .feature-content {
        flex-direction: column;
        align-items: center;
        align-content: center;
        justify-content: center;
        padding: 0!important;
        margin-bottom: 3%;
        gap: 0;
    }

    .feature-previews {
        margin-bottom: 1rem;
    }

    .feature-preview {
        margin-bottom: 0!important;
    }

    .feature-previews {
        flex: 1 1 100%;
        justify-content: center;
    }

    .rtp-info {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 0;
    }

    #menu-ui {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 40px;
        display: flex;
        background: linear-gradient(to bottom, rgba(1, 2, 16, 0) 0%, #010210 100%);
        justify-content: center;
        gap: 5px;
        margin: 0 auto;
    }

    #menu-ui-container {
        position: relative;
        width: 100%;
        height: 40px;
        border-radius: 0 12px 0 0;
        background: rgba(29, 26, 52);
        box-shadow: 0 -1.5px 1.5px rgba(0, 0, 0, 0.7);
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .menu-button {
        width: 100%;
        height: 100%;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        transition: background 0.3s ease;
        cursor: pointer;
    }

    .menu-button.active {
        background: linear-gradient(to right, rgba(239, 66, 48, 1), rgba(136, 20, 8, 1));
        border-top-right-radius: 12px;
        border-top-left-radius: 12px;
        filter: drop-shadow(1px 0 2px rgba(0, 0, 0, 0.80));
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #info-icon.menu-button.active {
        border-top-left-radius: 0;
        cursor: pointer;
    }

    #menu-close-button {
        pointer-events: all !important;
        height: 40px;
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px 12px 0 0;
        background: rgba(57, 61, 86, 1);
        box-shadow: 0 -1.5px 1.5px rgba(0, 0, 0, 0.7);
        cursor: pointer;
        box-sizing: border-box;
    }

    .close-icon {
        height: 55%;
        width: auto;
        display: block;
        filter: drop-shadow(0px 1.59px 1.59px rgba(0, 0, 0, 0.50));
    }
    #info p.all-margin-content {
        margin-bottom: 3vh;
    }
    #info {
        padding-bottom: calc(6rem + env(safe-area-inset-bottom)) !important;
    }

    .paylines-content {
       padding: 0;
    }

    .payline-info p {
        margin-top: 0;
        margin-bottom: 5%;
    }
}

@media (orientation: portrait) and (max-width: 700px) {
    .info-button-container .button-info {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        box-sizing: border-box;
        align-items: flex-start;
    }
    .info-button-container .button-info p {
        margin-bottom: 3% !important;
    }
}

@media (orientation: portrait) and (max-width: 660px) {
    .info-button-container .button-info {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        box-sizing: border-box;
        align-items: flex-start;
    }
    .info-button-container .button-info p {
        margin-bottom: 3% !important;
    }
}
/* endregion */

.symbol-descriptions p.watch-collect {
    margin-bottom: 5vh;
}

.list-padding {
    padding-bottom: 20px;
}



