* {
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/* normalize */

/* Modern mini-reset */
*,
*::before,
*::after { box-sizing: border-box; }

html:focus-within { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, button, textarea, select { font: inherit; }

:root { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

a { color: inherit; }
button { background: none; border: 0; cursor: pointer; }

ul[role="list"], ol[role="list"] { list-style: none; padding: 0; margin: 0; }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.grid-container {
    max-width: 1170px;
    margin: 0 auto;
}

.hdr-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hdr-wrap img {
    height: 100px;
}

/* switch languages */

.dropdown input {
    display: none;
}
  
.dropdown label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    padding: .7rem .9rem;
    cursor: pointer;
    transition: .2s;
}

.dropdown label:focus-visible {
    outline: none;
}

.chev {
    width: 1rem;
    height: 1rem;
    transition: .3s;
}

.menu {
    position: absolute;
    inset-inline: 0;
    margin-top: .4rem;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
    margin: 25px 0 0;
}
.menu a {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: .6rem .8rem;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
}

.flag {
    font-size: 1.1rem;
}
.code {
    margin-left: auto;
}

#toggle:checked ~ .menu {
    max-height: 400px;
}

#toggle:checked + label .chev {
    transform: rotate(180deg);
}

/* casino preview */

.casino-preview_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.casino-preview_card {
    width: 350px;
    text-align: center;
    padding: 15px 20px;
    border: 2px solid #febd0e;
    border-radius: 6px;
}

.casino-preview_wrapper .recommend {
    display: inline-flex;
    background: #ff4f00;
    padding: 5px;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}

.casino-preview_wrapper .krail {
    color: #919399;
    font-size: 16px;
    margin: 15px 0 30px;
}

.casino-preview_wrapper .name {
    font-size: 18px;
    color: #2d4878;
    font-weight: bold;
    margin: 30px 0 10px;
}

.casino-preview_wrapper .rating {
    margin-bottom: 20px;
}

.casino-preview_wrapper .bonus {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

.casino-preview_wrapper .action-btn {
    background: #fab213;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    display: inline-flex;
    margin: 20px 0;
    text-align: center;
}

.casino-preview_wrapper .benefits li {
    background-image: url(/images/list-style-image.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    list-style: none;
    text-align: left;
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.casino-preview_wrapper .divider {
    border: 1px solid #00103d1f;
    margin: 15px 0;
}

.casino-preview_wrapper .responsible-gaming {
    color: #000;
    line-height: 1.5;
}

@media (max-width: 400px) {
    .casino-preview_card {
        width: 100%;
        margin: 0 15px;
    }   
}

/* intro content */

.warning {
    text-align: center;
    background: #00103d1f;
    padding: 15px;
    border-radius: 6px;
    margin: 0 15px 25px;
}

.intro-content_wrapper {
    text-align: center;
    margin: 0 15px 25px;
}

.intro-content_wrapper h1 {
    margin-bottom: 15px;
}

.intro-content_wrapper p {
    line-height: 1.5;
    font-size: 16px;
}

.intro-content_wrapper a {
    background: #fab213;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    display: inline-flex;
    margin: 20px 0;
    text-align: center;
}

/* casino list */

.casino-list_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 30px 15px;
}

.casino-list_wrapper h2 {
    text-align: center;
    margin-bottom: 25px;
}

.expert-assessment {
    text-align: center;
    background: #00103d1f;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
}

.casino-list_wrapper .casino-card {
    width: 350px;
    text-align: center;
    padding: 15px 20px;
    border: 2px solid #febd0e;
    border-radius: 6px;
    margin-bottom: 25px;
}

.casino-list_wrapper .logo {
    padding: 5px;
    background: #000;
    border-radius: 8px;
    margin: 0;
    width: 50px;
    height: 50px;
}

.casino-list_wrapper .action-btn {
    background: #fab213;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    color: #fff;
    padding: 10px 20px;
    display: inline-flex;
    margin: 20px 0 0;
    text-align: center;
}

.casino-list_wrapper .name {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
}

.casino-list_wrapper .rating-count {
    font-weight: bold;
}

.casino-list_wrapper .bonus {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 15px;
}

@media (max-width: 400px) {
    .casino-list_wrapper .casino-card {
        width: 100%;
    }   
}

/* anchors */

.anchors_wrapper {
    margin: 0 15px 25px;
}

.anchors_wrapper h2 {
    margin-bottom: 25px;
}

.anchors_wrapper nav {
    background: #00103d1f;
    /* padding: 15px; */
}

.anchors_wrapper ul {
    list-style: none;
    padding: 15px;
}

.anchors_wrapper ul li {
    background-image: url(/images/list-style-image.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    list-style: none;
    text-align: left;
    line-height: 18px;
    line-height: 1.125rem;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.anchors_wrapper ul li a {
    color: #000;
}

/* characteristics */

.characteristics_wrapper {
    margin: 0 15px;
}

.characteristics_wrapper-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 25px;
}

.characteristics_wrapper table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #febd0e;
    margin: 25px 0 0;
    min-width: 500px;
}

.characteristics_wrapper table th,
.characteristics_wrapper table td {
    white-space: nowrap;
}

.characteristics_wrapper table tr td {
    padding: 15px 20px;
}

.characteristics_wrapper table tr:nth-child(odd) {
    background: #00103d1f;
}

.characteristics_wrapper table li {
    background-image: url(/images/list-style-image.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 2px;
    list-style: none;
    text-align: left;
    line-height: 18px;
    line-height: 1.125rem;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* faq */

.faq-wrapper {
    margin: 0 15px;
}

.faq-wrapper_list {
    margin: 25px 0;
}

.faq-wrapper div {
    margin-bottom: 25px;
}

.faq-wrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.faq-wrapper p {
    line-height: 1.5;
}

/* pros and cons */

.pros-cons_wrapper {
    margin: 0 15px;
}

.pros-cons_wrapper h2 {
    margin-bottom: 25px;
}

.pros-cons_wrapper h3 {
    margin-bottom: 25px;
}

.pros-cons_wrapper p {
    margin-bottom: 25px;
}

.pros-cons_wrapper ul {
    background: #00103d1f;
    padding: 15px 20px;
    margin-bottom: 25px;
}

.pros-cons_wrapper li {
    background-image: url(/images/list-style-image.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    list-style: none;
    text-align: left;
    line-height: 18px;
    line-height: 1.125rem;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5;
    margin-bottom: 5px;
}





.pros-cons_wrapper table ul li {
    background-position: 0 2px;
}

.pros-cons_wrapper li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.pros-cons_wrapper .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 25px;
}

.pros-cons_wrapper .table-responsive table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #febd0e;
    margin: 25px 0 0;
    min-width: 500px;
}

.pros-cons_wrapper .table-responsive table caption {
    font-weight: bold;
    padding-bottom: 10px;
    text-align-last: left;
}

.pros-cons_wrapper .table-responsive table th {
    padding: 10px 0;
}

.pros-cons_wrapper .table-responsive table th,
.pros-cons_wrapper .table-responsive table td {
    white-space: nowrap;
}

.pros-cons_wrapper .table-responsive table tr td {
    padding: 15px 20px;
}

.pros-cons_wrapper .table-responsive table tr:nth-child(odd) {
    background: #00103d1f;
}






/* reviews */

.reviews_wrapper {
    margin: 0 15px 25px;
}

.reviews_wrapper h2 {
    margin-bottom: 25px;
}

.reviews_wrapper p {
    background-image: url(/images/list-style-image.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    list-style: none;
    text-align: left;
    line-height: 18px;
    line-height: 1.125rem;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5;
    margin-bottom: 5px;
}

/* content */

.content_wrapper {
    margin: 0 15px;
}

.content iframe {
    border-radius: 10px;
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 1.67 / 1;
    margin-bottom: 25px;
}

.content h1 {
    font-size: 28px;
    margin: 25px 0;
}

.content h2 {
    margin-bottom: 25px;
}

.content h3 {
    margin-bottom: 25px;
}

.content p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.content strong {
    font-weight: bold;
}

.content ul {
    list-style: none;
    margin-bottom: 25px;
}

.content ol {
    padding-left: 20px;
    margin-bottom: 25px;
}

.content ul li {
    background-image: url(/images/list-style-image.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 0 5px;
    list-style: none;
    text-align: left;
    line-height: 18px;
    line-height: 1.125rem;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.content table ul li {
    background-position: 0 2px;
}

.content li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.content .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 25px;
}

.content .table-responsive table {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #febd0e;
    margin: 25px 0 0;
    min-width: 500px;
}

.content .table-responsive table caption {
    font-weight: bold;
    padding-bottom: 10px;
    text-align-last: left;
}

.content .table-responsive table th {
    padding: 10px 0;
}

.content .table-responsive table th,
.content .table-responsive table td {
    white-space: nowrap;
}

.content .table-responsive table tr td {
    padding: 15px 20px;
}

.content .table-responsive table tr:nth-child(odd) {
    background: #00103d1f;
}

/* footer */

footer {
    background: #1a2024;
    padding: 25px 0;
}

.footer-wrapper {
    margin: 0 15px;
}

.footer-wrapper nav ul {
    list-style: none;
    margin-bottom: 25px;
}

.footer-wrapper nav ul li {
    margin-bottom: 10px;
}

.footer-wrapper a {
    color: #fff;
}

.organizations {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.organizations_item {
    margin: 0 10px 25px;
}

.organizations img {
    height: 40px;
}

.switch-language {
    text-align: center;
}