/* Child theme custom CSS for YOOtheme Pro. */

@media (min-width: 960px) {
    .tm-header .uk-navbar-nav > li > a {
        padding-right: 8px;
        padding-left: 8px;
    }

    .tm-header .uk-navbar-dropdown {
        --nko-navbar-dropdown-padding-x: 25px;
    }

    .tm-header .uk-navbar-dropdown.uk-navbar-dropdown-large {
        --nko-navbar-dropdown-padding-x: 40px;
    }

    .tm-header .uk-navbar-dropdown:not(:has(.uk-drop-grid)) .uk-navbar-dropdown-nav > li > a {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        min-height: 32px;
        margin-right: calc(var(--nko-navbar-dropdown-padding-x) * -1);
        margin-left: calc(var(--nko-navbar-dropdown-padding-x) * -1);
        padding: 6px var(--nko-navbar-dropdown-padding-x);
    }

    .tm-header .uk-navbar-dropdown .uk-nav .uk-parent {
        position: relative;
    }

    .tm-header .uk-navbar-dropdown .uk-nav .uk-parent > ul {
        display: none;
        position: absolute;
        top: -10px;
        left: 100%;
        z-index: 1021;
        min-width: 260px;
        max-width: min(360px, calc(100vw - 40px));
        max-height: min(70vh, 560px);
        margin: 0;
        padding: 10px 0;
        overflow-y: auto;
        list-style: none;
        background: #169499;
        border: 1px solid rgba(255, 255, 255, 0.18);
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    }

    .tm-header .uk-navbar-dropdown .uk-nav .uk-parent:hover > ul,
    .tm-header .uk-navbar-dropdown .uk-nav .uk-parent:focus-within > ul {
        display: block;
    }

    .tm-header .uk-navbar-dropdown .uk-nav .uk-parent > a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
    }

    .tm-header .uk-navbar-dropdown .uk-nav .uk-parent > a > [uk-navbar-parent-icon] {
        flex: 0 0 auto;
        transform: rotate(-90deg);
    }

    .tm-header .uk-navbar-dropdown .uk-nav .uk-parent > ul > li > a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        padding: 6px 18px;
    }
}

.tm-header .uk-navbar {
    position: relative;
}

.tm-header .uk-navbar-right {
    align-items: center;
}

.nko-header-search {
    position: absolute;
    top: 0;
    right: -48px;
    bottom: 0;
    z-index: 1026;
    display: flex;
    align-items: center;
}

.nko-header-search__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    min-height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    cursor: pointer;
}

.nko-header-search__toggle:hover,
.nko-header-search__toggle:focus {
    color: #fff;
    opacity: 0.78;
    outline: none;
}

.nko-header-search__form {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1025;
    display: none;
    width: 270px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.nko-header-search.is-open .nko-header-search__form,
.nko-header-search:focus-within .nko-header-search__form {
    display: block;
}

.nko-header-search__input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d9dde1;
    border-radius: 3px;
    color: #454b52;
    font-size: 14px;
}

.nko-scroll-top {
    position: fixed;
    right: 24px;
    bottom: calc(var(--nko-scroll-top-bottom, 24px) + env(safe-area-inset-bottom));
    z-index: 1000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #169499;
    color: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.nko-scroll-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.nko-scroll-top:hover,
.nko-scroll-top:focus {
    background: #00d082;
    color: #fff;
    outline: none;
}

.nko-scroll-top:focus-visible {
    box-shadow: 0 0 0 3px rgba(22, 148, 153, 0.28), 0 8px 24px rgba(0, 0, 0, 0.18);
}

.tm-main.uk-section {
    background: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.tm-main > .uk-container {
    box-sizing: border-box;
    max-width: 1220px;
    padding: 30px 45px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
}

body.page .tm-main #tm-sidebar {
    display: none;
}

body.page .tm-main .uk-width-expand\@m {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}

.tm-main .uk-article,
.tm-main .uk-article * {
    font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

.tm-main .uk-article-title {
    margin: 34px 0 22px;
    color: #004d70;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.08;
}

.tm-main .nko-content-breadcrumbs {
    margin: 0 0 18px;
}

.tm-main .nko-content-breadcrumbs + .uk-article-title {
    margin-top: 0;
}

.tm-main .nko-content-breadcrumbs nav {
    margin-bottom: 0 !important;
}

.tm-main .nko-content-breadcrumbs .uk-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #3b9fa7;
    font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
}

.tm-main .nko-content-breadcrumbs .uk-breadcrumb > * {
    display: flex;
    align-items: center;
}

.tm-main .nko-content-breadcrumbs .uk-breadcrumb > * > * {
    color: #3b9fa7 !important;
}

.tm-main .nko-content-breadcrumbs .uk-breadcrumb > * > a {
    text-decoration: none;
}

.tm-main .nko-content-breadcrumbs .uk-breadcrumb > * > a:hover,
.tm-main .nko-content-breadcrumbs .uk-breadcrumb > * > a:focus {
    color: #257d85 !important;
    text-decoration: none;
}

.tm-main .nko-content-breadcrumbs .uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    content: "\00bb";
    display: inline-block;
    margin: 0 5px;
    color: #3b9fa7;
}

.tm-main .uk-article p {
    font-size: 15px;
    line-height: 1.55;
}

.tm-main .uk-article p a,
.tm-main .uk-article li a,
.tm-main .uk-article td a {
    color: #009fae;
    text-decoration: none;
}

.tm-main .uk-article p a:visited,
.tm-main .uk-article li a:visited,
.tm-main .uk-article td a:visited {
    color: #3f8895;
}

.tm-main .uk-article p a:hover,
.tm-main .uk-article p a:focus,
.tm-main .uk-article li a:hover,
.tm-main .uk-article li a:focus,
.tm-main .uk-article td a:hover,
.tm-main .uk-article td a:focus {
    color: #009fae;
    text-decoration: underline;
}

.tm-main .uk-article p:empty {
    display: none;
}

.tm-main .uk-article .wp-block-getwid-section__inner-wrapper {
    max-width: 100% !important;
}

.tm-main .uk-article .wp-block-getwid-icon-box__icon-container:has(.wp-block-getwid-icon-box__icon-wrapper:empty) {
    display: none;
}

.tm-main .uk-article .wp-block-columns {
    display: flex;
    box-sizing: border-box;
    flex-wrap: nowrap;
    gap: 2em;
    margin-bottom: 1.75em;
}

.tm-main .uk-article .wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}

.tm-main .uk-article .wp-block-column {
    min-width: 0;
    flex-basis: 0;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
}

.tm-main .uk-article .wp-block-column.is-vertically-aligned-center {
    align-self: center;
}

.tm-main .uk-article .wp-block-columns.has-2-columns > .wp-block-column {
    flex-basis: calc(50% - 1em);
}

.tm-main .uk-article .wp-block-columns.has-3-columns > .wp-block-column {
    flex-basis: calc(33.333% - 1.333em);
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url("../assets/fonts/fa-brands-400.woff2") format("woff2");
}

.tm-main .uk-article .wp-block-getwid-section {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.tm-main .uk-article .wp-block-getwid-section__wrapper {
    position: relative;
    display: flex;
    min-width: 70px;
    height: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 1em;
}

.tm-main .uk-article .wp-block-getwid-section__background-holder,
.tm-main .uk-article .wp-block-getwid-section__background,
.tm-main .uk-article .wp-block-getwid-section__foreground {
    position: absolute;
    inset: 0;
}

.tm-main .uk-article .wp-block-getwid-section__background,
.tm-main .uk-article .wp-block-getwid-section__foreground {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.tm-main .uk-article .wp-block-getwid-section__content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.tm-main .uk-article .wp-block-getwid-section__inner-content {
    width: 100%;
}

.tm-main .uk-article .getwid-padding-top-none {
    padding-top: 0 !important;
}

.tm-main .uk-article .getwid-padding-top-normal {
    padding-top: 40px !important;
}

.tm-main .uk-article .getwid-padding-top-large {
    padding-top: 60px !important;
}

.tm-main .uk-article .getwid-padding-bottom-none {
    padding-bottom: 0 !important;
}

.tm-main .uk-article .getwid-padding-bottom-normal {
    padding-bottom: 40px !important;
}

.tm-main .uk-article .getwid-padding-bottom-large {
    padding-bottom: 60px !important;
}

.tm-main .uk-article .getwid-padding-left-none {
    padding-left: 0 !important;
}

.tm-main .uk-article .getwid-padding-left-medium {
    padding-left: 25px !important;
}

.tm-main .uk-article .getwid-padding-right-small {
    padding-right: 10px !important;
}

.tm-main .uk-article .getwid-padding-right-medium {
    padding-right: 25px !important;
}

.tm-main .uk-article .wp-block-getwid-advanced-heading__content {
    display: block;
    margin: 0;
    line-height: 1.25;
}

.tm-main .uk-article .wp-block-getwid-advanced-spacer {
    clear: both;
}

.tm-main .uk-article .wp-block-getwid-image-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
}

.tm-main .uk-article .wp-block-getwid-image-box.has-text-left {
    text-align: left;
}

.tm-main .uk-article .wp-block-getwid-image-box__image-container {
    flex: 0 0 auto;
    max-width: 50%;
    margin: 0 20px 0 0;
    line-height: 0;
}

.tm-main .uk-article .wp-block-getwid-image-box__image-wrapper {
    display: inline-block;
    line-height: 0;
}

.tm-main .uk-article .wp-block-getwid-image-box__image {
    display: block;
    max-width: 100%;
    height: auto;
}

.tm-main .uk-article .wp-block-getwid-image-box__content {
    min-width: 0;
    flex: 0 1 100%;
    align-self: center;
}

.tm-main .uk-article .wp-block-getwid-icon-box {
    text-align: center;
}

.tm-main .uk-article .wp-block-getwid-icon-box__icon-container {
    margin-bottom: 12px;
}

.tm-main .uk-article .wp-block-getwid-icon-box__icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.tm-main .uk-article .wp-block-getwid-images-slider__wrapper {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

.tm-main .uk-article .wp-block-getwid-images-slider.nko-getwid-slider-ready {
    position: relative;
    padding: 0 34px 28px;
}

.tm-main .uk-article .wp-block-getwid-images-slider.nko-getwid-slider-ready .wp-block-getwid-images-slider__wrapper {
    display: block;
    overflow: hidden;
    gap: 0;
}

.tm-main .uk-article .nko-getwid-slider__track {
    display: flex;
    align-items: stretch;
    transition: transform 0.45s ease;
    will-change: transform;
}

.tm-main .uk-article .nko-getwid-slider__track .wp-block-getwid-images-slider__item {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 5px;
}

.tm-main .uk-article .wp-block-getwid-images-slider__item figure {
    margin: 0;
}

.tm-main .uk-article .wp-block-getwid-images-slider__item a {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
}

.tm-main .uk-article .wp-block-getwid-images-slider__image {
    display: block;
    width: 100%;
    max-width: 190px;
    height: 120px;
    object-fit: contain;
}

.tm-main .uk-article .wp-block-getwid-images-slider__caption {
    display: none;
}

.tm-main .uk-article .nko-getwid-slider__button {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    width: 28px;
    height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 4px;
    background: rgba(22, 148, 153, 0.92);
    color: #fff;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
}

.tm-main .uk-article .nko-getwid-slider__button:hover,
.tm-main .uk-article .nko-getwid-slider__button:focus {
    background: #00d082;
    color: #fff;
    outline: none;
}

.tm-main .uk-article .nko-getwid-slider__button--prev {
    left: 0;
}

.tm-main .uk-article .nko-getwid-slider__button--next {
    right: 0;
}

.tm-main .uk-article .nko-getwid-slider__dots {
    position: absolute;
    right: 34px;
    bottom: 0;
    left: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tm-main .uk-article .nko-getwid-slider__dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(22, 148, 153, 0.35);
    cursor: pointer;
}

.tm-main .uk-article .nko-getwid-slider__dot.is-active {
    background: #169499;
}

.tm-main .uk-article .wp-block-getwid-person {
    height: 100%;
    text-align: center;
}

.tm-main .uk-article .wp-block-getwid-person__image {
    margin-bottom: 16px;
}

.tm-main .uk-article .wp-block-getwid-person__image img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
}

.tm-main .uk-article .wp-block-getwid-person__content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tm-main .uk-article .wp-block-getwid-person__title {
    display: block;
    margin-bottom: 4px;
    color: #004d70;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
}

.tm-main .uk-article .wp-block-getwid-person__subtitle {
    display: block;
    margin-bottom: 12px;
    color: #169499;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.tm-main .uk-article .wp-block-getwid-person__content {
    margin-bottom: 14px;
}

.tm-main .uk-article .wp-block-getwid-social-links__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tm-main .uk-article .getwid-justify-content-center {
    justify-content: center;
}

.tm-main .uk-article .wp-block-getwid-social-links.has-large-spacing .wp-block-getwid-social-links__list {
    gap: 16px;
}

.tm-main .uk-article .wp-block-getwid-social-links__link {
    display: inline-flex;
    color: inherit;
    text-decoration: none;
}

.tm-main .uk-article .wp-block-getwid-social-links__wrapper {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.tm-main .uk-article .fab {
    display: inline-block;
    font-family: "Font Awesome 5 Brands" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tm-main .uk-article .fa-facebook-f::before {
    content: "\f39e";
}

.tm-main .uk-article .fa-twitter::before {
    content: "\f099";
}

.tm-main .uk-article .fa-instagram::before {
    content: "\f16d";
}

.tm-main .uk-article .fa-youtube::before {
    content: "\f167";
}

.tm-main .uk-article .has-white-color {
    color: #fff !important;
}

.tm-main .uk-article .has-black-color {
    color: #000 !important;
}

.tm-main .uk-article .has-luminous-vivid-amber-color {
    color: #fcb900 !important;
}

.tm-main [data-uta-sc-heder-baner-n] {
    margin-bottom: 32px;
}

.tm-main .uta-hero {
    border-radius: 10px !important;
}

.nko-content-extras {
    width: 100%;
}

@keyframes utaPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(26, 155, 140, 0.35);
    }

    60% {
        box-shadow: 0 0 0 7px rgba(26, 155, 140, 0);
    }
}

@keyframes utaBarIn {
    from {
        width: 0;
    }

    to {
        width: var(--w);
    }
}

.uta-author {
    display: flex;
    width: 100%;
    align-items: stretch;
    margin: 32px 0;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.uta-author.uta-author--watched {
    opacity: 0;
    transform: translateY(20px);
}

.uta-author.uta-author--visible {
    opacity: 1;
    transform: translateY(0);
}

.uta-author__left {
    display: flex;
    width: 130px;
    min-width: 130px;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 1rem;
    background: linear-gradient(160deg, #0d7a6e, #1a9b8c);
}

.uta-author__avatar {
    display: flex;
    width: 110px;
    height: 110px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    animation: utaPulse 2.5s 1s infinite;
}

.uta-author__avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uta-author__name {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.uta-author__role {
    color: rgba(255, 255, 255, 0.68);
    font-size: 10px;
    text-align: center;
}

.uta-author__right {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
}

.uta-author__bio {
    margin: 0;
    color: #444;
    font-size: 12.5px;
    line-height: 1.65;
}

.uta-author__skills {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.uta-author__skill {
    display: flex;
    align-items: center;
    gap: 8px;
}

.uta-author__skill-name {
    width: 110px;
    flex-shrink: 0;
    color: #666;
    font-size: 11px;
}

.uta-author__track {
    width: 140px;
    height: 3px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
    background: #dff0ee;
}

.uta-author__fill {
    width: var(--w);
    height: 100%;
    border-radius: 4px;
    background: #1a9b8c;
}

.uta-author.uta-author--watched .uta-author__fill {
    width: 0;
}

.uta-author.uta-author--visible .uta-author__fill {
    animation: utaBarIn 0.8s ease forwards;
}

.uta-author__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.uta-author__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1.2rem;
}

.uta-author__stat {
    text-align: center;
}

.uta-author__stat-number {
    color: #0d7a6e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.uta-author__stat-label {
    margin-top: 1px;
    color: #999;
    font-size: 10px;
}

.uta-author__btn {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 5px;
    background: #1a9b8c;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s;
}

.uta-author__btn:hover,
.uta-author__btn:focus {
    background: #0d7a6e;
    color: #fff;
    text-decoration: none;
}

.nko-faq-container {
    width: 100%;
    margin: 32px 0 0;
    padding: 0;
}

.nko-faq .section-title > h2 {
    margin-bottom: 14px;
}

.nko-faq .faq_desc {
    margin-bottom: 16px;
}

.nko-faq .section-title details {
    margin: 10px 0;
}

.nko-faq .section-title details summary {
    display: flex;
    min-width: 70%;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 10px 0;
    padding: 10px 15px;
    border-radius: 5px;
    background: #169499;
    color: #fff;
    cursor: pointer;
    list-style: none;
}

.nko-faq .section-title details summary::-webkit-details-marker {
    display: none;
}

.nko-faq .section-title details summary::after {
    content: "+";
    flex: 0 0 auto;
    font-weight: 700;
}

.nko-faq .section-title details[open] summary::after {
    content: "-";
}

.nko-faq .section-title details summary i {
    font-style: normal;
}

.nko-faq .section-title details [itemprop="acceptedAnswer"] {
    padding: 12px 15px 16px;
    border: 1px solid #e3e7ea;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background: #fff;
}

.nko-faq .faqs {
    margin-top: 18px;
}

.table-casino-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 28px 0;
}

.table-head {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 10px 0;
    background: #169499;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

.table-head .casino-name,
.table-head .casino-bonus,
.table-head .casino-info,
.table-head .casino-link {
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.table-head .casino-name {
    width: 20%;
}

.table-head .casino-bonus,
.table-head .casino-info {
    width: 30%;
}

.table-head .casino-link {
    width: 20%;
}

.tm-main .table-casino-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 210px;
    margin: 10px auto;
    border: 1px solid #d9dde1;
    border-radius: 5px;
    background: #f5f6f7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.tm-main .table-casino-row .casino-name {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.tm-main .table-casino-row .casino-bonus {
    width: 30%;
    padding: 10px;
    color: #169499;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    text-align: center;
    text-transform: uppercase;
}

.tm-main .table-casino-row .casino-info {
    width: 30%;
    padding: 10px;
}

.tm-main .table-casino-row .casino-link {
    display: flex;
    width: 20%;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.tm-main .table-casino-row .casino-name img {
    width: auto;
    max-width: 100%;
    max-height: 190px;
    height: auto;
    border-radius: 12px;
    object-fit: contain;
}

.tm-main .table-casino-row .casino-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tm-main .table-casino-row .casino-info li {
    position: relative;
    margin: 0 0 7px;
    padding-left: 22px;
    color: #60666d;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.tm-main .table-casino-row .casino-info li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 7px;
    height: 7px;
    border: 2px solid #169499;
    border-radius: 50%;
    transform: translateY(-50%);
}

.tm-main .table-casino-row .casino-link a {
    display: block;
    text-align: center;
}

.tm-main .table-casino-row .casino-link .to-site {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 135px;
    min-height: 68px;
    padding: 12px 15px;
    border-radius: 5px;
    background: #169499;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    white-space: normal;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tm-main .table-casino-row .casino-link .to-site:hover {
    background: #00d082;
    color: #fff;
    text-decoration: none;
}

.tm-main .sc-btn-cast {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 190px;
    min-height: 52px;
    padding: 13px 24px;
    border-radius: 5px;
    background: #169499;
    color: #fff !important;
    font-family: Montserrat, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.tm-main .sc-btn-cast:hover,
.tm-main .sc-btn-cast:focus {
    background: #00d082;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.tm-main .table-casino-row .casino-link .to-page {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 135px;
    padding: 6px 10px;
    border-radius: 3px;
    background: #0689f8;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: underline;
    text-transform: uppercase;
}

.tm-main .table-casino-row .casino-link .to-page:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

.table-casino-list .table-casino-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-height: 210px;
    margin: 0;
    border: 1px solid #d9dde1;
    border-radius: 5px;
    background: #f5f6f7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}

.table-casino-list .casino-name {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.table-casino-list .casino-bonus {
    width: 30%;
    padding: 10px;
    text-align: center;
}

.table-casino-list .casino-info {
    width: 30%;
    padding: 10px;
}

.table-casino-list .casino-link {
    width: 20%;
    padding: 10px;
    text-align: center;
}

.table-casino-list .casino-name img {
    width: auto;
    max-width: 100%;
    max-height: 190px;
    height: auto;
    border-radius: 12px;
    object-fit: contain;
}

.table-casino-list .casino-bonus {
    color: #169499;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.45;
    text-transform: uppercase;
}

.table-casino-list .casino-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.table-casino-list .casino-info li {
    position: relative;
    margin: 0 0 7px;
    padding-left: 22px;
    color: #60666d;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}

.table-casino-list .casino-info li::before {
    content: "";
    position: absolute;
    top: 0.58em;
    left: 0;
    width: 7px;
    height: 7px;
    border: 2px solid #169499;
    border-radius: 50%;
    transform: translateY(-50%);
}

.table-casino-list .casino-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.table-casino-list .casino-link a {
    display: block;
    text-align: center;
}

.table-casino-list .casino-link .to-site {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 135px;
    min-height: 68px;
    padding: 12px 15px;
    border-radius: 5px;
    background: #169499;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
    white-space: normal;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.table-casino-list .casino-link .to-site:hover {
    background: #00d082;
    color: #fff;
    text-decoration: none;
}

.table-casino-list .casino-link .to-page {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 135px;
    padding: 6px 10px;
    border-radius: 3px;
    background: #0689f8;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: underline;
    text-transform: uppercase;
}

.table-casino-list .casino-link .to-page:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

.block-casinos {
    display: inline-flex;
    box-sizing: border-box;
    width: calc(33.333% - 40px);
    min-width: 240px;
    margin: 15px;
    padding: 10px;
    flex-direction: column;
    vertical-align: top;
    border: 1px solid #169499;
    border-radius: 10px;
    background: #fff;
}

.block-casinos div {
    margin: 10px auto;
    text-align: center;
}

.block-casinos .block-logo img {
    width: 150px;
    max-width: 100%;
    max-height: 50px;
    height: auto;
    object-fit: contain;
}

.block-casinos .bonus-block {
    color: #169499;
    font-size: 1rem;
    font-weight: 700;
}

.block-casinos .block-link a {
    display: block;
    width: 200px;
    max-width: 100%;
    height: 40px;
    border-radius: 3px;
    background: #dd3830;
    color: #fff;
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.block-casinos .block-link a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

.sc-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0;
}

.sc-grid .sc-card {
    display: flex;
}

.sc-grid .sc-card.is-hidden {
    display: none;
}

.sc-grid .sc-item {
    display: flex;
    width: 100%;
}

.sc-grid .toplist-card {
    display: flex;
    width: 100%;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #e7eef5;
    border-radius: 12px;
    background: #fff;
    color: #171f32;
    box-shadow: 0 2px 10px rgba(23, 31, 50, 0.08);
}

.sc-grid .toplist-card-head {
    position: relative;
}

.sc-grid .fallback-logo-postcard {
    display: flex;
    width: 100%;
    aspect-ratio: 300 / 160;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #e6fafd;
    color: #5b6b7c;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

.sc-grid .fallback-logo-postcard img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc-grid .toplist-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    padding: 12px;
}

.sc-grid .sc-rating {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 2px solid #a5f3fc;
    border-radius: 50%;
    background: #e6fafd;
    color: #0ea5e9;
    font-size: 12px;
    font-weight: 800;
}

.sc-grid .sc-meta {
    padding: 8px 0;
    border-top: 1px solid #e7eef5;
    border-bottom: 1px solid #e7eef5;
}

.sc-grid .sc-meta-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    text-align: center;
}

.sc-grid .slot-data-title {
    color: #5b6b7c;
    font-size: 11px;
    font-weight: 600;
}

.sc-grid .txt-x-medium {
    color: #171f32;
    font-size: 14px;
    font-weight: 800;
}

.sc-grid .sc-btn {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    min-height: 44px;
    padding: 12px 14px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
}

.sc-grid .sc-btn:hover {
    color: #fff;
    text-decoration: none;
}

.sc-grid .sc-btn-primary {
    background: #14b8a6;
}

.sc-grid .sc-btn-primary:hover {
    background: #2dd4bf;
}

.sc-grid .sc-btn-secondary {
    background: #2563eb;
}

.sc-grid .sc-btn-secondary:hover {
    background: #3b82f6;
}

.sc-grid .disclaimer-container {
    max-height: 54px;
    margin-top: auto;
    overflow: auto;
    color: #5b6b7c;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
}

.sc-grid .disclaimer p {
    margin: 0;
}

.sc-grid .sc-loadmore {
    grid-column: 1 / -1;
    margin: 4px auto 0;
    padding: 10px 16px;
    border: 0;
    border-radius: 10px;
    background: #14b8a6;
    color: #fff;
    cursor: pointer;
    font-weight: 800;
}

.sc-grid .sc-loadmore:hover {
    background: #2dd4bf;
}

.uta-pop {
    display: flex;
    justify-content: center;
    margin: 20px 0;
    z-index: 99999;
}

.uta-pop__modal {
    overflow: hidden;
    width: 690px;
    max-width: calc(100vw - 24px);
    border-radius: 12px;
    background: #000;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(22, 148, 153, 0.2);
    font-family: Arial, Helvetica, sans-serif;
}

.uta-pop__top {
    position: relative;
    height: 235px;
    background: linear-gradient(135deg, #0e7275 0%, #169499 100%);
}

.uta-pop__gifts {
    position: absolute;
    top: -54px;
    left: 50%;
    width: 275px;
    height: auto;
    max-width: none;
    max-height: none;
    transform: translateX(-50%);
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.35));
}

.uta-pop__limited {
    position: absolute;
    bottom: 14px;
    left: 34px;
    display: flex;
    align-items: center;
    gap: 14px;
}

.uta-pop__timer {
    flex: 0 0 auto;
    color: #fff;
}

.uta-pop__timer svg {
    display: block;
}

.uta-pop__limited-txt {
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

.uta-pop__body {
    padding: 26px 28px 24px;
    background: #000;
}

.uta-pop__row {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    margin-bottom: 18px;
}

.uta-pop__logo {
    width: 84px;
    height: 84px;
    overflow: hidden;
    flex: 0 0 auto;
    border: 3px solid #169499;
    border-radius: 999px;
    box-shadow: 0 0 15px rgba(22, 148, 153, 0.35);
}

.uta-pop__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.uta-pop__bonus {
    max-width: 520px;
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    line-height: 1.05;
}

.uta-pop__bonus span {
    color: #169499;
}

.uta-pop__cta {
    display: block;
    max-width: 380px;
    margin: 0 auto;
    padding: 16px 14px 14px;
    border-radius: 8px;
    background: linear-gradient(135deg, #169499 0%, #1aa5a9 100%);
    box-shadow: 0 4px 15px rgba(22, 148, 153, 0.4);
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uta-pop__cta:hover {
    box-shadow: 0 6px 20px rgba(22, 148, 153, 0.5);
    color: #000;
    text-decoration: none;
    transform: translateY(-2px);
}

.uta-pop__cta-main {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.uta-pop__cta-sub {
    font-size: 14px;
    opacity: 0.9;
}

@media (max-width: 720px) {
    .uta-pop__modal {
        width: 100%;
    }

    .uta-pop__bonus {
        font-size: 30px;
    }

    .uta-pop__gifts {
        top: -46px;
        width: 240px;
    }
}

@media (max-width: 520px) {
    .uta-pop__row {
        flex-direction: column;
    }

    .uta-pop__bonus {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .tm-main .uk-article .wp-block-columns {
        flex-wrap: wrap;
        gap: 1.5em;
    }

    .tm-main .uk-article .wp-block-column,
    .tm-main .uk-article .wp-block-columns.has-2-columns > .wp-block-column,
    .tm-main .uk-article .wp-block-columns.has-3-columns > .wp-block-column {
        flex-basis: 100%;
    }

    .tm-main .uk-article .wp-block-getwid-image-box {
        flex-direction: column;
    }

    .tm-main .uk-article .wp-block-getwid-image-box__image-container {
        max-width: 100%;
        margin: 0 0 20px;
    }

    .uta-author {
        flex-direction: column;
    }

    .uta-author__left {
        width: 100%;
        min-width: 0;
    }

    .uta-author__row {
        align-items: flex-start;
        flex-direction: column;
    }

    .uta-author__skill {
        align-items: flex-start;
        flex-direction: column;
    }

    .uta-author__track {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .sc-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .sc-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 959px) {
    .nko-scroll-top {
        right: 14px;
        bottom: calc(var(--nko-scroll-top-bottom, 14px) + env(safe-area-inset-bottom));
        width: 42px;
        height: 42px;
    }

    .tm-main.uk-section {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .tm-main > .uk-container {
        padding: 22px 18px;
        border-radius: 0;
    }

    .tm-main .uk-article-title {
        font-size: 31px;
    }

    .table-head {
        display: none;
    }

    .tm-main .table-casino-row,
    .table-casino-list .table-casino-row {
        flex-direction: column;
        min-height: 0;
    }

    .tm-main .table-casino-row .casino-name,
    .tm-main .table-casino-row .casino-bonus,
    .tm-main .table-casino-row .casino-info,
    .tm-main .table-casino-row .casino-link,
    .table-casino-list .casino-name,
    .table-casino-list .casino-bonus,
    .table-casino-list .casino-info,
    .table-casino-list .casino-link {
        width: 100%;
        box-sizing: border-box;
    }

    .block-casinos {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

}

@media (max-width: 460px) {
    .sc-grid {
        grid-template-columns: 1fr;
    }
}
