/** Fonts **/
@font-face {
    font-family: 'Lottomart Standard Font';
    src: url("../fonts/figtree-variablefont_wght.ttf");
    font-display: swap;
    font-weight: 300 900;
}

/** Reset & variables **/
* {
    font-family: 'Lottomart Standard Font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    outline: none;
    padding: 0;
    margin: 0;
}

/**
------------------------------------------------------------------------------------
GENERAL DECLARATIONS
------------------------------------------------------------------------------------ **/

/* CHANGE: html { height: 100%; width: 100%; position: relative; -webkit-text-size-adjust: 100%; } */
html {
    min-height: 100%;
    display: flex;
    width: 100%;
    position: relative;
    -webkit-text-size-adjust: 100%;
}
/* CHANGE: body { height: 100%; width: 100%; } */
body {
    flex: 1;
}
body.lock {
    overflow: hidden;
}
b {
    font-weight: bold;
}
a {
    color: #378BDA;
    font-weight: bold;
    text-decoration: none;
}
a.button {
    font-weight: bold;
    display: inline-block;
    background: #efefef;
    color: #378BDA;
    cursor: pointer;
    border-radius: 1.5vh;
    height: 6vh;
    line-height: 6vh;
    padding: 0 3vh;
    font-size: 2.5vh;
}
a.cta {
    background-color: #00c45e;
    color: #ffffff;
}
.nodisplay {
    display: none;
}

#wrapper {
    min-height: 100%;
    width: 100%;
    transition-property: margin-left;
    transition-duration: 300ms;
    position: absolute;
    background: #ffffff;
}
#wrapper.slide {
    margin-left: 300px;
    -webkit-overflow-scrolling: none;
    overflow: initial;
}
#wrapper #overlay {
    display: none;
}
#wrapper.slide #overlay {
    display: block;
    position: fixed;
    overflow: hidden;
    -webkit-overflow-scrolling: none;
    left: 300px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}

/* General navigation */
nav details {
}
nav details:last-child {
    padding-bottom: 0;
}
nav summary:first-child {
    padding-top: 0;
}
nav summary:last-child {
    padding-bottom: 0;
}
nav summary {
    font-weight: 800;
    font-size: calc(1.5vh + 10px);
    padding-bottom: calc(10px + 1vh);
    cursor: pointer;
}
nav summary::-webkit-details-marker {
    display: none;
}
nav .links {
    margin: 0;
    column-count: 2;
    column-gap: 6vh;
    margin-bottom: calc(10px + 2.5vh);
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
nav .links div {
    margin: 0 0 1vh 0;
}
nav .links div a {
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
nav .links .twitter {
    background: url("../images/social-twitter.png") no-repeat 0 50%;
    background-size: contain;
    padding-left: calc(14px + 2vh);
}
nav .links .facebook {
    background: url("../images/social-facebook.png") no-repeat 0 50%;
    background-size: contain;
    padding-left: calc(14px + 2vh);
}

/* Main navigation */
#nav {
    position: fixed;
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    opacity: 0;
    overflow-y: scroll;
    bottom: 0;
    top: 0;
    left: -50px;
    right: 20%;
    z-index: 0;
    box-shadow: -30px 0 30px -30px rgba(0, 0, 0, 0.25) inset;
    background: #462678 /*url('https://storage.googleapis.com/kickthe/assets/images/seo/home/pattern-wave.png') no-repeat 0 0*/;
    background-size: cover;
    transition-property: opacity, left;
    transition-duration: 300ms;
}
#nav > div:first-child {
    padding: calc(20px + 1vh);
}
#nav.slide {
    opacity: 1;
    left: 0;
}
#nav summary {
    color: #ffffff;
}
#nav a {
    color: rgba(255, 255, 255, 0.5);
}
#nav .links {
    column-count: 1;
}

/* Loading overlay when fetching articles */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 1;
    transition-duration: 500ms;
    transition-property: opacity;
    display: flex;
    flex-flow: row nowrap;
    z-index: 1000;
}
#loading .content {
    align-self: center;
    text-align: center;
    margin: 0 auto;
    padding: 0 5vh;
}
#loading .content .spinner {
    background: url("../images/spinner.png") no-repeat 0 0;
    background-size: contain;
    height: 20vh;
    width: 20vh;
    animation-name: spin;
    animation-duration: 500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#loading .content .message {
    padding-top: 2vh;
    font-size: calc(12px + 1vh);
}
#loading.fade {
    opacity: 0;
}
#loading.hide {
    display: none;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ERROR-specific styles */
#error {
    display: none;
}
#error .content {
    padding: 4vh;
}
#error p {
    margin-bottom: 1.2vh;
    font-size: calc(10px + 1vh);
}
#error.show {
    display: block;
}

/* Jobs */
#jobs {
}
#jobs .intro {
    font-size: calc(10px + 1vh);
    padding: 4vh;
}
#jobs .content {
    font-size: calc(10px + 1vh);
    padding: 0 4vh 4vh 4vh;
}
#jobs .rbox-opening-li {
    border: none;
    margin-bottom: 1vh;
}
#jobs .rbox-job-fullpage {
    padding: 0 4vh 4vh 4vh;
    font-size: calc(10px + 1vh);
}
#jobs .rbox-job-title {
    line-height: 120%;
    margin-bottom: 0;
    font-size: calc(20px + 1vh);
}
#jobs .rbox-job-shortdesc {
    margin-bottom: 1vh;
}
#jobs li {
    margin-bottom: 1vh;
    margin-left: 0.5vh;
}
#jobs .rbox-opening-position-type {
    margin-bottom: 1vh;
}
#jobs h2 {
    margin-bottom: 1.5vh;
    font-size: calc(16px + 1vh);
}
#jobs .rbox-top-links {
    margin-bottom: 5vh;
}
#jobs .rbox-bottom-links {
    padding-top: 5vh;
}
#jobs .rbox-buttons {
    padding-top: 1vh;
}
#jobs .rbox-btn {
    display: block;
    margin: 0 auto;
    color: #ffffff;
    background: #378BDA;
    font-weight: bold;
    border-radius: calc(5px + 1vh);;
    padding: calc(10px + 1vh);
    border: 0;
    text-shadow: none;
}

/* Cookie overlay */
#cookies {
    position: relative;
    z-index: 250;
    font-size: calc(10px + 1vh);
    display: none;
    border-bottom: 1px solid #dddddd;
    width: 100%;
}
#cookies .content {
    flex: 0;
    padding: calc(10px + 2vh) 4vh;
    margin: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
}
#cookies .content .button {
    padding-left: 2vh;
}
#cookies .content .button a {
    padding: 2vh;
    display: block;
    background: #378BDA;
    border-radius: calc(5px + 1vh);
    color: #ffffff;
    font-size: calc(10px + 1vh);
}
#cookies.show {
    display: block;
}

/* Navigation CTA */
/* CHANGES to #header #header.permanent and #header.scrolled */
#header {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    position: -webkit-sticky;
    position: sticky;
    z-index: -100;
    opacity: 0;
    padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
    transition-property: height;
    transition-duration: 300ms;
    height: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    background: #ffffff;
}
#header.permanent {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 1;
    background: #ffffff;
    transition-property: none;
    height: auto;
    overflow: display;
}
#header.scrolled {
    background: #ffffff;
    z-index: 100;
    opacity: 1;
    top: 0;
    height: auto;
    overflow: display;
}
#header h1 {
    opacity: 0;
}
#header .content {
    padding: calc(1vh + 10px);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
#header .content .menu {
    background: url("../images/menu-dark.png") no-repeat 0 50%;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: max(3vh, 18px);
    width: max(3vh, 18px);
    flex-grow: 0;
    margin: 0 1vh 0 0.5vh;
}
#header .content .logo {
    background: url("../images/logo-dark.png") no-repeat 0 50%;
    background-size: contain;
    height: 2.5vh;
    line-height: 100%;
    flex-grow: 1;
    display: inline-block;
}
#header .content .logo-new {
    background: url("../images/logo-dark-new.png") no-repeat 0 50%;
    background-size: contain;
    height: max(3.2vh, 20px);
    line-height: 100%;
    flex-grow: 1;
    display: inline-block;
}
#header .content a {
    font-size: calc(12px + 1vh);
}
#header .content .login {
    flex-grow: 0;
    display: inline-block;
    font-weight: 800;
    padding: 0.5vh 1.5vh;
}
#header .content .join {
    flex-grow: 0;
    display: inline-block;
    background-color: #0DC169;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 800;
    padding: 1vh 1.5vh;
}
#header .content .deposit {
    flex-grow: 0;
    display: inline-block;
    background: #0DC169 url("../images/deposit.png") no-repeat 50% 50%;
    background-size: auto 60%;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 800;
    height: calc(10px + 3.5vh);
    width: calc(10px + 3.5vh);
    padding: 0;
    min-height: 32px;
    min-width: 32px;
}
#header .content .info {
    display: flex;
    flex-direction: column;
    margin-right: 1vh;
}
#header .content .info .balance {
    flex-grow: 1;
    text-align: right;
}
#header .content .info .balance a {
    font-weight: 800;
    font-size: calc(13px + 1vh);
    line-height: calc(10px + 1vh);
}
#header .content .info .label {
    flex-grow: 0;
    color: #777777;
    font-size: calc(10px + 0.5vh);
    line-height: calc(10px + 0.5vh);
    text-align: right;
}

/* Landing block */
#landing {
    font-size: calc(14px + 1vh);
    background: #f9f9f9;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}
#landing h1 {
    font-weight: 800;
    padding-bottom: 3vh;
    font-size: calc(24px + 1vh);
    line-height: 100%;
}
#landing h2 {
    font-weight: 600;
    padding: 4vh 0 1vh 0;
}
#landing p {
    padding: 1vh;
}
#landing p.fade {
    padding: 0 3vh 3vh 3vh;
}
#landing .instructions {
    padding: 4vh;
}
#landing .instructions p {
    font-size: calc(10px + 1vh);
}
#landing .snap {
    position: relative;
}


#landing #jackpot {
    text-align: left;
    position: absolute;
    left: 7vw;
    right: auto;
    top: auto;
    bottom: 54.5vw;
    line-height: 100%;
    font-weight: 1000;
    font-size: 18vw;
    text-shadow: 0.7vw 0.7vw rgba(0, 0, 0, 0.5);
    color: #ffffff;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 1000ms;
}
#landing #price {
    margin-top: -3vh;
    padding-bottom: 3vh;
    color: #777777;
    font-size: calc(14px + 0.8vh);
    font-weight: 600;
}
#landing #countdown-container {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 3vh;
    transition-property: opacity;
    transition-duration: 1000ms;
}
#landing #countdown {
    text-align: center;
    width: auto;
    display: inline-block;
}
#landing #countdown-label {
    padding-bottom: 1vh;
}
#landing #countdown-container.show {
    height: auto;
    overflow: none;
    opacity: 1;
}
/* #landing #countdown { position: absolute; left: 11vw; bottom: 43vw; opacity: 0; transition-property: opacity; transition-duration: 1000ms; font-family: 'Lottomart Standard Font'; font-weight: 1000; color: #ffffff; } */
/* #landing #countdown.show { opacity: 1; } */
#landing #jackpot.show {
    opacity: 1;
}
#landing .instructions .row div {
    display: inline-block;
    vertical-align: middle;
}
#landing .instructions .row .step {
    font-weight: 800;
    border-radius: 50%;
    background: #FF6527;
    color: #ffffff;
    width: 5vh;
    height: 5vh;
    text-align: center;
    line-height: 5vh;
}
#landing .instructions .row .red {
    background: #EE3644;
}
#landing .instructions .row .blue {
    background: #378BDA;
}
#landing .instructions .row .purple {
    background: #8248DB;
}
#landing .instructions .table {
    margin: 0 auto;
    display: inline-block;
}
#landing .instructions .row {
    padding: 1vh 0;
    width: 100%;
    text-align: left;
}
#landing .instructions .row .label {
    margin-left: 1vh;
}
#landing .instructions .go {
    padding: 3vh 0 4vh 0;
}
#landing .instructions .go a.button {
    font-size: calc(18px + 1vh);
    border-radius: calc(10px + 0.5vh);
    height: calc(44px + 2vh);
    line-height: calc(44px + 2vh);
    padding: 0 calc(20px + 1vh);
}
#landing .snap a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    background-repeat: 0;
    background-size: contain;
}
#landing.purple {
    background-color: #4c204c;
}
#landing.purple .instructions {
    color: #ffffff;
}
#landing.purple .instructions h1 {
    color: #e1f80d;
}
#landing.purple .instructions h1 .highlight {
    color: #ffffff;
    font-weight: 800;
}
#landing.purple .instructions .step {
    background: #e1f80d;
    color: #591750;
}
#landing.purple .instructions .go a.button.cta {
    background: #01cb01;
}
#landing.purple .instructions .fade {
    color: rgba(255, 255, 255, 0.3);
}

#landing.yellow {
    background-color: #e0f80d;
}
#landing.yellow .instructions {
    color: #521d4e;
}
#landing.yellow .instructions h1 {
    color: #521d4e;
}
#landing.yellow .instructions h1 .highlight {
    color: #8136ff;
    font-weight: 800;
}
#landing.yellow .instructions .step {
    background: #521d4e;
    color: #e1f80d;
}
#landing.yellow .instructions .go a.button.cta {
    background: #01cb01;
}
#landing.yellow .instructions .fade {
    color: rgba(0, 0, 0, 0.3);
}

#landing.bonus-blue {
    background-color: #14F1FB;
}
#landing.bonus-blue .instructions {
    color: #521d4e;
}
#landing.bonus-blue .instructions h1 {
    color: #521d4e;
}
#landing.bonus-blue .instructions h1 .highlight {
    color: #8136ff;
    font-weight: 800;
}
#landing.bonus-blue .instructions .step {
    background: #521d4e;
    color: #14F1FB;
}
#landing.bonus-blue .instructions .go a.button.cta {
    background: #01cb01;
}
#landing.bonus-blue .instructions .fade {
    color: rgba(0, 0, 0, 0.3);
}

#landing.orange-twist {
    background: #FF5D1F;
}
#landing.orange-twist .instructions {
    color: #FFFFFF;
}
#landing.orange-twist .instructions h1 {
    color: #FFFFFF;
}
#landing.orange-twist .instructions h1 .highlight {
    color: #e1f80b;
    font-weight: 800;
}
#landing.orange-twist .instructions .step {
    background: #FFFFFF;
    color: #FF5D1F;
}
#landing.orange-twist .instructions .go a.button.cta {
    background: #01cb01;
}
#landing.orange-twist .instructions .fade {
    color: rgba(0, 0, 0, 0.3);
}


/* Generic blocks */
/* CHANGE: .block { position: relative; display: flex; flex-flow: column nowrap; border-bottom: 1px solid #f5f5f5; height: 100%; }*/
.block {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    border-bottom: 1px solid #f5f5f5;
    height: 100vh;
}
.block .wrap {
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    height: 50%;
}
.block .top {
    align-self: flex-start;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 6vh;
}
.block .main {
    align-self: center;
    flex-grow: 1;
    display: flex;
    flex-flow: row nowrap;
    margin: 0 auto;
    width: 100%;
}
.block .bottom {
    align-self: flex-end;
    margin: 0 auto;
    width: 100%;
    height: 8vh;
}
.block .main .content {
    align-self: center;
    text-align: center;
    width: 100%;
}
.block .content .label {
    display: block;
    width: max-content;
    color: #FF5D1F;
    font-weight: bold;
    margin: 0 auto;
    font-size: 1.7vh;
    line-height: 100%;
    margin-top: 5vh;
}
.block .content p {
    display: block;
    color: #bbbbbb;
    font-size: 1.3vh;
    margin: 2vh 10vw 0 10vw;
}
.block .main .content h2 {
    margin: 0 auto;
    text-align: center;
    font-size: 5vh;
    line-height: 95%;
    max-width: 100%;
    font-weight: 400;
    margin-top: 1vh;
    margin-bottom: 2vh;
    color: #4a4a4a;
}
.block .main .content h2 b {
    font-weight: 900;
}
.block .main .content h2 span {
    font-size: 0.6em;
    line-height: 1.5em;
    display: block;
}
.block .bottom {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 3vh;
}
.block .bottom div {
    display: inline-block;
    vertical-align: middle;
}
.block .bottom .stack {
    vertical-align: middle;
}
.block .bottom .stack div {
    display: block;
    text-align: left;
}
.block .bottom .icon {
    margin-right: 0.5vh;
    background-size: contain;
    height: 4vh;
    width: 4vh;
}
.block .bottom .logo {
    margin-top: 0.3vh;
    height: 2.5vh;
    width: 12vh;
    background: url("../images/logo-dark.png") no-repeat 0 0;
    background-size: contain;
}
.block .bottom .message {
    font-size: 2vh;
    line-height: 2vh;
    text-align: left;
    opacity: 0.7;
}
.block .art {
    width: 100%;
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
}

/* Block variations */
.light {
    background-image: linear-gradient(to bottom right, #ffffff, #f9f9f9);
}
.dark h2 {
    color: #ffffff;
}

/* Ticket divider at the end of the document */
.ticket {
    background: #8B43E3 url("../images/ticket.png") no-repeat 0 0;
    position: relative;
    background-size: 100% auto;
    width: 100%;
    padding-bottom: 2.6%;
}

/* Legal footer */
footer {
    padding: 0 4vh 0 4vh;
    padding-bottom: env(safe-area-inset-bottom);
    font-size: calc(10px + 1vh);
    color: #4A4A4A;
    position: relative;
    background-color: #ffffff;
    display: block;
}
footer .wrap {
    padding-bottom: 0vh;
}
footer.nonav .wrap {
    padding-bottom: 0;
}
footer .wrap nav {
    padding: 0 0 0 0;
    padding: calc(20px + 1vh) 0 1vh 0;
    border-bottom: 1px solid #dddddd;
}
footer .wrap > div:first-of-type {
    border-bottom: 1px solid #dddddd;
    padding: calc(10px + 1vh) 0;
}
footer .wrap > div:last-of-type {
    padding: calc(20px + 1vh) 0;
}
footer .licences {
    padding-bottom: 1vh;
}
footer p {
    padding-bottom: 1vh;
}
footer .copyright {
    padding: calc(20px + 1vh) 0;
}
footer .icons {
    display: flex;
    flex-flow: row nowrap;
}
footer .icons div {
    display: inline-block;
    width: 20%;
}
footer .icons div div {
    width: 100%;
    padding-bottom: 100%;
}
footer .icons .plus18 {
    background: url("../images/footer-plus18-new.png") no-repeat 0% 50%;
    background-size: 60% auto;
}
footer .icons .ukgc {
    background: url("../images/footer-ukgc.png") no-repeat 0% 50%;
    background-size: 80% auto;
}
footer .icons .gib {
    background: url("../images/footer-gib-new.png") no-repeat 50% 50%;
    background-size: 60% auto;
}
footer .icons .gambleaware {
    background: url("../images/footer-gambleaware.png") no-repeat 100% 50%;
    background-size: 100% auto;
}
footer .icons .gamstop {
    background: url("../images/footer-gamstop.png") no-repeat 100% 50%;
    background-size: 80% auto;
}
footer .icons .secure {
    background: url("../images/footer-secure.png") no-repeat 100% 50%;
    background-size: 60% auto;
}

/* Download button control for iOS and Android */
.getapp div {
    display: none;
    margin: 0 0.5vh;
    vertical-align: top;
}
.getapp div a {
    display: inline-block;
    height: 6vh;
    line-height: 6vh;
    width: auto;
    font-size: calc(14px + 1vh);
    font-weight: 800;
}
.getapp div img {
    width: auto;
    height: 6vh;
    display: block;
}
.getapp div.show {
    display: inline-block;
}
.getapp .button {
    padding: 0 calc(10px + 1vh);
    border-radius: max(10px, 1vh);
}
.getapp .web {
    background: #0dc169;
}
.getapp .web a {
    color: #ffffff;
}
.getapp .login {
    background: #ffffff;
}
.getapp .login a {
    color: #6f32b9
}
.getapp .login.alternate {
    background: #ececec;
}
.getapp .login.alternate a {
    color: #4a4a4a;
}

.show {
    opacity: 1;
}

/* HERO overrides */
#hero {
    background-image: radial-gradient(75% 75% at 50% 50%, #ee3e78 0%, #6d36d6 74%);
}

#hero .top .menu {
    background: url("../images/menu.png") no-repeat 50% 50%;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 3.0vh;
    width: 3.0vh;
    position: absolute;
    left: 3.5vh;
    margin-top: -0.5vh
}
#hero .top img {
    height: max(3.2vh, 20px);
    width: auto;
    border: 1px;
}
#hero .bottom {
    height: auto;
}
#hero h2 {
    width: auto;
    max-width: 100%;
    margin-top: 1vh;
    margin-bottom: 2vh;
    color: #ffffff;
}
#hero .content p {
    color: #ffffff;
    opacity: 0.5;
}
#hero .content p a {
    color: #ffffff;
}
#hero .content .label {
    color: #E1F80A;
}
#hero .mobile {
    margin: 0 10vw;
}
#hero .art {
    background: url("../images/BDS-3994-OrganicWO-Wheel-Homepage_mobile.png") no-repeat 50% 0;
    background-size: auto 100%;
}

/* ALERT overrides */
#alert {
    display: grid;
    place-items: center;
    background: url("../images/pattern-join-pound.png") no-repeat 50% 50%;
    background-size: cover;
}
.dollar #alert {
    background: url("../images/pattern-join-dollar.png") no-repeat 50% 50%;
    background-size: cover;
}
#alert .info {
    text-align: center;
}
#alert .info .logo img {
    display: inline-block;
    height: 4vh;
    min-height: 24px;
    margin-bottom: 2vh;
}
#alert .info .title {
    display: inline-block;
    padding-top: 1vh;
    font-size: calc(2vh + 10px);
    font-weight: 900;
}
#alert .info .image {
    display: block;
    background: url("../images/404.png") no-repeat 50% 50%;
    margin: 0 auto;
    height: 40vh;
    width: 40vh;
    max-width: 80vw;
    max-height: 80vw;
    background-size: contain;
}
#alert .info .message {
    padding: calc(1vh + 10px) 4vh;
    margin: 0 auto;
    font-size: calc(0.5vh + 14px);
}
#alert .info .cta {
    display: inline-block;
    background-color: #f9f9f9;
    font-size: calc(0.5vh + 14px);
    border-radius: 10px;
    font-weight: 800;
    color: #ffffff;
    background: #378BDA;
    padding: calc(0.5vh + 8px) 0;
    width: 8vh;
    min-width: 64px;
    margin: 0 5px;
}

#alert + .ticket {
    display: none;
}

/* GAME overrides */
#games {
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("../images/pattern-games.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, cover;
    background-position: auto auto, 50% 50%;
}
#games h2 {
    max-width: 100%;
}
#games h2 b {
    color: #8248DB;
}
#games .bottom .icon {
    background: url("../images/icon-game.png") no-repeat 0 0;
    background-size: contain;
}
#games .art {
    background: url("../images/art-games.png") no-repeat 50% 0;
    background-size: auto 140%;
}

/* DRAW overrides */
#draws {
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("../images/pattern-draws.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, cover;
    background-position: auto auto, 50% 50%;
}
#draws h2 {
    width: 80%;
    max-width: 100%;
}
#draws h2 b {
    color: #378BDA;
}
#draws .bottom .icon {
    background: url("../images/icon-world.png") no-repeat 0 0;
    background-size: contain;
}
#draws .art {
    background: url("../images/art-draws.png") no-repeat 50% 0;
    background-size: auto 140%;
}

/* BOOST overrides */
#boost {
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("../images/pattern-flames.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, cover;
    background-position: auto auto, 50% 50%;
}
#boost h2 {
    width: 40vh;
}
#boost h2 b {
    color: #FF3800;
}
#boost .bottom .icon {
    background: url("../images/icon-flame.png") no-repeat 100% 0;
    background-size: contain;
}
#boost .art {
    background: url("../images/exclusivegames.png") no-repeat 50% 0;
    background-size: auto 127%;
}
.dollar #boost .art {
    background: url("../images/exclusivegames.png") no-repeat 50% 0;
    background-size: auto 127%;
}

/* SCRATCH overrides */
#scratch {
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("../images/pattern-scratch.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, cover;
    background-position: auto auto, 50% 50%;
}
#scratch h2 {
    width: 80%;
}
#scratch h2 b {
    color: #0DC169;
}
#scratch .bottom .icon {
    background: url("../images/icon-scratch.png") no-repeat 100% 0;
    background-size: contain;
}
#scratch .art {
    background: url("../images/art-scratch-pound.png") no-repeat 50% 0;
    background-size: auto 110%;
}
.dollar #scratch .art {
    background: url("../images/art-scratch-dollar.png") no-repeat 50% 0;
    background-size: auto 110%;
}

/* LIVE overrides */
#live {
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, cover;
    background-position: auto auto, 50% 50%;
}
#live h2 {
    max-width: 100%;
}
#live h2 b {
    color: #8248DB;
}
#live .bottom .icon {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) no-repeat 0 0;
    background-size: contain;
}
#live .art {
    background: transparent no-repeat 50% 0;
    background-size: auto 140%;
}

/* SLOTS overrides */
#slots {
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("../images/pattern-slots.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, cover;
    background-position: auto auto, 50% 50%;
}
#slots h2 {
    max-width: 100%;
}
#slots h2 b {
    color: #8248DB;
}
#slots .bottom .icon {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) no-repeat 0 0;
    background-size: contain;
}
#slots .art {
    background: transparent no-repeat 50% 0;
    background-size: auto 140%;
}

/* PROGRESSIVES overrides */
#progressives {
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), linear-gradient(135deg, #11998e 0%, #38ef7d 100%);
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, cover;
    background-position: auto auto, 50% 50%;
}
#progressives h2 {
    max-width: 100%;
}
#progressives h2 b {
    color: #8248DB;
}
#progressives .bottom .icon {
    background: linear-gradient(135deg, #11998e 0%, #38ef7d 100%) no-repeat 0 0;
    background-size: contain;
}
#progressives .art {
    background: transparent no-repeat 50% 0;
    background-size: auto 140%;
}

/* DIAMONDS overrides */
#diamonds {
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url("../images/pattern-diamonds.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: auto auto, cover;
    background-position: auto auto, 50% 50%;
}
#diamonds h2 {
    width: 50vh;
}
#diamonds h2 b {
    color: #00C7FF;
}
#diamonds .bottom .icon {
    background: url("../images/icon-diamond.png") no-repeat 100% 0;
    background-size: contain;
}
#diamonds .art {
    background: url("../images/art-diamonds.png") no-repeat 50% 0;
    background-size: auto 120%;
}

/* DOWNLOAD overrides */
/* CHANGES */
#download {
    background: #8B43E3 url("../images/pattern-join-pound.png") no-repeat 50% 50%;
    background-size: auto 100%;
    border-bottom: none;
}
#download .wrap {
    height: 60%;
}
#download h2 {
    width: 35vh;
    margin-bottom: 3vh;
    color: #ffffff;
}
#download .bottom {
    height: 0vh;
}
#download .content p {
    color: #ffffff;
    opacity: 0.5;
    margin: 2vh 10vw 0 10vw;
}
#download .art {
    background: url("../images/art-download.png") no-repeat 50% 50%;
    background-size: auto 70%;
    height: 50%;
}
.dollar #download {
    background: #8B43E3 url("../images/pattern-join-dollar.png") no-repeat 50% 50%;
    background-size: auto 100%;
    border-bottom: none;
}

/* SUPPORT Article styling */
#article {
    background: #ffffff;
    font-size: calc(10px + 1vh);
}
#article .wrap {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) 0 env(safe-area-inset-left);
    margin: 0 auto;
}
#article header {
    margin: calc(20px + 4vh) 4vh calc(20px + 2vh) 4vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
#article header .menu {
    display: block;
    flex-grow: 0;
    height: 3vh;
    width: 3vh;
    margin-right: calc(0.5vh + 5px);
    background: url("../images/menu-dark.png") no-repeat 0 50%;
    background-size: contain;
    cursor: pointer;
}
#article header a {
    flex-grow: 1;
    display: block;
    background: url("../images/logo-dark.png") no-repeat 0 50%;
    background-size: contain;
    height: 3vh;
}
#article header a.new {
    flex-grow: 1;
    display: block;
    background: url("../images/logo-dark-new.png") no-repeat 0 50%;
    background-size: contain;
    height: 3.5vh;
}
#article #content {
    padding: 0 4vh 4vh 4vh;
    color: #777777;
}
#article b {
    font-weight: bold;
}
#article h1, #article h2, #article h3 {
    font-weight: bold;
    color: #4a4a4a;
}
#article h1 {
    font-size: calc(24px + 1vh);
    line-height: 100%;
    margin: 6vh 0 3vh 0;
}
#article h2 {
    display: inline;
    font-size: calc(14px + 1vh);
}
#article p {
    font-size: calc(10px + 1vh);
    margin: 2vh 0;
}
/* Necessary for terms to work properly */
#article .terms-article ol {
    counter-reset: item;
    margin-left: 0;
}
#article .terms-article li li > ol {
    margin: 0 0 0 calc(20px + 1vh);
}

#article .terms-article ol > li {
    font-weight: bold;
    font-size: calc(14px + 1vh);
    margin-top: 5vh;
}
#article .terms-article ol li p, #article .terms-article ol li span, #article .terms-article ol > li > ol > li, #article .terms-article ol > li > ol > li > ol > li {
    font-weight: normal;
    font-size: calc(10px + 1vh);
    margin: 1.5vh 0;
}
#article .terms-article ol li {
    display: block;
    margin: 1.5vh 0;
}
#article .terms-article ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
}
#article .terms-article ol li.exclude:before {
    content: "";
    counter-increment: none;
}
/* End of critical terms */

#article ol {
    margin: 0 0 0 calc(20px + 1vh);
}
#article ol li {
    margin: 1.5vh 0;
}
#article ul {
    margin: 0 0 0 calc(20px + 1vh);
}
#article ul li {
    margin: 1.5vh 0;
}

#article .inline {
    display: inline;
}
#article hr {
    margin: 30px 0;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    padding: 0;
}
#article strong {
    font-weight: bold;
}

/* Override specifically for games listing */
#article.withoffer h1 {
    margin: calc(2vh + 10px) 0 calc(0.5vh + 10px) 0;
}
#article details {
    margin: 0 0 calc(2vh + 10px) 0;
}
#article details summary,
#article details summary h2 {
    color: #378BDA;
    cursor: pointer;
}
#article picture {
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    object-fit: fill;
}
#article picture img {
    max-width: auto;
    max-height: auto;
    width: 100%;
    height: auto;
    display: block;
}
#article picture.preview {
    width: max-content;
    margin: calc(2vh + 10px) 0;
}
#article picture.preview img {
    width: min(80vw, 50vh);
    height: auto;
}

/* Older Zendesk-specific styles */
.article-heading img {
    max-width: 100%;
    height: auto;
}

/* GAME tiles */
.tiles {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin: calc(1vh + 10px) 0 calc(2vh + 10px) 0;
}
.tiles .tile {
    display: grid;
    overflow: hidden;
}
.tiles .tile .image {
    display: block;
    overflow: hidden;
    border-radius: 10px;
}
.tiles .tile .image a {
    display: block;
    object-fit: contain;
}
.tiles .tile .image a img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
.tiles .tile .label {
    text-align: center;
    overflow: hidden;
}
.tiles .tile .label a {
    display: block;
    margin: 3px 0 0 0;
    font-size: calc(0.2vh + 12px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tiles .tile .info {
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 0 0 5px 0;
    font-size: calc(0.2vh + 12px);
    white-space: nowrap;
    text-overflow: ellipsis;
}

.entity-details {
    padding: calc(0.5vh + 10px) 0 calc(1vh + 10px) 0;
}
.entity-details .stats dl {
    margin: calc(0.5vh + 10px) 0;
}
.entity-details .stats dl div {
    display: flex;
    flex-wrap: wrap;
}
.entity-details .stats dl div dt {
    font-weight: bold;
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}
.entity-details .stats dl div dd {
    margin-left: auto;
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    text-align: right;
}

.welcome-offer {
}
.welcome-offer a {
    display: block;
}
.welcome-offer picture {
    display: block;
}
.welcome-offer img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/**
------------------------------------------------------------------------------------
WIDE
------------------------------------------------------------------------------------
**/

/* Variables */
:root {
    --margin: 5vw;
    --wide-width: 80vw;
    --wide-max-width: 1400px;
}

/* Check for landscape */
@media (orientation: landscape) {

    /* NAV HD overrides */
    nav {
    }

    nav .content {
        width: var(--wide-width);
        max-width: var(--wide-max-width);
        margin: 2.5vh auto;
    }

    nav .info {
        display: inline-block;
        width: 50%;
        height: 8vh;
        max-height: 5.9vw;
        min-height: 44px;
    }

    /* nav.show-rating .rating { display: inline-block; } */
    /* nav.show-rating .action { width: 50%; text-align: right; display: inline-block; } */
    #header {
        padding: 0 env(safe-area-inset-right) 0 env(safe-area-inset-left);
    }

    #header .wrap {
        padding-left: 0;
        padding-right: 0;
        width: var(--wide-width);
        max-width: var(--wide-max-width);
        margin: 0 auto;
    }

    #header .content {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
        min-height: 0;
        height: auto;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
    }

    #header .content .menu {
        margin-left: 0;
        padding-left: 0;
        left: 0;
        height: max(3vh, 18px);
        width: max(3vh, 18px);
    }

    #header .content .logo {
        height: calc(2vh + 10px);
    }

    #header .content .login {
        padding: calc(0.5vh + 5px) calc(2vh + 5px);
    }

    #header .content .join {
        padding: calc(0.5vh + 5px) calc(2vh + 5px);
    }

    #header .content .deposit {
    }

    /* COOKIE HD overrides */
    #cookies {
        padding: 0;
    }

    #cookies .content {
        padding-left: 0;
        padding-right: 0;
        width: var(--wide-width);
        max-width: var(--wide-max-width);
        margin: 0 auto;
    }

    #cookies .content .button a {
        padding: calc(10px + 1vh);
    }

    /* JOB HD overrides */
    #jobs .intro {
        padding: 0 0 4vh 0;
    }

    #jobs .content {
        padding: 0 0 4vh 0;
    }

    #jobs .rbox-job-fullpage {
        padding: 0 0 4vh 0;
    }

    /* ERROR overrides */
    #error .content {
        padding: 0 0 4vh 0;
    }

    #error .content p {
        margin-bottom: 2vh;
        font-size: calc(12px + 1vh);
    }

    /* Landing HD overrides */
    #landing {
        font-size: calc(14px + 2.5vh);
    }

    #landing h1 {
        padding-bottom: 6vh;
        font-size: calc(24px + 3vh);
    }

    #landing h2 {
        font-weight: 600;
        font-size: calc(18px + 2.5vh);
        padding: 4vh 0 1vh 0;
    }

    #landing p {
        padding: 0 6vh 6vh 6vh;
    }

    #landing p.fade {
        padding: 0 6vh 6vh 6vh;
    }

    #landing .instructions {
        padding: 8vh;
        width: var(--wide-width);
        max-width: var(--wide-max-width);
        margin: 0 auto;
    }

    #landing .instructions p {
        font-size: calc(12px + 1vh);
    }

    #landing #countdown-container {
        padding-top: 6vh;
    }

    #landing #countdown-label {
        padding-bottom: 2.5vh;
    }

    #landing #price {
        margin-top: -6vh;
        padding-bottom: 6vh;
        font-size: calc(18px + 1vh);
    }

    #landing #jackpot {
        text-align: center;
        left: 0;
        right: 15vw;
        top: 9.7vw;
        font-size: 10vw;
        opacity: 0;
    }

    #landing .instructions .row .step {
        border-radius: 50%;
        width: 10vh;
        height: 10vh;
        line-height: 10vh;
    }

    #landing .instructions .row {
        padding: 3vh 0;
    }

    #landing .instructions .row .label {
        margin-left: 1vh;
    }

    #landing .instructions .go {
        padding: 4vh 0 8vh 0;
    }

    #landing .instructions .go a.button {
        font-size: calc(18px + 2.5vh);
        border-radius: calc(10px + 1vh);
        height: calc(44px + 5vh);
        line-height: calc(44px + 5vh);
        padding: 0 calc(20px + 2.5vh);
    }

    /* BLOCK HD overrides */
    .block {
        min-height: 100vh;
        padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
    }

    .block .wrap {
        text-align: left;
        min-height: 100vh;
    }

    .block .top {
        text-align: left;
        width: var(--wide-width);
        max-width: var(--wide-max-width);
    }

    .block .main {
        width: var(--wide-width);
        max-width: var(--wide-max-width);
    }

    .block .main .content {
        text-align: left;
        width: 100%;
        align-self: flex-end;
        flex-grow: 1;
    }

    .block .main .content h2 {
        font-size: 7.8vh;
        text-align: left;
        margin: 0;
        font-weight: 400;
        margin-top: 1vh;
        margin-bottom: 2vh;
    }

    .block .bottom {
        flex-grow: 1;
        width: var(--wide-width);
        max-width: var(--wide-max-width);
        text-align: left;
        height: 10vh;
    }

    .block .bottom .icon, .block .bottom .stack {
        margin-top: 5vh;
    }

    .block .bottom .icon {
        height: 5vh;
        width: 5vh;
        margin-right: 1.5vh;
    }

    .block .bottom .message {
        font-size: calc(12px + 1vh);
        line-height: 100%;
    }

    .block .bottom .logo {
        height: 3.5vh;
        width: 18vh;
    }

    .block .art {
        top: 0;
        right: 0;
        left: 50%;
        bottom: 0;
        width: auto;
        height: 100%;
        background-position: 0 100%;
    }

    .block .content h2 b {
        font-weight: 900;
    }

    .block .content .label {
        margin: 0;
        font-size: calc(10px + 1vh);
    }

    .block .content p {
        display: block;
        text-align: left;
        font-size: calc(10px + 1vh);
        line-height: 120%;
        width: 50%;
        margin-left: 0;
    }

    .block .content p a {
        color: #bbbbbb;
    }

    /* FOOTER HD overrides */
    footer {
        background: #ffffff;
        padding: 0 env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
        color: #4A4A4A;
        font-size: calc(12px + 1vh);
    }

    footer .wrap {
        width: var(--wide-width);
        max-width: var(--wide-max-width);
        margin: 0 auto;
    }

    footer.nonav .wrap {
        padding-bottom: 0;
    }

    footer .wrap > div:last-of-type {
        display: flex;
        flex-flow: row nowrap;
        align-items: flex-start;
    }

    footer .wrap nav {
        padding: 3vh 0;
    }

    footer .licences {
        flex-grow: 1;
        flex-basis: 0;
        padding-right: 3vh;
    }

    footer p {
        padding-bottom: 3vh;
    }

    footer p:last-child {
        padding-bottom: 0;
    }

    footer .responsible-gaming {
        flex-grow: 1;
        flex-basis: 0;
        padding-left: 3vh;
    }

    footer .links {
        margin: 0;
        column-count: 3;
        column-gap: 6vh;
        margin-bottom: calc(10px + 2.5vh);
    }

    footer .links div {
        margin: 0 0 2vh 0;
    }

    footer .copyright {
        margin: 0;
    }

    footer .icons {
        justify-content: space-between;
    }

    footer .icons div {
        width: 15%;
    }

    /* WRAPPER HD overrides */
    #wrapper.slide {
        margin-left: 300px;
    }

    #wrapper.slide #overlay {
        left: 300px;
        right: 0;
    }

    /* HERO HD overrides */
    #hero .top .menu {
        position: relative;
        left: 0;
        margin: 0;
        height: max(3vh, 18px);
        width: max(3vh, 18px);
        margin-right: 5px;
    }

    #hero .top img {
        height: max(3.2vh, 20px);
        width: auto;
        margin-top: 8vh;
    }

    #hero h2 {
        width: 50%;
        margin-bottom: 2vh;
    }

    #hero .bottom {
        height: 6vh;
    }

    #hero .art {
        background: url("../images/BDS-3994-OrganicWO-Wheel-Homepage_desktop.png") no-repeat 0 50%;
        background-size: auto 100%;
        left: 40%;
    }

    #hero .getapp .mobile {
        width: 40%;
        text-align: left;
        margin: 0;
    }

    /* GAMES HD overrides */
    #games .art {
        background-position: 0 0;
        background-size: auto 100%;
        top: 10%;
        height: 90%;
        left: 40%;
    }

    #games h2 {
        width: 60%;
        min-width: 50vh;
    }

    /* DRAWS HD overrides */
    #draws .art {
        background-position: 0 0;
        background-size: auto 100%;
        top: 10%;
        height: 90%;
        left: 40%;
    }

    #draws h2 {
        width: 50%;
        min-width: 50vh;
    }

    /* BOOST HD overrides */
    #boost .art {
        background: url("../images/exclusivegames-wide.png") no-repeat 0 0;
        background-size: auto 100%;
        top: 10%;
        left: 50%;
        height: 90%;
        bottom: 0;
    }

    #boost h2 {
        width: 60%;
        min-width: 60vh;
    }

    .dollar #boost .art {
        background: url("../images/exclusivegames-wide.png") no-repeat 0 0;
        background-size: auto 100%;
        top: 10%;
        left: 50%;
        height: 90%;
        bottom: 0;
    }

    /* SCRATCH HD OVERRIDES */
    #scratch .art {
        background: url("../images/art-scratch-wide-pound.png") no-repeat 0 0;
        background-size: auto 100%;
        left: 40%;
        top: 10%;
        height: 90%;
    }

    #scratch h2 {
        width: 50%;
        min-width: 50vh;
    }

    #scratch .content p {
        width: 35%;
    }

    .dollar #scratch .art {
        background: url("../images/art-scratch-wide-dollar.png") no-repeat 0 0;
        background-size: auto 100%;
        left: 40%;
        top: 10%;
        height: 90%;
    }

    /* DIAMONDS HD OVERRIDES */
    #diamonds .art {
        background: url("../images/art-diamonds.png") no-repeat 0 0;
        background-position: 0 0;
        left: 57%;
        top: 10%;
        height: 90%;
        background-size: auto 100%;
    }

    #diamonds h2 {
        width: 50%;
        min-width: 45vh;
    }

    /* DOWNLOAD HD OVERRIDES */
    #download .main {
        align-self: center;
    }

    #download .bottom {
        height: 1vh;
    }

    #download .art {
        left: 55%;
        height: 100%;
        background-size: auto 55%;
        background-position: 0 50%;
    }

    #download h2 {
        width: 55%;
        min-width: 55vh;
    }

    #download .content p {
        display: block;
        text-align: left;
        font-size: calc(10px + 1vh);
        line-height: 120%;
        width: 50%;
        margin-left: 0;
    }

    /* GETAPP HD overrides */
    /* CHANGE */
    .getapp .button {
        padding: 0 calc(20px + 0.5vh);
    }

    .getapp .button a,
    .getapp div img {
        height: 8vh;
        min-height: 44px;
        max-height: 5.9vw;
        font-size: calc(14px + 2vh);
        line-height: max(8vh, 44px);
    }

    /* ARTICLE overrides */
    #article {
        font-size: calc(12px + 1vh);
    }

    #article .wrap {
        width: var(--wide-width);
        max-width: var(--wide-max-width);
        margin: 0 auto;
    }

    #article header {
        margin: calc(20px + 4vh) 0;
    }

    #article header .menu {
        height: calc(2vh + 10px);
        min-height: 24px;
        min-width: 24px;
        width: calc(2vh + 10px);
        margin-right: calc(0.5vh + 5px);
    }

    #article header a {
        min-height: 28px;
        height: 3vh;
    }

    #article #content {
        margin: 0;
        padding: 0 0 6vh 0;
    }

    #article h1 {
        font-size: calc(32px + 1vh);
        margin: calc(30px + 1vh) 0;
    }

    #article h2 {
        font-size: calc(18px + 1vh);
    }

    #article p {
        font-size: calc(12px + 1vh);
        margin: calc(15px + 1vh) 0;
    }

    /* Necessary for terms to work properly */

    #article .terms-article ol > li {
        font-size: calc(18px + 1vh);
    }

    #article .terms-article ol li p, #article .terms-article ol li span, #article .terms-article ol > li > ol > li, #article .terms-article ol > li > ol > li > ol > li {
        font-size: calc(12px + 1vh);
        margin: calc(15px + 1vh) 0;
    }

    #article .terms-article ol li {
        display: block;
        margin: calc(15px + 1vh) 0;
    }

    /* End of terms part */

    #article ol {
        margin: 0 0 0 calc(15px + 1vh);
    }

    #article ol li {
        margin: calc(15px + 1vh) 0;
    }

    #article ul {
        margin: 0 0 0 calc(15px + 1vh);
    }

    #article ul li {
        margin: calc(15px + 1vh) 0;
    }

    /* TILE overrdes */
    .tiles {
        display: grid;
        grid-gap: 15px;
        grid-template-columns: repeat(5, 1fr);
    }

    .welcome-offer {
    }

    .welcome-offer .wrap {
        width: var(--wide-width);
        max-width: var(--wide-max-width);
        margin: 0 auto;
        border-radius: 0 0 10px 10px;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .entity-details .stats dl {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .entity-details .stats dl div dt:last-of-type {
        border-bottom: 0;
    }

    .entity-details .stats dl div dd:last-of-type {
        border-bottom: 0;
    }
}

/**
------------------------------------------------------------------------------------
COUNTDOWN STYLES FROM THE LESS FILE
------------------------------------------------------------------------------------
**/
.countDown_cont {
    font-family: 'Lottomart Standard Font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.6vw;
    display: flex;
    color: #222222;
}
.countDown_interval_cont {
    display: flex;
    justify-content: space-around;
    width: auto;
}
.countDown_interval_cont:nth-child(n+1):not(:last-child) {
    margin-right: 2em;
}
.countDown_interval_basic_cont {
    display: flex;
    flex-direction: column;
}
.countDown_interval_basic_cont_description {
    display: flex;
    margin-left: .3em;
    margin-top: 0.3em;
    font-size: 1.6em;
    font-weight: bold;
    color: #777777;
}
.countDown_digit_cont {
    perspective: 3.2em;
    box-shadow: 0 0 0.1em rgba(0, 0, 0, 0.2);
    width: 1em;
    height: 1.6em;
    position: relative;
    line-height: 1.6em;
    font-size: 5em;
    font-weight: bold;
    font-family: 'Lottomart Standard Font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 0.2em;
}
.countDown_digit_cont:nth-child(n+1):not(:last-child) {
    margin-right: 0.05em;
}
.countDown_digit_last_placeholder, .countDown_digit_new_placeholder {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-weight: bold;
    font-family: 'Lottomart Standard Font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    overflow: hidden;
}
.countDown_digit_last_placeholder {
    bottom: 0;
    background: white;
    border-radius: 0 0 0.2em 0.2em;
}
.countDown_digit_last_placeholder_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50%;
    position: absolute;
    font-weight: bold;
    font-family: 'Lottomart Standard Font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.countDown_digit_new_placeholder {
    top: 0;
    background: white;
    border-radius: 0.2em 0.2em 0 0;
}
.countDown_digit_last_rotate, .countDown_digit_new_rotate {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50%;
    font-weight: bold;
    font-family: 'Lottomart Standard Font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: absolute;
    top: 0;
    overflow: hidden;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    border-radius: 0.2em 0.2em 0 0;
    animation-fill-mode: forwards;
    transform-origin: 100% 100%;
}
.countDown_digit_last_rotate:after, .countDown_digit_new_rotate:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 0.02em solid rgba(0, 0, 0, 0.1);
}
.countDown_digit_last_rotate {
    animation-name: countDown_flip_1;
    background: white;
}
.countDown_digit_new_rotate {
    animation-name: countDown_flip_2;
    background: white;
}
.countDown_digit_new_rotated {
    transform: rotateX(180deg);
    width: 100%;
    height: 100%;
}
.countDown_digit_new_rotated_inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50%;
    position: absolute;
    font-weight: bold;
    font-family: 'Lottomart Standard Font', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
@keyframes countDown_flip_1 {
    0% {
        transform: rotateX(0deg);
        z-index: 1;
    }
    100% {
        transform: rotateX(-180deg);
        z-index: 0;
    }
}
@keyframes countDown_flip_2 {
    0% {
        transform: rotateX(0deg);
        z-index: 0;
    }
    100% {
        transform: rotateX(-180deg);
        z-index: 1;
    }
}

/** NEW SEO PAGE CSS **/

.accordion-container 
{
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

.accordion-toggle 
{
    background: none;
    color: #3498db;
    border: none;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    transition: color 0.3s;
    margin-right: 10px;
}

.accordion-toggle:hover 
{
    color: #2980b9;
}

.panel 
{
    display: none;
    padding: 10px;
}

/* Section Titles - Bold */
.panel p.section-title 
{
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

/* Normal Weight for Games Background panel */
.game-background-accordion, .features-accordion, .symbols-accordion, .how-to-accordion, .panel p 
{
    font-size: 16px;
    font-weight: normal !important;
    margin-top: 5px;
}

.container 
{
    background-color: #eaeaea;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}

.icons-section table 
{
    width: 100%;
    border-collapse: collapse;
}
.icons-section td 
{
    padding: 10px;
    vertical-align: middle;
}
.icons-section img 
{
    width: 80px;
    height: 80px;
}

.game-heading {
  font-family: Arial, sans-serif;
  text-align: left;
}

.game-subheading {
  font-family: Arial, sans-serif;
  text-align: left;
}

.game-hidden-preview {
  position: absolute;
  left: -9999px;
}

.entity-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.entity-details .preview picture img {
  max-width: 100%;
  height: auto;
}

.entity-stats {
  max-width: 700px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #444;
}

.entity-stats-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.entity-stats-label {
  font-weight: bold;
  width: 65%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.entity-stats-value {
  width: 35%;
  text-align: right;
  color: #666;
}

.entity-features {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #444;
}

.entity-features span {
  font-weight: normal;
  color: #666;
}

.symbols-table {
  display: grid;
  gap: 12px;
  margin: 24px auto;
  padding: 0 12px;
  max-width: 960px;
}

.symbols-table {
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .symbols-table {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.symbol-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Image */
.symbol-row img {
  width: 36px;
  height: auto;
  flex-shrink: 0;
}

/* Name */
.symbol-name {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  min-width: 60px;
}

/* Payouts or Info */
.payouts-mult,
.symbol-info {
  font-size: 14px;
  flex: 1;
  color: #333;
}

.payouts-mult {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2px 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.payouts-mult li {
  display: contents;
}

.payouts-mult li span {
  font-weight: bold;
}

.go-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #FF831E 0%, #FF4173 100%);
  border-radius: 50%; /* 👈 Fully round always */
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9999;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.2s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.go-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.go-top:hover {
  transform: scale(1.1);
}

.go-top:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  transform: rotate(-45deg);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

@media (orientation: landscape) {
  .go-top {
    width: 48px;
    height: 48px;
    bottom: 12px;
    right: 12px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  }

  .go-top:before {
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}

#gamePage.go 
{
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: #0DC169; /* Adjusted green shade */
    border-radius: 30px; /* Matches the rounded edges */
    font-size: 20px; /* Matches the text size */
    font-weight: bold;
}

#gamePageCTA.cta 
{
    color: white;
    text-decoration: none;
    display: inline-block;
    width: 100%; /* Ensures text spans correctly */
}

a.cta#gamePageCTA
{
    background-color: rgba(0, 0, 0, 0);
}
/* will this force an update */