/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *::before,
    *::after {
        background: #fff !important;
        color: #000 !important;
        /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]::after {
        content: " (" attr(href) ")";
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.centered-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100vw;
}

.justified-center {
    justify-content: center;
}

.hidden {
    display: none;
}

.no-scroll {
    overflow-y: hidden;
}

.align-center {
    align-items: center;
}

/** {*/
/*    color: white;*/
/*    font-family: 'Open Sans', sans-serif;*/
/*}*/

html {
    scroll-behavior: smooth;
}

/*body {*/
/*    background-image: url("../assets/background_desktop.png");*/
/*    background-repeat: no-repeat;*/
/*    background-color: #212129;*/
/*    background-size: contain;*/
/*    scroll-behavior: smooth;*/
/*}*/

.page-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-image {
    margin-left: 15vw;
    width: 12.5vw;
    height: auto;
    margin-top: 1vw;
    margin-bottom: 1vw;
}

ul {
    padding-left: 0;
}

.introduction {
    width: 70vw;
    text-align: left;
}

.content-title {
    text-align: left;
    font: normal normal normal 32px/38px Josefin Sans;
    letter-spacing: 0px;
    margin-bottom: 0;
    margin-top: 0;
}

.content-text {
    font-size: 0.9vw;
    font-weight: 300;
}

.top-page-description {
    /*width: 45vw;*/
    line-height: 1.8vw;
}

.categories-list {
    margin-bottom: 3vw;
    margin-left: 1vw;
}

.categories-list > li {
    margin-right: 3vw;
    list-style-type: none;
    font-size: 0.9vw;
}

.categories-list > li > img {
    margin-right: 0.5vw;
}

.casino-list {
    width: 70vw;
}

.casino-container {
    display: grid;
    width: 70vw;
    border-radius: 22px;
    background-color: #1a1a24;
    margin-bottom: 2vw;
    overflow-y: visible;
    grid-template-areas: 'label label      .     .     .'
                       'place .      .     .     play'
                       'logo package stars score .'
                       'license .    .     .     visit';
}

.casino-label {
    grid-area: label;
    font-size: 0.8vw;
    font-weight: 100;
    align-items: center;
    box-shadow: inset 0px -3px 4px #00000040;
    border-radius: 4px 4px 0 0;
    /*width: 11vw;*/
    width: max-content;
    height: 1.3vw;
    margin-top: -1.3vw;
    margin-left: 4vw;
    padding: 1%;
    justify-content: space-evenly;
}
.casino-label i {
    margin-right: 10px;
}
.blue-background {
    background: #765EF7;
}

.red-background {
    background: #F75E5E;
}

.casino-label-image {
    width: 0.8vw;
    height: 0.8vw;
    margin-right: 0.3vw;
    margin-left: 1vw;
}

.casino-label-text {
    font-weight: 100;
    line-height: unset;
    font-size: inherit !important;
}

.casino-place  {
    grid-area: place;
    text-align: left;
    margin-left: 1vw;
    margin-top: 1vw;
}

.casino-place-top {
    width: 1.5vw;
    height: auto;
}

.casino-lower-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
    width: 2vw;
    height: 2vw;
    margin-left: 0.7vw;
    margin-top: 0.5vw;
    grid-area: place;
    /*text-align: left;*/
    /*margin-left: 1vw;*/
    /*margin-top: 1vw;*/
}

.casino-place-ribbon {
    width: 1.5vw;
    height: 1.5vw;
}

.casino-place-number {
    margin-top: -1.25vw;
    font-size: 0.5vw;
    font-weight: bold;
}

.casino-onjn {
    width: 1vw;
    height: 1vw;
}

.checked-license {
    width: 1vw;
    height: 1vw;
}

.casino-logo {
    grid-area: logo;
    width: auto;
    max-width: 11vw;
    height: auto;
    max-height: 6vw;
    justify-self: center;
    align-self: center;
}

.license-container {
    grid-area: license;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 0.4vw;
    height: 3vw;
}
.license-container > img{
    margin-top: -0.5rem;
}
.license-text {
    font: normal normal normal 10px/14px Open Sans;
    letter-spacing: 0px;
    color: #FFFFFF61;
}

.casino-package {
    grid-area: package;
    display: flex;
    flex-direction: column;
    width: 20vw;
}

.inside-progress-score > * {
    margin-top: 0.25vw;
    margin-bottom: 0.25vw;
}

.casino-score-label {
    margin-bottom: 0;
    font-size: 0.7vw;
    color: #FFFFFF61;
}

.casino-total-score {
    font-size: 1.3vw;
    font-weight: bolder;
    margin-top: 0;
}

.circle-points-label {
    display: none;
}

.package-title {
    color: #FFFFFF61;
    opacity: 1;
    font-size: 0.8vw;
    margin-top: 0;
    margin-bottom: 0.3vw;
    font-weight: 400;
}

.package-content {
    width: 20vw;
    margin-right: 0;
    margin-top: 0.3vw;
    margin-bottom: 0;
    font-size: 1.3vw;
    font-weight: 600;
}

.star-rating {
    grid-area: stars;
    margin-left: -4vw;
    margin-top: 0.5vw;
}

.star-row {
    margin: 0.3vw auto 0.5vw;
}

.star-row > i:before {
    width: 1vw;
    height: 1vw;
}

.top-displayed-star {
    width: 0.8vw;
    height: auto;
    margin-left: 0.3vw;
}

.star-score {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.star-score-text {
    font-weight: 600;
}

.star-row-star {
    color: gold;
    margin-left: 0.2vw;
    margin-right: 0.2vw;
    width: 1.3vw;
    height: auto;
}

.checked {
    color: #C9B037;
}

.casino-score-wrapper {
    grid-area: score;
    align-items: center;
    justify-content: center;
}

.casino-score {
    justify-content: center;
    align-items: center;
    display: flex;
}

.casino-votes {
    font-family: 'Indie Flower', serif;
}

.casino-button {
    width: 11vw;
}

.casino-play {
    grid-area: play;
    margin-top: 1.5vw;
    margin-bottom: -3vw;
    background: #C9B037 0 0 no-repeat padding-box;
    box-shadow: 3px 5px 15px #917f2866;
    border-radius: 16px;
    border: 0;
    opacity: 1;
    cursor: pointer;
    height: 3.2vw;
    font-weight: bold;
    font-size: 0.9vw;
}

.lower-casino-play {
    margin-top: -1vw;
}

.play-button-icon {
    width: 0.67vw;
    margin-left: 0.5vw;
}

.casino-visit {
    grid-area: visit;
    margin-bottom: 1.8vw;
    margin-top: -2vw;
    background: transparent;
    border: 1px solid #C9B037;
    border-radius: 16px;
    opacity: 1;
    cursor: pointer;
    font-weight: bold;
    font-size: 0.9vw;
}

/*div[id^="circle"] > svg {*/
/*  width: 4vw;*/
/*}*/

.register-form {
    background-color: #292933;
    height: 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5vw;
}

.mail-input {
    background: #2A3245 0 0 no-repeat padding-box;
    border: 1px solid #38435C;
    border-radius: 8px;
    opacity: 1;
    width: 30vw;
    padding: 1vw;
}

.form-title {
    margin-bottom: 0;
}

.form-content {
    width: 40vw;
    font-size: 0.8vw;
}

.register-form-btn {
    background: #FF4A4A 0 0 no-repeat padding-box;
    border-radius: 16px;
    border: 0;
    margin-left: 1vw;
    opacity: 1;
    padding-left: 1vw;
    padding-right: 1vw;
    cursor: pointer;
    font-weight: bold;
    height: 3.3vw;
}

.registered-people {
    font-weight: 300;
}

.form-people-pictures {
    width: auto;
    height: 2vw;
    margin-right: 0.5vw;
}

.number-of-registered {
    font-weight: bold;
}

.modal-email-response {
    margin-top: -3vw;
}

.faq-wrapper {
    width: 65vw;
}

.page-banner {
    width: 65vw;
    height: auto;
    display: flex;
    border-radius: 8px;
    margin-top: 4vw;
}

.faq-wrapper > .content-title {
    text-align: left;
    margin-left: 1vw;
    font-size: 2.7vw;
}

.faq-wrapper > .content-text {
    text-align: left;
    margin-left: 1vw;
}

.question-border {
    background: #212129 0 0 no-repeat padding-box;
    border: 2px solid #2A3245;
    border-radius: 8px;
    margin-top: 1vw;
}

.collapsible {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    outline: none;
    background: transparent;
    border: 0;
    opacity: 1;
    justify-content: left;
    align-items: center;
    display: flex;
}

.question-title {
    color: #ffffff;
    font-size: 1.2vw;
    font-weight: 600;
    text-align: left;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */


/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    overflow: hidden;
    max-height: 0;
    background: transparent;
    transition: max-height 0.4s ease-out;
}

/*.collapsible:after {*/
/*  content: '\02795'; !* Unicode character for "plus" sign (+) *!*/
/*  font-size: 13px;*/
/*  color: white;*/
/*  float: right;*/
/*  margin-left: 5px;*/
/*  margin-top: 0.4vw;*/
/*}*/

/*.active:after {*/
/*  content: "\2796"; !* Unicode character for "minus" sign (-) *!*/
/*}*/


.collapsible-btn {
    position: relative;
    width: 1.1vw;
    height: 1.1vw;
    margin-left: auto;
}
.collapsible-btn:before, .collapsible-btn:after {
    content: "";
    position: absolute;
    background-color: white;
    transition: transform 0.25s ease-out;
}
.collapsible-btn:before {
    top: 0;
    left: 50%;
    width: 0.15vw;
    height: 1.1vw;
    margin-left: -0.05vw;
    border-radius: 4px;
}
.collapsible-btn:after {
    top: 50%;
    left: 0;
    width: 1.1vw;
    height: 0.15vw;
    margin-top: -0.1vw;
    border-radius: 4px;
}
.collapsible-btn:hover {
    cursor: pointer;
}
.active > .collapsible-btn:before {
    transform: rotate(90deg);
}
.active > .collapsible-btn:after {
    transform: rotate(180deg);
}

.content > * {
    color: #FFFFFFAD;
    text-align: left;
    font-size: 0.7vw;
}

.best-casino-wrapper {
    margin-top: 5vw;
    border-bottom: 2px solid #2A3245;
    width: 65vw;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 5vw;
}

.first-column-best-casino {
    width: 35vw;
}

.best-casino-logo-div {
    width: 6vw;
    height: 6vw;
    background: #2A3245 0 0 no-repeat padding-box;
    box-shadow: 7px 10px 20px #2a324580;
    opacity: 1;
    display: flex;
    justify-content: center;
    border-radius: 256px;
}

.best-casino-logo {
    width: 5vw;
    height: auto;
}

.best-casino-splash-text {
    font-family: 'Noto Serif', serif;
    font-weight: 200;
    font-size: 0.85vw;
}

.delimiter-line {
    height: 1px;
    width: 8vw;
    background-color: #2A3245;
}

.best-casino-title {
    font-size: 2.6vw;
    /*font-weight: 200;*/
}

.best-casino-introduction {
    margin-top: 0;
    font-size: 0.85vw;
    width: 30vw;
    font-weight: 100;
    line-height: 1.7vw;
}

.visit-best-casino {
    text-decoration: none;
    border-bottom: 2px solid #C9B037;
    width: 12.2vw;
    font-size: 1vw;
    font-weight: bold;
    font-family: 'Noto Serif', serif;
    cursor: pointer;
    padding-bottom: 0.5vw;
}

.visit-site-arrow {
    margin-left: 0.5vw;
}

.second-column-best-casino {
    width: 35vw;
}

.presentation-video {
    width: 35vw;
    height: 18.3vw;
}

.casino-stats {
    width: 35vw;
    height: 15vw;
    background: #2A3245 0 0 no-repeat padding-box;
    opacity: 1;
    display: flex;
    justify-content: space-around;
    margin-top: -0.1vw;
    align-items: center;
}

.stats-number {
    margin-bottom: 0;
    font-size: 3vw;
}

.stats-name {
    margin-top: 0;
    font-size: 0.8vw;
    text-align: center;
    font-weight: 100;
}

.how-to-pick {
    width: 65vw;
    text-align: left;
    font-size: 2.4vw;
    font-family: 'Noto Serif', serif;
    font-weight: normal;
}

.picking-info-wrapper {
    width: 65vw;
    margin-bottom: 5vw;
}

.info-column {
    margin-left: 3.3vw;
}

.second-info-column {
    margin-left: 6vw;
}

.info-cell {
    width: 29vw;
    margin-top: 3vw;
    justify-content: left;
    display: flex;
    flex-direction: column;
}

.info-cell > * {
    text-align: left;
}

.info-cell-icon {
    width: 3.5vw;
    height: 3.5vw;
}

.info-cell-title {
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-size: 1.8vw;
    margin-top: 0.8vw;
    margin-bottom: 0;
}


.info-cell-content {
    font-weight: 300;
    font-size: 0.8vw;
    width: 26vw;
    line-height: 1.8vw;
}

footer {
    background: #292933 0 0 no-repeat padding-box;
    opacity: 1;
    padding-bottom: 1.5vw;
}

.footer-button-list {
    border-bottom: 2px solid #2A3245;
    padding: 1vw;
}

.footer-option-btn {
    text-decoration: none;
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 0.8vw;
}

.footer-content-wrapper {
    width: 40vw;
    color: #FFFFFF99;
    opacity: 1;
    font-weight: 300;
    font-size: 0.6vw;
}

.footer-bonusuri-logo {
    width: auto;
    height: 3.5vw;
    margin-top: 1vw;
}

.footer-text {
    color: #FFFFFF99;
    opacity: 1;
    font-weight: 300;
    font-size: 0.8vw;
}

.footer-logo {
    width: auto;
    height: 2vw;
}

.footer-logo-margin {
    margin-left: 0.75vw;
}

.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #2D2D38;
    margin: auto;
    padding: 0;
    border: 0;
    width: 25vw;
    height: 22vw;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #676780;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-right: 1vw;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    background: inherit;
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.modal-logo {
    width: 10vw;
    height: auto;
    margin-top: -4vw;
}

.modal-casino-prize {
    width: 60%;
    font-weight: 400;
    font-size: 1.66vw;
}

.modal-visit-button {
    background: #C9B037 0 0 no-repeat padding-box;
    box-shadow: 3px 5px 15px #917F2866;
    border: 0;
    padding: 0.8vw 1.5vw;
    border-radius: 12px;
    opacity: 1;
    margin-top: 0vw;
}

.modal-visit-button:hover {
    cursor: pointer;
}

.show-more-btn {
    margin: auto;
    cursor: pointer;
    color: #C9B037;
    white-space: nowrap;
    transition: color 300ms ease-in-out;
    border: 0;
    font-size: 0.8em;
    background: transparent;
}

.grecaptcha-badge {
    visibility: hidden;
}

.google-disclaimer {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.6vw;
    margin-top: 0.5vw;
}

@media only screen and (max-width: 768px) {
    body, html {
        overflow-x: hidden;
    }

    body {
        background-image: url("../assets/background_mobile.png");
        background-repeat: no-repeat;
    }

    .header-image {
        width: 25vw;
        margin-left: 5vw;
        margin-top: 5vw;
    }

    .show-more-btn:hover {
        color: red;
    }

    .mobile-announcement {
        position: fixed;
        display: flex;
        z-index: 9;
        left: 2%;
        bottom: 1%;
        width: 96%;
        height: 20vw;
        border-radius: 4px;
        background: white;
    }

    .close-mobile-announcement {
        margin-left: auto;
        margin-right: 3vw;
        color: gray;
    }

    .announcement-casino-logo-div {
        background: #2A3245;
        width: 15vw;
        height: 15vw;
        border-radius: 256px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -2.5vw;
        margin-left: 1vw;
    }

    .mobile-announcement-text {
        width: 45vw;
        font-size: 3.7vw;
        color: black;
    }

    .mobile-announcement-text > span {
        font-weight: bold;
        color: inherit;
        font-size: inherit;
    }

    .mobile-announcement-button {
        width: 25vw;
        height: 7vw;
        border: 0;
        border-radius: 8px;
        color: white;
        background: #C93737;
        font-size: 3vw;
    }

    .announcement-casino-logo {
        width: 13vw;
    }

    .announcement-content {
        margin-left: 4vw;
    }

    .introduction {
        width: 100vw;
        text-align: center;

    }

    .content-title {
        text-align: left;
        font: normal normal normal 32px/38px Josefin Sans;
        letter-spacing: 0px;
        /*width: 100vw;*/
        /*font-size: 8.5vw;*/
    }

    .content-text {
        /*font-size: 4vw;*/
        /*width: 90vw;*/
        /*margin-top: 2vw;*/
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        line-height: 8vw;
        text-align: left;
        font: normal normal normal 16px/20px Muli;
        letter-spacing: 0px;
        color: #F1F1F1;
    }
    .casino-package{
        width: 90%;
        font-size: smaller;
        text-align: left;
        min-height: auto!important;
    }

    .casino-logo{
        height: 40vw!important;
    }

    .star-rating{
        margin-top: -10%!important;
        margin-bottom: 10%!important;
        margin-left: 5% !important;
    }

    .casino-play{
        width: 200px!important;
        height: 50px!important;
        margin-top: 15px!important;
        margin-inline:auto;
    }

    .casino-visit{
        margin-top: -4%!important;
        margin-right: 0!important;
        margin-bottom: 5% !important;
    }

    .casino-package {
        grid-area: package;
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-top: 4%;
    }

    .casino-logo{
        height: 40vw!important;
    }

    .casino-play{
        width: 200px!important;
        height: 50px!important;
        margin-top: 15px!important;
        margin-inline:auto;
    }




    .categories-list {
        display: none;
    }

    .casino-list {
        width: 95vw;
        margin-top: 10vw;
    }

    .casino-container {
        width: 95vw;
        border-radius: 12px;
        grid-template-areas: 'label label label'
                         'place . package'
                         'logo logo play'
                         'stars stars visit'
                         'score score license';
        margin-bottom: 9vw;
    }

    .casino-label {
        font-size: 4vw;
        /*width: 50vw;*/
        height: 5vw;
        margin-top: -5vw;
        margin-left: 4vw;
    }

    .casino-label-image {
        width: 3vw;
        height: 3vw;
        margin-left: 3vw;
        margin-right: 2vw;
    }

    .casino-label-text {
        font-weight: normal;
    }

    .casino-place-top {
        width: 5.5vw;
        margin-left: 3vw;
        margin-top: 2vw;
    }

    .casino-lower-top {
        margin-top: 2vw;
        margin-left: 4.5vw;
    }

    .casino-place-ribbon {
        width: 5.5vw;
        height: 5.5vw;
    }

    .casino-place-number {
        margin-top: -5vw;
        font-size: 2.5vw;
    }

    .casino-logo {
        /*width: 26vw;*/
        /*margin-top: -10vw;*/
        max-width: unset;
        max-height: unset;
    }

    .package-title {
        display: none;
    }

    .package-content {
        width: 51vw;
        font-size: 3.8vw;
        font-weight: 600;
        margin-top: 3vw;
        text-align: left;
        line-height: 6vw;
    }

    .casino-button {
        width: unset;
        margin-right: 5vw;
    }

    .casino-visit {
        margin-top: -3vw!important;
        margin-bottom: 2vw!important;
        text-decoration: underline!important;
        font-size: 3vw!important;
        color: #FFFFFF61!important;
        border: 0 solid #C9B037!important;
    }

    .casino-visit>span {
        text-decoration: underline!important;
        font-size: 3vw!important;
        color: #FFFFFF61!important;
    }

    .visit-casino-arrow {
        width: 2vw;
        height: 2vw;
        margin-left: 1.5vw;
    }

    .casino-play {
        padding-top: 3.5vw;
        padding-bottom: 7.5vw;
        border-radius: 7px;
        font-size: 4vw;
        font-weight: 600;
    }

    .lower-casino-play {
        margin-top: 1.5vw;
    }

    .play-button-icon {
        width: 3vw;
        margin-left: 6vw;
        margin-right: -6.5vw;
    }

    .casino-votes {
        display: none;
    }

    .star-row {
        margin: unset;
        margin-left: 2vw;
        margin-right: auto;
    }

    .star-rating {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-left: unset;
    }

    .star-score {
        margin-right: 0;
    }

    .star-score-text {
        font-size: 3.6vw;
    }

    .top-displayed-star {
        display: none !important;
    }

    .star-row-star {
        width: 3.5vw;
        height: auto;
    }

    .casino-onjn {
        width: 14px;
        height: 14px;
    }

    .checked-license {
        width: 12px;
        height: 12px;
    }

    .casino-score-label {
        display: none;
    }

    .casino-total-score {
        font-size: 3vw;
    }

    .circle-points-label {
        display: block;
        margin-right: 2vw;
        font-size: 3.1vw;
        font-weight: 600;
    }


    .license-container {
        background: #333d55;
        height: 10vw;
        border-bottom-right-radius: 16px;
        margin-left: 0;
        padding-right: 3vw;
    }

    .casino-score-wrapper {
        background: #333d55;
        height: 10vw;
        border-bottom-left-radius: 16px;
        width: 100%;
    }

    .casino-score > svg {
        width: 8vw !important;
        height: 8vw !important;
    }

    .register-form {
        height: 110vw;
    }

    .form-content {
        text-align: center;
    }

    .form-fields {
        flex-direction: column;
    }

    .mail-input {
        width: 85vw;
        padding: 4vw;
        margin-bottom: 4vw;
    }

    .register-form-btn {
        padding: 4vw;
        margin-left: 0;
        height: 13vw;
    }

    .registered-people {
        margin-top: 0.5vw;
        margin-bottom: 5vw;
    }

    .form-people-pictures {
        height: 6vw;
        margin-right: 1vw;
    }

    .modal-email-response {
        margin-top: -22vw;
        font-size: 6vw !important;
    }

    .page-banner {
        margin-top: 13vw;
        width: 80vw;
        height: 80vw;
        border-radius: 22px;
    }

    .faq-wrapper {
        width: 95vw;
        margin-top: 5vw;
    }

    .faq-wrapper > .content-title {
        font-size: 8.5vw;
    }

    .question-title {
        font-size: 4.2vw;
        width: 60vw;
    }

    .collapsible-btn {
        width: 7vw;
        height: 7vw;
    }

    .collapsible-btn:before {
        width: 0.6vw;
        height: 7vw;
    }

    .collapsible-btn:after {
        width: 7vw;
        height: 0.7vw;
        margin-top: -0.3vw;
    }

    .question-border {
        margin-top: 4vw;
    }

    .content {
        line-height: 5.8vw;
    }

    .content > * {
        font-size: 3.3vw;
    }

    .best-casino-wrapper {
        flex-direction: column;
        width: 90vw;
        margin-top: 15vw;
    }

    .best-casino-logo-div {
        width: 20vw;
        height: 20vw;
    }

    .best-casino-logo {
        width: 18vw;
    }

    .best-casino-splash-text {
        font-size: 4vw;
        margin-top: 2vw;
        margin-bottom: 4vw;
    }

    .first-column-best-casino {
        width: 90vw;
    }

    .second-column-best-casino {
        width: 90vw;
    }

    .delimiter-line {
        height: 2px;
        width: 38vw;
    }

    .visit-best-casino {
        width: 60.5vw;
        font-size: 5vw;
    }

    .visit-site-arrow {
        margin-left: 3vw;
    }

    .presentation-video {
        width: 90vw;
        height: 46.3vw;
        margin-top: 5vw;
    }

    .casino-stats {
        width: 90vw;
        height: 35vw;
    }

    .stats-number, .stats-name {
        width: unset;
    }

    .how-to-pick {
        margin-top: 7vw;
        font-size: 7.5vw;
        width: 90vw;
        font-weight: 400;
    }

    .picking-info-wrapper {
        flex-direction: column;
        width: 90vw;
    }

    .info-column {
        margin-left: 0;
    }

    .second-info-column {
        margin-left: 0;
    }

    .info-cell {
        width: 90vw;
    }

    .info-cell-icon {
        width: 12.5vw;
        height: 12.5vw;
    }

    .info-cell-title {
        font-weight: 600;
        font-size: 5.3vw;
        width: 52vw;
    }

    .info-cell-content {
        font-size: 3.7vw;
        width: unset;
        line-height: 8vw;
        margin-top: 2vw;
    }

    .footer-button-list {
        flex-direction: column;
        align-items: center;
    }

    .footer-option-btn {
        font-size: 4.2vw;
        margin-bottom: 3vw;
        margin-top: 3vw;
    }

    .footer-content-wrapper {
        width: 90vw;
    }

    .footer-bonusuri-logo {
        height: 18.5vw;
        margin-top: 3vw;
    }

    .footer-text {
        font-size: 3.5vw;
        line-height: 6vw;
    }

    .footer-logo {
        height: 13vw
    }

    .footer-logo-margin {
        margin-left: 3vw;
    }

    .modal-content {
        width: 80vw;
        height: 80vw;
    }

    .modal-logo {
        margin-top: -20vw;
        width: 40vw;
    }

    .modal-casino-prize {
        font-size: 4vw;
    }

    .modal-visit-button {
        width: 60vw;
        height: 10vw;
        margin-top: 10vw;
    }

    .close {
        margin-right: 3vw;
        font-size: 10vw;
    }

    .google-disclaimer {
        font-size: 1.9vw;
        margin-top: 0.5vw;
        margin-bottom: 4vw;
    }

}

.aw-wpn-prompt_desc{
    color: #0A0A0A;
}
