/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 50px;
    margin: 0.67em 0;
}
@media (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}
[type='search'] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
/* Google Fonts Roboto подключен через HTML */
html {
    box-sizing: border-box;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    overflow-x: clip;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
html ::-webkit-scrollbar {
    background-color: transparent;
    width: 10px;
}
html ::-webkit-scrollbar-thumb {
    background: #fff;
    border: 1px solid #1a4a10;
    border-radius: 10px;
}
body {
    background-color: #020032;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    overflow-x: clip;
}
*,
:after,
:before {
    box-sizing: inherit;
}
img,
svg {
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    -webkit-user-drag: none;
    vertical-align: middle;
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-wrap: pretty;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 1em;
    margin-top: 0;
}
p:last-child {
    margin-bottom: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
.site-logo {
    display: inline-block;
}
.site-logo img {
    width: 180px;
}
@media (max-width: 767px) {
    .site-logo img {
        width: 130px;
    }
}
.container {
    margin: 0 auto;
    max-width: 1440px;
    padding: 0 2rem;
    width: 100%;
}
.section {
    padding: 4rem 0;
}
@media (max-width: 767px) {
    .section {
        padding: 2rem 0;
    }
}
.section--regular {
    line-height: 1.7;
}
.section--regular h1,
.section--regular h2,
.section--regular h3,
.section--regular h4,
.section--regular h5,
.section--regular h6,
.section--regular p {
    margin-bottom: 1em;
}
.section__heading {
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
}
@media screen and (min-width: 1024px) {
    .section__heading h1,
    .section__heading h2 {
        font-size: 2rem;
    }
}
.flex {
    display: flex;
}
.grid {
    display: grid;
    gap: 1rem;
}
@media screen and (min-width: 768px) {
    .grid--2 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem;
        grid-template-columns: repeat(2, 1fr);
    }
}
.flex-align-center {
    align-items: center;
}
.flex-justify-center {
    justify-content: center;
}
.menu {
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 999;
}
.overlay,
.overlay .container {
    width: 100%;
}
.overlay__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 666px;
}
.link {
    background: transparent;
    border: none;
    color: currentColor;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    outline: none;
    padding: 0;
    text-decoration: underline;
}
.read-more-button {
    margin-top: 2rem;
}
.signup-popup {
    background-color: #000;
    border-radius: 10px;
    color: #fff;
    left: 50%;
    max-width: 670px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 1000;
}
.signup-popup h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.signup-popup__content {
    width: 100%;
}
.signup-popup .popup-form-section {
    margin: 0;
    padding: 2rem;
    text-align: left;
}
.signup-popup .thank-you-message {
    display: none;
    margin: 0;
    padding: 4rem 2rem;
    text-align: center;
}
.signup-popup .thank-you-message h2 {
    margin: 0;
}
.signup-popup .button {
    background: #fff !important;
    color: #000 !important;
}
.button {
    align-items: center;
    background: linear-gradient(90deg, #00fffb, #bafffe);
    border: unset;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    justify-content: center;
    line-height: 1;
    padding: 0.75rem 1.5rem;
    text-align: center;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}
.button:hover {
    color: #fff;
}
.button--submit {
    margin: 0 auto !important;
    width: -moz-fit-content;
    width: fit-content;
}
.button--alt {
    background: linear-gradient(90deg, #020032, #5e60ce 50%, #80ffdb);
    color: #fff;
}
.play-game {
    bottom: 0px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 80%;
}
.contact__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}
@media (max-width: 767px) {
    .contact__header {
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
}
.contact__inner {
    border-radius: 10px;
    margin: 0 auto;
    padding: 1rem 0;
}
.contact__inner .form {
    margin: 0 auto;
    max-width: 100%;
    width: 670px;
}
.contact input,
.contact textarea {
    padding: 1rem !important;
}
.contact .email-feedback {
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: center;
}
.contact .button,
.form {
    width: 100%;
}
.form {
    gap: 1rem;
    max-width: 670px;
}
.form__field {
    gap: 0.5rem;
}
.form__field input,
.form__field textarea {
    border: 2px solid #00fffb;
    border-radius: 10px;
    color: #000;
    font-size: 1rem;
    padding: 0.5rem;
    width: 100%;
}
.form__field input::-moz-placeholder,
.form__field textarea::-moz-placeholder {
    color: #000;
    opacity: 0.7;
}
.form__field input::placeholder,
.form__field textarea::placeholder {
    color: #000;
    opacity: 0.7;
}
.form__field textarea {
    height: 200px;
    resize: vertical;
}
.form__wrapper img {
    display: none;
}
@media screen and (min-width: 768px) {
    .form__wrapper {
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
    }
    .form__wrapper img {
        display: block;
        width: 100%;
    }
    .form .button {
        margin: 0;
    }
}
.checkbox {
    align-items: start;
    font-size: 12px;
    line-height: 1;
}
.checkbox input {
    width: auto;
}
.checkbox a {
    text-decoration: underline;
}
.header {
    color: hsla(0, 0%, 100%, 0.6);
    padding: 1rem 0;
    position: absolute;
    width: 100%;
}
.header .burger-menu {
    cursor: pointer;
    display: block;
    margin-left: auto;
}
.header__nav {
    display: none;
}
.header__inner {
    border-radius: 10px;
    gap: 1rem;
}
.header__inner .site-logo {
    display: none;
}
.header__menu {
    align-items: center;
    flex-direction: row;
    position: relative;
}
@media (max-width: 767px) {
    .header__menu {
        flex-direction: column !important;
    }
}
.header__menu a {
    color: #fff;
}
.header__menu .menu-item:not(.menu-item-as-button) a {
    color: #fff;
    font-size: 0.875rem;
    transition: color 0.2s ease-in-out;
    white-space: nowrap;
}
.header__menu .current-menu-item:not(.menu-item-as-button) a,
.header__menu .menu-item:not(.menu-item-as-button) a:hover {
    color: #00fffb;
}
.header__buttons {
    gap: 1rem;
}
.header .button--logout {
    display: none;
}
@media (max-width: 1024px) {
    .header__inner {
        gap: 2rem;
        justify-content: space-between;
    }
    .header__logo {
        flex-shrink: 0;
    }
    .header__menu {
        flex-direction: row;
        gap: 2rem;
    }
    .header body.nav-active .header__nav {
        align-items: center;
        display: flex;
        gap: 0.5rem;
        justify-content: flex-end;
        width: 100%;
    }
    .header__buttons {
        margin-left: 2rem;
    }
}
body.nav-active .header__nav {
    background-color: rgba(8, 0, 50, 0.831);
    box-shadow: 0 0 10px rgba(8, 0, 50, 0.1);
    display: flex;
    flex-direction: column;
    left: 50%;
    padding: 1rem;
    position: absolute;
    top: 100%;
    transform: translate(-50%);
    width: 100%;
    z-index: 555;
}
.header__buttons {
    margin-top: 2rem;
}
.footer {
    background: #000;
    color: #919191;
    color: #fff;
    font-size: 12px;
    padding: 4rem 0 2rem;
}
.footer__inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}
.footer__copyright p {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
@media (min-width: 768px) {
    .footer__copyright {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }
}
.footer__menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 0.75rem;
    justify-content: center;
    text-align: left;
}
.footer__menu li:hover a {
    color: #fff;
}
.footer__left {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}
.footer__text p {
    color: #f6f6f6;
    font-size: 14px;
}
.footer__icons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-self: center;
    margin: 0 auto;
}
.footer__icons img {
    max-height: 30px;
}
.hero {
    background: url('../images/hero-bg.jpg') no-repeat 50%;
    background-position: 50%;
    background-size: cover;
    color: #fff;
    padding-top: 80px;
}
.hero__text {
    gap: 2rem;
}
.hero__text h1 {
    font-size: 1.625rem;
    line-height: 1;
    margin-bottom: 1rem;
}
.hero__text p {
    line-height: 20px;
}
.hero__left {
    background-color: #e3ffff;
    border-radius: 20px;
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.349);
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 3rem;
    margin-top: 3rem;
    padding: 3rem 1rem;
    text-align: center;
}
@media (max-width: 767px) {
    .hero__left {
        margin-bottom: 1rem;
        margin-top: 0;
        padding: 1rem;
    }
}
.hero__inner {
    gap: 1rem;
    grid-template-columns: 1fr;
    position: relative;
}
@media (max-width: 767px) {
    .hero__inner {
        gap: 0;
    }
}
@media (min-width: 768px) {
    .hero__inner {
        grid-template-columns: 1fr 1.5fr;
    }
}
.register-form__login {
    font-size: 1rem;
}
.register-form.hidden {
    display: none;
    visibility: hidden;
}
.register-form .form {
    flex-wrap: wrap;
    justify-content: center;
}
.register-form .form__field {
    width: 100%;
}
.register-form .form__field--checkbox {
    align-items: start;
    line-height: 1;
    text-align: left;
}
.register-form .form__field--checkbox label a {
    text-decoration: underline;
}
.register-form .form__field--checkbox label p {
    font-size: 0.75rem;
}
.register-form .form__field--checkbox input {
    width: auto;
}
.register-form .form button {
    width: 100%;
}
.register-form input {
    background-color: transparent;
    border: 2px solid #00fffb;
    border-radius: 10px;
    font-size: 14px;
    padding: 0.5rem 1rem;
}
.register-form input::-moz-placeholder {
    color: #000;
}
.register-form input::placeholder {
    color: #000;
}
.register-form-header {
    margin-bottom: 1rem;
}
.hidden {
    display: none;
    visibility: hidden;
}
.modal-overlay {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1000;
}
.modal-overlay .modal-content {
    background: #000;
    background-size: 100% 100%;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: 700;
    max-width: 450px;
    padding: 30px 20px;
    position: relative;
    text-align: center;
    width: 90%;
}
.modal-overlay .modal-content p {
    padding-left: 1.5rem;
    text-align: left;
}
.modal-overlay .modal-content a {
    color: #fcff2e;
    text-decoration: underline;
}
.modal-overlay .modal-content h2 {
    margin-bottom: 1rem;
}
.modal-overlay .modal-content li {
    text-align: left;
}
.modal-overlay .modal-content .submit-button {
    background-color: #fff;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 10px;
    padding: 12px 36px;
    transition: transform 0.1s ease-in-out;
}
.modal-overlay .modal-content .submit-button:hover {
    background-color: #62de1f;
    color: #fff;
}
.home .games__grid > .game:nth-child(n + 9) {
    display: none;
}
.games__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}
@media (max-width: 767px) {
    .games__header {
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
}
.games__grid {
    grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
    .games__grid {
        grid-template-columns: 1fr 1fr;
    }
}
.games .game__wrapper {
    position: relative;
}
.games .game__wrapper img {
    border-radius: 16px;
    min-width: 90px;
    width: 100%;
}
.games .game__overlay {
    align-content: center;
    background-color: rgba(25, 0, 41, 0.8);
    border: inherit;
    font-weight: 600;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 1rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: -1;
}
.games .game__overlay button {
    margin: 0 auto;
}
.games .game:hover .game__overlay {
    opacity: 1;
    z-index: 1;
}
.games__item.games__grid {
    position: relative;
}
.game.locked {
    filter: grayscale(100%);
    opacity: 0.4;
    pointer-events: none;
}
.home .games__lock-overlay {
    height: 55%;
    top: 78%;
}
.games__lock-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    display: none;
    display: flex;
    height: 67%;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 67%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 5;
}
.unlock-all-btn {
    background: transparent;
    border: none;
    border-radius: 0.25rem;
    color: #fff;
    color: #12fffb;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
}
.faq__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    text-align: center;
}
@media (max-width: 767px) {
    .faq__header {
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
}
.faq__a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    padding: 1rem;
}
.faq__q {
    background: #e3ffff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    font-weight: 800;
    padding: 1rem;
    position: relative;
}
.faq__q:not(.active) + .faq__a {
    display: none;
}
.faq__q svg {
    height: 30px;
    pointer-events: none;
    position: absolute;
    right: 1rem;
    top: 15px;
    width: 30px;
}
.faq__q.active svg .plus-vertical {
    display: none;
}
.faqs,
.faqs__col {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#cookie-banner {
    bottom: 1rem;
    box-sizing: border-box;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.cookie-inner {
    background-color: #000;
    border: 2px solid #00fffb;
    border-radius: 10px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    justify-content: space-between;
    margin: 0 auto;
    padding: 12px 20px;
    width: 80%;
}
.cookie-icon,
.cookie-inner {
    align-items: center;
    display: flex;
}
.cookie-icon {
    flex: 0 0 auto;
    margin-right: 15px;
}
.cookie-icon img {
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 32px;
}
.cookie-text {
    flex: 1 1 auto;
    font-size: 14px;
    line-height: 1.4;
}
.cookie-buttons {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}
#accept-btn {
    background-color: #137894;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 16px;
}
#accept-btn:hover {
    background-color: #0a657f;
}
.more-info-btn {
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    padding: 8px 16px;
    text-decoration: none;
}
.more-info-btn:hover {
    background-color: hsla(0, 0%, 100%, 0.1);
}
@media (max-width: 600px) {
    .cookie-inner {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    .cookie-icon {
        margin: 0 auto;
    }
    .cookie-buttons {
        justify-content: center;
    }
    .cookie-text {
        font-size: 13px;
    }
}
.no-purchase {
    background: url('../images/no-purchase-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.no-purchase:after {
    background-color: #020032;
    bottom: 0;
    content: '';
    height: 80px;
    position: absolute;
    width: 100%;
}
.no-purchase__image {
    display: block;
    margin: 0 auto;
}
.no-purchase__text {
    align-self: center;
    background: #e3ffff;
    border-radius: 20px;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.251);
    color: #000;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 5rem;
    position: relative;
    text-align: center;
    z-index: 9;
}
@media (max-width: 1023px) {
    .no-purchase__text {
        padding: 1rem;
    }
}
.no-purchase__text a {
    color: #000;
    margin: 1rem auto 0;
    width: -moz-fit-content;
    width: fit-content;
}
.game-page .game__body,
.single-game .game__body {
    margin-top: 5rem;
    position: relative;
    z-index: 1;
}
.game-page .game__title,
.single-game .game__title {
    margin-bottom: 2rem;
}
.game-page .game__title h1,
.single-game .game__title h1 {
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
}
.game-page .game__wrapper,
.single-game .game__wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
}
.game-page .game__area,
.single-game .game__area {
    padding-top: 55.56%;
    position: relative;
}
.game-page .game iframe.game__iframe,
.single-game .game iframe.game__iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media screen and (max-width: 1023px) {
    .game-page .game__body,
    .single-game .game__body {
        margin-top: 2rem;
    }
    .game-page .game.supports-mobile,
    .single-game .game.supports-mobile {
        padding-top: 176%;
    }
}
.main-features {
    padding-bottom: 3rem;
}
.main-features__header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}
@media (max-width: 767px) {
    .main-features__header {
        gap: 0.5rem;
        margin-bottom: 1rem;
    }
}
.main-features__wrapper {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1200px) {
    .main-features__wrapper {
        gap: 1.5rem;
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 912px) {
    .main-features__wrapper {
        gap: 1rem;
        grid-template-columns: 1fr;
    }
}
.main-features__single {
    background: #e3ffff;
    border-radius: 20px;
    color: #000;
    flex: 1 1 calc(33.33333% - 1.33333rem);
    min-width: 200px;
    padding: 1rem;
    text-align: center;
}
.main-features__single-icon {
    margin-bottom: 1rem;
}
.main-features__single-icon img {
    max-width: 100%;
    width: 105px;
}
.main-features__single-heading {
    margin-bottom: 0.5rem;
}
.main-features__btn {
    margin-top: 2rem;
}
.main-features__btn a {
    color: #000;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
}
.mp-lp-welcome-modal {
    background: rgba(0, 0, 0, 0.98) !important;
}
.mp-lp-welcome-modal-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    text-align: center;
    border-radius: 10px;
    font-size: 1rem;
    width: 340px;
    position: relative;
    color: #000;
}
.mp-lp-welcome-modal-inner p {
    margin: 1rem 0;
}
.mp-lp-welcome-modal-content p,
.mp-lp-welcome-modal-content b {
    margin: 0;
    padding: 0;
}
.mp-lp-welcome-modal-button a,
.mp-lp-welcome-modal-button a:hover {
    padding: 4px 10px 6px;
    background: green;
    border-color: green;
    font-size: 16px;
    color: white;
    border-radius: 10px;
    text-decoration: none;
}
.mp-lp-welcome-modal-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

/* Gambling logos styles */
.gambling-logos {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.gambling-logos a {
    display: inline-block;
    padding: 4px;
    border-radius: 4px;
    transition: opacity 0.3s ease;
}

.gambling-logos a:hover {
    opacity: 0.8;
}

.gambling-logos img {
    max-height: 25px;
    width: auto;
    display: block;
}

/* Light background for Gamble Aware and GamCare */
.light-bg-logo {
    background-color: #ffffff;
}

/* Dark background for Gordon Moody */
.dark-bg-logo {
    background-color: #333333;
}
