* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Mono';
}

html {
    overflow-x:hidden;
}

body #content {
  display: block;
}
p {
  margin-bottom: 0.5em;
  text-align: center;
}
b, strong {
  font-weight: 700;
}
img {
  height: auto;
  max-width: 100%;
}

#site-navigation {
    display: none;
}

#wager {
    color: #a2a2a2;
    padding: 0px;
    margin-bottom: -18px;
    margin-top: -5px;
    text-align: left;
    font-style: italic;
    font-size: 11px;
}
#deposit {
    color: #a2a2a2;
    padding: 0px;
    margin-bottom: -18px;
    margin-top: 2px;
    text-align: left;
    font-style: italic;
    font-size: 11px;
}
@media only screen and (max-width: 600px) {
    #deposit {
        text-align: center;
        margin: 5px;
    }
    #wager {
        text-align: center;
    }
}

body.mp-template {
    position:relative;
    /* background-color: #212121; */
    /* background: linear-gradient(45deg, #fff 10%, #0ea808 90%); */
    /* background: radial-gradient(ellipse at top, #e66465, transparent), radial-gradient(ellipse at bottom, #4d9f0c, transparent); */
    background-image: radial-gradient(farthest-corner at 320px 60px, #0d6efd 0%, #ff0018 100%);
}
body.mp-template::before {
    content: "";
    position:absolute;
    width:100%;
    height:100%;
    opacity:0.1;
    background-image: url(../images/mp/background/chips-3-min.png);
    background-position: center center;
    background-size: contain;
    background-attachment: fixed;
}

body #page {
    padding:0px !important;
}
@media only screen and (max-width:1400px) {
    body #page {
        max-width: 100%;
    }
    #main-custom .banner .container {
        max-width: 100%;
    }
}

body #content #main-custom {
  padding: 0px;
}

/******** Top Banner Section ********/
#main-custom .banner, #main-custom .bottom-section {
    /* background-image: url(../images/mp/background/roulette2343-min.jpg); */
    background-position: center center;
    background-size: cover;
}

#main-custom .banner {
    width: 100%;
    background-size: cover;
    /* min-height: 300px;*/
    height: auto;
    z-index: -1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#main-custom .banner .container {
    padding: 0px 20px;
    position:relative;
}
#main-custom .banner .container:before {
    content:"";
    position:absolute;
    width: 100%;
    height:100%;
    /* background-color:rgba(0,0,0,0.5); */
    z-index: 0;
    left:0;
}

#main-custom .banner .banner-title {
    padding-top: 20px;
    position:relative;
}
#main-custom .banner .banner-title img.banner-logo {
    width: 40px;
    /* float: left; */
    margin: 0px 0px 10px 0px;
}
#main-custom .banner .banner-title h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
}
@media only screen and (max-width:500px) {
    #main-custom .banner .banner-title img.banner-logo {
        width: 40px;
        margin: -5px 0px 0px 0px;
    }
    #main-custom .banner .banner-title h1 {
        font-size: 24px;
    }
}
#main-custom .banner .banner-title h1 b {
    font-weight: 800;
}
#main-custom .banner .banner-content {
    color: #fff;
    padding: 5px 0px;
    position:relative;
}

/******** Featured 4 Games Section ********/


/******** Listed Games Section ********/
#main-custom .listed-bonus-reviews-sec {
    margin-top: 20px;
}
#main-custom .listed-bonus-reviews-sec .container {
    max-width: 100%;
}

#main-custom .listed-bonus-reviews-sec .section-header {
    display: flex;
}

#main-custom .listed-bonus-reviews-sec .section-header, #main-custom .listed-bonus-reviews-sec .section-description {
    color: #fff;
    font-family: "Roboto Mono", sans-serif;
}

#main-custom .listed-bonus-reviews-sec .section-header .icon {
    margin-right: 15px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields {
    display: flex;
    background-color:#fff;
    margin-bottom: 15px;
    border: solid 1px #358719;
    /* border-radius: 10px; */
    transition: all 0.5s ease;
    transform: scale(1);
}
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields:hover {
    /* transform: scale(1.02); */
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper {
    /* border-radius: 10px 0px 0px 10px; */
    position: relative;
    padding: 10px;
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%);
    /* background-image: url(../images/secure-1.png); */
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
}
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo .list-flag {
    position: absolute;
    width: 37px;
    height: 25px;
    left: auto;
    right: -20px;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    z-index: 1;
}
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.list-logo {
    max-width: 80%;
    display: block;
    margin: auto;
    max-height: 100px;
    object-fit: contain;
    transition: all 0.5s ease;
    transform: scale(1);
}
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields:hover .logo-wraper a.game-logo img.list-logo {
    transform: scale(1.2);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper {
    background: linear-gradient(90deg, #f2f2f2, #f8f8f8);
    display: flex;
    width: 80%;
    padding-left: 1%;
    /* border-radius: 0px 10px 10px 0px; */
}
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper > div {
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    text-align: center;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-offer-1, #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-offer-2 {
    font-weight: 600;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-amount {
    font-size: 32px;
    color: #0d6efd;
    font-weight: 600;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper {
    position: relative;
}

@media only screen and (min-width: 768px) {
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 70%;
        /* background: #ddd; */
        left: 0px;
        margin: auto;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper:after {
        content: "";
        position: absolute;
        width: 2px;
        height: 70%;
        /* background: #ddd; */
        right: 0px;
        margin: auto;
    }
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .star-rating {
    max-width: 120px;
    margin: 5px auto;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper span.title {
    color: #000;
    font-weight: 700;
    font-family: "Roboto Mono", sans-serif;
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 0.em;
    margin: 0 0 5px;

    -webkit-animation: glow-1 0.5s ease-in-out infinite alternate;
    -moz-animation: glow-1 0.5s ease-in-out infinite alternate;
    animation: glow-1 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow-1 {
    from {
        text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #009727, 0 0 1px #009727, 0 0 1px #009727;
    }
    to {
        text-shadow: 0 0 3px #fff, 0 0 6px #fff, 0 0 9px #009727, 0 0 12px #009727, 0 0 15px #009727;
    }
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper span.percent {
    color: #198788;
    font-size:14px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.1;
    margin: 10px 0 0px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper ul.description-lists {
    margin: 0px 10px;
    padding-left: 10px !important;
}
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper ul.description-lists li {
    list-style-type: square;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
}
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper a {
    background-color: #358719;
    padding: 10px 30px;
    border-radius: 0px;
    border: solid 1px #fff;
    text-align: center;
    text-decoration:none;
    font-weight: 600;
    font-size: 18px;
}
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper a:hover {
    /* background: linear-gradient(45deg, #fff 10%, #0ea808 90%); */
    background-color: #215b0d;
}
#main-custom .listed-bonus-reviews-sec section.list-1 .content-wrapper .button-wraper a span.play-btn {
    color: #fff;
    text-transform: uppercase;
    /* -webkit-animation: glow-btn 0.5s ease-in-out infinite alternate;
    -moz-animation: glow-btn 0.5s ease-in-out infinite alternate;
    animation: glow-btn 0.5s ease-in-out infinite alternate; */
}
@-webkit-keyframes glow-btn {
    from {
        text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #35871988, 0 0 4px #358719cc, 0 0 5px #358719;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #ff000088, 0 0 20px #ff0000cc, 0 0 25px #ff0000;
    }
}
#main-custom .listed-bonus-reviews-sec section.list-1 .content-wrapper .button-wraper a span.play-btn i {
    margin-left:10px;
}

@media only screen and (max-width: 767px) {
    #main-custom .banner .banner-content {
        padding:0px 0px 0px 0px;
    }
    #main-custom .listed-bonus-reviews-sec .section-header {
        display: block;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields {
        flex-direction: column;
        /* border-radius: 10px; */
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper {
        width: 100% !important;
        /* border-radius: 10px 10px 0px 0px; */
        padding-top:20px;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper:after {
        content: "";
        position: absolute;
        width: 95%;
        height: 2px;
        background: #ddd;
        bottom: -5px;
        margin: auto;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo:before {
        left: auto;
        right:0%;
        top: -15px;
        transform: translate(-50%, 0);
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo .list-flag {
        left: 50%;
        top: auto;
        bottom: -12px;
        transform: translate(-50%, 0);
    }
    
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo .list-logo {
        max-height: 60px !important;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper {
        display: block;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        padding-left: 0;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper > div {
        width: 100%;
    }
    
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.review-bonus-wraper {
        width: 50%;
        float: inline-end;
        min-height: 160px;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.review-star-rating-wraper {
        width: 50%;
        float: inline-start;
        min-height: 160px;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.review-star-rating-wraper span.title {
        font-size:24px;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.review-star-rating-wraper span.percent {
        font-size:14px;
    }
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.button-wraper a {
        padding: 8px 40px;
    }
}

@media only screen and (max-width: 767px) {
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 50%;
        background: #ddd;
        right: 0px;
        margin: auto;
    }
}

@media only screen and (max-width: 579px) {
    .bonus-amount {
        font-size: 24px !important;
    }
}

/******** page Bottom Section ********/
#main-custom .bottom-section {
    display: block;
    position:relative;
}
#main-custom .bottom-section:before {
    content:"";
    position:absolute;
    width: 100%;
    height:100%;
    /* background-color:rgba(0,0,0,0.5); */
    z-index: 0;
    left:0;
}

#main-custom .bottom-section-container {
    width: 100%;
    margin: auto;
    padding: 30px 20px;
    position:relative;
}

#main-custom .bottom-title h2 {
    color: #fff;
    text-align: center;
}
#main-custom .bottom-content {
  color: #fff;
  text-align: center;
  font-size:14px;
}

/******** Footer ********/
footer.site-info {
    padding: 10px;
    color: #000;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    display: block;
    width: 100%;
}
footer p {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
footer .footer-bottom {
  width: 1170px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-bottom .left-sec {
  text-align: center;
}
footer .footer-bottom .right-sec {
  text-align: center;
}
footer .bga {
  text-align: center;
  padding: 20px;
}
footer .bga img {
  max-width: 100%;
  height: 32px;
  margin: 10px;
}
footer .bga .plusplus {
  height: 44px;
  margin: 4px;
}

/* 2026 visual refresh */
:root {
    --page-bg: #081224;
    --page-bg-soft: #0d1c34;
    --surface: rgba(255, 255, 255, 0.98);
    --surface-soft: #f4f7fb;
    --ink: #101828;
    --muted: #64748b;
    --line: rgba(148, 163, 184, 0.24);
    --accent: #16a86f;
    --accent-dark: #0c7b52;
    --accent-soft: #dff8ed;
    --blue: #2563eb;
    --shadow: 0 18px 50px rgba(2, 8, 23, 0.22);
}

* {
    box-sizing: border-box;
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
    background: var(--page-bg);
    scroll-behavior: smooth;
}

body.mp-template {
    min-height: 100vh;
    color: var(--ink);
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 10% 6%, rgba(37, 99, 235, 0.28), transparent 28rem),
        radial-gradient(circle at 88% 20%, rgba(22, 168, 111, 0.18), transparent 25rem),
        linear-gradient(155deg, #07101f 0%, #0c1a30 48%, #081224 100%);
}

body.mp-template::before {
    position: fixed;
    inset: 0;
    width: auto;
    height: auto;
    opacity: 0.025;
    background-size: 520px;
    background-attachment: scroll;
    pointer-events: none;
}

body #page {
    position: relative;
    width: 100%;
    max-width: none;
}

#main-custom .banner {
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#main-custom .banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.025), transparent),
        radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.08), transparent 55%);
    pointer-events: none;
}

#main-custom .banner .container,
#main-custom .listed-bonus-reviews-sec .container,
#main-custom .bottom-section-container {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
    margin-inline: auto;
}

#main-custom .banner .container {
    z-index: 1;
    padding: 52px 0 42px;
}

#main-custom .banner .banner-title {
    padding-top: 0;
}

#main-custom .banner .banner-title h1 {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

#main-custom .banner .banner-title img.banner-logo {
    width: 48px;
    margin: -4px 4px 0;
    vertical-align: middle;
    border-radius: 9px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

#main-custom .banner .banner-content {
    max-width: 820px;
    margin: 22px auto 0;
    padding: 0;
}

#main-custom .banner .banner-content p {
    margin: 0;
    color: #c7d2e4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    text-align: center;
    text-wrap: pretty;
}

#main-custom .listed-bonus-reviews-sec {
    position: relative;
    z-index: 2;
    margin-top: 0;
    padding: 34px 0 52px;
}

#main-custom .listed-bonus-reviews-sec .container {
    padding: 0;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields {
    position: relative;
    min-height: 148px;
    margin-bottom: 18px;
    overflow: visible;
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 22px;
    box-shadow: var(--shadow);
    transform: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields:hover {
    transform: translateY(-3px);
    border-color: rgba(111, 231, 181, 0.65);
    box-shadow: 0 24px 60px rgba(2, 8, 23, 0.3);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper {
    width: 20%;
    min-width: 190px;
    padding: 18px 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 10%, rgba(37, 99, 235, 0.09), transparent 60%),
        #fff;
    border-radius: 21px 0 0 21px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper::after {
    display: none;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo {
    display: flex;
    width: 100%;
    height: 76px;
    min-height: 74px;
    align-items: center;
    justify-content: center;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.list-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 74px;
    object-fit: contain;
    filter: saturate(0.96);
    transform: none;
    transition: transform 180ms ease;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-photo {
    max-width: 168px;
    max-height: 52px;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 12px;
    box-shadow:
        0 8px 18px rgba(15, 23, 42, 0.14),
        0 0 0 4px rgba(255, 255, 255, 0.72);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-wildrobin {
    max-width: 156px;
    max-height: 66px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-cazeus {
    max-width: 174px;
    max-height: 30px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-tikitaka {
    max-width: 168px;
    max-height: 48px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-millioner {
    max-width: 168px;
    max-height: 38px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo .logo-plaque-millioner {
    display: inline-flex;
    width: min(176px, 100%);
    height: 50px;
    padding: 6px 9px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 24% 0%, rgba(37, 99, 235, 0.2), transparent 64%),
        linear-gradient(145deg, #14233d 0%, #0d1c34 100%);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 12px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 7px 16px rgba(8, 18, 36, 0.16);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo .logo-plaque-millioner img.logo-millioner {
    max-width: 100%;
    max-height: 100%;
    filter: none;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-kingmaker {
    max-width: 166px;
    max-height: 36px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-onlyspin {
    max-width: 102px;
    max-height: 68px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields:hover .logo-wraper a.game-logo img.list-logo {
    transform: scale(1.035);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper {
    display: grid;
    grid-template-columns: 1.05fr 1.18fr 0.8fr 0.94fr;
    width: 80%;
    padding: 0;
    background: transparent;
    border-radius: 0 21px 21px 0;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper > div {
    width: auto;
    min-width: 0;
    padding: 20px 16px;
    border-right: 0;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper > div:last-child {
    border-right: 0;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper span.title {
    margin: 0 0 8px;
    color: var(--ink);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.035em;
    animation: none;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .star-rating {
    display: flex;
    width: auto;
    max-width: none;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-plate {
    display: inline-flex;
    box-sizing: border-box;
    width: 164px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 38px;
    padding: 8px 10px;
    color: #ffffff;
    background:
        radial-gradient(circle at 20% 0%, rgba(65, 105, 175, 0.24), transparent 45%),
        linear-gradient(145deg, #101e38 0%, #091426 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        0 8px 18px rgba(8, 18, 36, 0.16);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-icons {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-icons .fas {
    color: #f4b928;
    background: linear-gradient(180deg, #fff1a8 0%, #f7c643 38%, #e29a12 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 1px 2px rgba(228, 156, 17, 0.35));
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-icons .is-empty {
    color: #53627b;
    background: none;
    -webkit-text-fill-color: #53627b;
    filter: none;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value {
    display: inline-flex;
    align-items: baseline;
    gap: 2px;
    padding-left: 9px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.14);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value strong {
    font-size: 13px;
    font-weight: 800;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value small {
    color: #9eabc0;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper span.percent {
    min-height: 15px;
    margin: 7px 0 0;
    color: var(--accent-dark);
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0.06em;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    margin: 11px 6px;
    padding: 13px 14px !important;
    font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        radial-gradient(circle at 50% -35%, rgba(96, 165, 250, 0.18), transparent 58%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(242, 247, 255, 0.96) 100%);
    border: 1px solid rgba(59, 130, 246, 0.14);
    border-radius: 12px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.95),
        0 8px 20px rgba(37, 99, 235, 0.07);
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 16px;
    left: 16px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.72), transparent);
    border-radius: 999px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields:hover .content-wrapper .review-bonus-wraper {
    border-color: rgba(37, 99, 235, 0.24);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 11px 24px rgba(37, 99, 235, 0.11);
    transform: translateY(-1px);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-offer-1,
#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-offer-2 {
    color: #52627a;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-offer-2 {
    color: #3f5068;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-amount {
    margin: 4px 0;
    color: #2563eb;
    font-size: clamp(1.6rem, 2.4vw, 2.05rem);
    font-weight: 800;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    letter-spacing: -0.035em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper {
    color: #475569;
    font-size: 12px;
    font-weight: 700;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-mark {
    display: inline-flex;
    width: min(140px, 100%);
    height: 48px;
    margin: 0 auto;
    padding: 7px 11px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
    border: 1px solid rgba(100, 116, 139, 0.14);
    border-radius: 12px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.98),
        0 5px 14px rgba(15, 23, 42, 0.06);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-mark img.brand-logo {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 !important;
    object-fit: contain;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-zimpler img.brand-logo {
    height: 25px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-brite img.brand-logo {
    height: 34px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-trustly img.brand-logo {
    height: 27px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-trumo {
    background:
        radial-gradient(circle at 50% -60%, rgba(175, 24, 222, 0.32), transparent 64%),
        linear-gradient(145deg, #25183d 0%, #160f29 100%);
    border-color: rgba(175, 24, 222, 0.26);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.12),
        0 6px 16px rgba(37, 24, 61, 0.16);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-trumo img.brand-logo {
    height: 27px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper {
    padding-inline: 20px;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper a {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 100%;
    min-height: 52px;
    padding: 10px 12px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, transparent 48%),
        linear-gradient(135deg, #0b8257 0%, #086b49 100%);
    border: 1px solid rgba(5, 90, 60, 0.42);
    border-radius: 12px;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.22),
        0 8px 18px rgba(8, 107, 73, 0.24);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
    transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease, border-color 170ms ease;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper a:hover {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, transparent 48%),
        linear-gradient(135deg, #09754f 0%, #075e41 100%);
    border-color: rgba(5, 82, 55, 0.48);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 11px 22px rgba(8, 94, 65, 0.28);
    transform: translateY(-1px);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper a:active {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18),
        0 5px 12px rgba(8, 94, 65, 0.22);
    transform: translateY(0);
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper a:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.4);
    outline-offset: 3px;
}

#main-custom .listed-bonus-reviews-sec section.list-1 .content-wrapper .button-wraper a span.play-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: inherit;
    line-height: 1;
    text-shadow: none;
    text-transform: none;
    white-space: nowrap;
    animation: none;
}

#main-custom .listed-bonus-reviews-sec section.list-1 .content-wrapper .button-wraper a span.play-btn i {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 8px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 11px;
    line-height: 1;
    opacity: 0.78;
    transition: transform 170ms ease, opacity 170ms ease;
}

#main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper a:hover span.play-btn i {
    opacity: 1;
    transform: translateX(2px);
}

#main-custom .bottom-section {
    margin-top: 8px;
    background: rgba(2, 8, 23, 0.38);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

#main-custom .bottom-section::before {
    display: none;
}

#main-custom .bottom-section-container {
    padding: 40px 0;
}

#main-custom .bottom-content .container {
    max-width: 900px;
}

#main-custom .bottom-content h3 {
    margin-bottom: 16px;
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

#main-custom .bottom-content p {
    color: #9fb0c8;
    font-size: 12px;
    line-height: 1.7;
}

#main-custom .bottom-content a {
    color: #8bb5ff;
}

#main-custom .bottom-content .gambling {
    gap: 18px;
    justify-content: center !important;
}

footer.site-info {
    padding: 18px 20px;
    color: #94a3b8;
    background: #050b15;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 12px;
}

@media only screen and (max-width: 980px) {
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper {
        min-width: 160px;
        padding-inline: 18px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper {
        grid-template-columns: 1fr 1.1fr 0.9fr 0.95fr;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper > div {
        padding-inline: 10px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper {
        padding-inline: 12px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-plate {
        width: 117px;
        gap: 4px;
        min-height: 32px;
        padding: 6px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-icons {
        gap: 1px;
        font-size: 11px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value {
        padding-left: 5px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value strong {
        font-size: 11px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value small {
        font-size: 7px;
    }
}

@media only screen and (max-width: 900px) {
    #main-custom .banner .container,
    #main-custom .listed-bonus-reviews-sec .container,
    #main-custom .bottom-section-container {
        width: min(100% - 28px, 720px);
    }

    #main-custom .banner .container {
        padding: 38px 0 34px;
    }

    #main-custom .banner .banner-title h1 {
        font-size: clamp(1.85rem, 9vw, 2.75rem);
        line-height: 1.08;
    }

    #main-custom .banner .banner-title img.banner-logo {
        width: 38px;
    }

    #main-custom .banner .banner-content {
        margin-top: 18px;
    }

    #main-custom .banner .banner-content p {
        font-size: 13px;
        line-height: 1.65;
    }

    #main-custom .listed-bonus-reviews-sec {
        padding: 22px 0 34px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields {
        flex-direction: column;
        min-height: 0;
        margin-bottom: 14px;
        overflow: hidden;
        border-radius: 20px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper {
        width: 100% !important;
        min-width: 0;
        min-height: 82px;
        padding: 13px 64px;
        border-radius: 19px 19px 0 0;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper::after {
        display: none;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo {
        height: 56px;
        min-height: 56px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.list-logo {
        max-height: 54px !important;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-photo {
        max-width: 160px;
        max-height: 48px !important;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-wildrobin {
        max-width: 144px;
        max-height: 54px !important;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-cazeus {
        max-width: 166px;
        max-height: 26px !important;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-tikitaka {
        max-width: 158px;
        max-height: 43px !important;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-millioner,
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-kingmaker {
        max-width: 160px;
        max-height: 32px !important;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-onlyspin {
        max-width: 84px;
        max-height: 56px !important;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        padding: 0;
        border-radius: 0 0 19px 19px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper > div {
        width: auto !important;
        min-height: 88px;
        padding: 10px 9px;
        float: none !important;
        border-right: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper > div:nth-child(2n) {
        border-right: 0;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.review-star-rating-wraper,
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.review-bonus-wraper {
        width: auto;
        min-height: 88px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.review-bonus-wraper {
        min-height: 72px;
        margin: 8px;
        padding: 9px !important;
        border-radius: 11px;
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.95),
            0 5px 14px rgba(37, 99, 235, 0.06);
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.review-bonus-wraper::before {
        right: 12px;
        left: 12px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper::before {
        display: none;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper span.percent {
        display: none;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.review-star-rating-wraper span.title {
        margin-bottom: 5px;
        font-size: 18px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-plate {
        width: 136px;
        gap: 6px;
        min-height: 34px;
        padding: 7px 8px;
        border-radius: 10px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-icons {
        gap: 2px;
        font-size: 12px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value {
        padding-left: 6px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value strong {
        font-size: 12px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value small {
        font-size: 8px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-amount {
        margin: 2px 0;
        font-size: 21px !important;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-offer-1,
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-offer-2 {
        font-size: 10px;
        line-height: 1.2;
        white-space: nowrap;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-mark {
        width: min(132px, 100%);
        height: 44px;
        padding: 7px 10px;
        border-radius: 11px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-zimpler img.brand-logo {
        height: 22px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-brite img.brand-logo {
        height: 30px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-trustly img.brand-logo,
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-trumo img.brand-logo {
        height: 24px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .button-wraper {
        padding: 10px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper div.button-wraper a {
        min-height: 48px;
        padding: 7px 8px;
        font-size: 12px;
    }

    #main-custom .listed-bonus-reviews-sec section.list-1 .content-wrapper .button-wraper a span.play-btn i {
        width: auto;
        height: auto;
        margin-left: 7px;
        border-radius: 0;
        font-size: 10px;
    }

    #main-custom .bottom-section-container {
        padding: 34px 0;
    }
}

@media only screen and (min-width: 901px) and (max-width: 980px) {
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-mark {
        width: min(132px, 100%);
        height: 44px;
        padding: 6px;
        border-radius: 11px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-zimpler img.brand-logo {
        height: 23px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-brite img.brand-logo {
        height: 31px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-trustly img.brand-logo,
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-description-wraper .payment-trumo img.brand-logo {
        height: 25px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.list-logo {
        max-width: 132px !important;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .logo-wraper a.game-logo img.logo-onlyspin {
        max-width: 92px !important;
    }
}

@media only screen and (max-width: 350px) {
    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-plate {
        width: 117px;
        gap: 4px;
        min-height: 32px;
        padding: 6px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-icons {
        gap: 1px;
        font-size: 11px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value {
        padding-left: 5px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value strong {
        font-size: 11px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-star-rating-wraper .rating-value small {
        font-size: 7px;
    }

    #main-custom .listed-bonus-reviews-sec section.game-review_custom-fields .content-wrapper .review-bonus-wraper .bonus-amount {
        font-size: 19px !important;
        white-space: nowrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

