/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .header-button > .button:not(.is-outline) {
    background-color: linear-gradient(135deg, var(--review-red-bright), var(--review-red)) !important;
	padding: 3px 18px;
}

#review-results {
    padding: 15px;
}

/* Review hub - dark demo visual system. */
.home,
.post-type-archive-review,
.tax-game_provider,
.tax-payment_method,
.tax-review_tag,
.review-filter-wrapper,
.row-review-list {
    --review-red: #e31d3b;
    --review-red-bright: #ff3c59;
    --review-bg: #08090b;
    --review-panel: #121318;
    --review-panel-2: #1a1b22;
    --review-panel-3: #20222a;
    --review-text: #f6f6f8;
    --review-muted: #a9aab4;
    --review-gold: #ffc94d;
    --review-green: #36d17c;
    --review-line: rgba(255, 255, 255, .09);
    --review-shadow: 0 18px 50px rgba(0, 0, 0, .38);
}

.home #main,
.post-type-archive-review #main,
.tax-game_provider #main,
.tax-payment_method #main,
.tax-review_tag #main {
    background: radial-gradient(circle at 85% 0, rgba(227, 29, 59, .15), transparent 28%), var(--review-bg);
    color: var(--review-text);
}

body .review-filter-wrapper {
    background: var(--review-panel);
    border: 1px solid var(--review-line);
    border-radius: 20px;
    box-shadow: var(--review-shadow);
    margin: 0 0 22px;
    padding: 20px;
}

.review-filter-heading {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 15px;
}

.review-filter-heading h2 {
    color: var(--review-text);
    font-size: 22px;
    line-height: 1.3;
    margin: 3px 0 0;
}

.review-eyebrow {
    color: var(--review-gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
}

.review-filter-active {
    color: var(--review-muted);
    font-size: 12px;
}

.review-filter-wrapper .filter-grid {
    align-items: stretch;
    display: grid;
    gap: 10px;
    grid-template-columns: 1.2fr repeat(3, .7fr) auto;
}

.review-filter-wrapper .filter-field {
    min-width: 0;
}

.review-filter-wrapper .filter-field label {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.review-filter-wrapper .filter-field input,
.review-filter-wrapper .filter-field select {
    appearance: none;
    background-color: var(--review-panel-2);
    border: 1px solid var(--review-line);
    border-radius: 10px;
    box-shadow: none;
    color: var(--review-text);
    font-size: 13px;
    margin: 0;
    min-height: 46px;
    padding: 11px 13px;
}

.review-filter-wrapper .filter-field input::placeholder {
    color: var(--review-muted);
}

.review-filter-wrapper .filter-field input:focus,
.review-filter-wrapper .filter-field select:focus {
    border-color: rgba(255, 60, 89, .6);
}

.review-filter-wrapper .filter-actions {
    align-items: stretch;
    display: flex;
    gap: 8px;
}

.review-filter-wrapper .filter-submit-btn,
.review-filter-wrapper .filter-reset-btn {
    border-radius: 10px;
    font-size: 13px;
    font-weight: 900;
    min-height: 46px;
    padding: 5px 17px;
}

.review-filter-wrapper .filter-submit-btn {
    background: linear-gradient(135deg, var(--review-red-bright), var(--review-red));
    border: 0;
    color: #fff;
}

.review-filter-wrapper .filter-reset-btn {
    background: var(--review-panel-2);
    border: 1px solid var(--review-line);
    color: var(--review-text);
}

body .filter-tags {
    gap: 8px;
    margin: 0 0 28px;
}

body .filter-tags .tag,
.row-review-list .tag {
    background: var(--review-panel-2);
    border: 1px solid var(--review-line);
    border-radius: 999px;
    color: #ddd;
    font-size: 11px;
    min-height: 32px;
    padding: 6px 11px;
}

body .filter-tags .tag:hover,
body .filter-tags .tag.active {
    background: rgba(227, 29, 59, .2);
    border-color: rgba(255, 60, 89, .45);
    color: #fff;
}

.cards-grid.row-review-list {
    counter-reset: casino-rank;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    max-width: 1260px;
    padding: 0;
}

.row-review-list .casino-card {
    background: var(--review-panel);
    border: 1px solid var(--review-line);
    border-radius: 18px;
    box-shadow: none;
    color: var(--review-text);
    counter-increment: casino-rank;
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.row-review-list .casino-card:hover {
    border-color: rgba(255, 60, 89, .42);
    box-shadow: var(--review-shadow);
    transform: translateY(-2px);
}

.row-review-list .casino-main {
    align-items: stretch;
    display: grid;
    gap: 20px;
    grid-template-columns: 145px minmax(0, 1.25fr) minmax(250px, .78fr);
    padding: 12px;
}

.row-review-list .casino-brand {
    align-items: center;
    background: #101116;
    border: 1px solid var(--review-line);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 205px;
    padding: 18px 12px;
    position: relative;
    text-align: center;
}

.row-review-list .rank-number {
    background: var(--review-bg);
    border: 1px solid var(--review-line);
    border-radius: 50%;
    color: #fff;
    display: grid;
    font-size: 11px;
    font-weight: 900;
    height: 25px;
    left: 10px;
    place-items: center;
    position: absolute;
    top: 10px;
    width: 25px;
}

.row-review-list .rank-number::before {
    content: counter(casino-rank);
}

.row-review-list .casino-logo {
    background: linear-gradient(145deg, var(--review-red-bright), #79000d);
    border-radius: 17px;
    color: #fff;
    display: grid;
    flex: 0 0 auto;
    font-size: 22px;
    font-weight: 900;
    height: 72px;
    margin: 0 0 13px;
    overflow: hidden;
    place-items: center;
    width: 72px;
}

.row-review-list .casino-logo-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.row-review-list .casino-brand h3 {
    font-size: 19px;
    line-height: 1.2;
    margin: 0 0 5px;
}

.row-review-list .casino-brand h3 a,
.row-review-list .casino-brand h3 a:hover {
    color: var(--review-text);
}

.row-review-list .rating {
    color: var(--review-gold);
    font-size: 14px;
    font-weight: 900;
}

.row-review-list .stars {
    letter-spacing: -1px;
}

.row-review-list .legal {
    color: #8e8f99;
    font-size: 10px;
    line-height: 1.35;
    margin-top: 8px;
}

.row-review-list .badge-top {
    background: rgba(227, 29, 59, .18);
    border: 1px solid rgba(255, 60, 89, .35);
    border-radius: 999px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    margin-top: 9px;
    padding: 3px 8px;
}

.row-review-list .casino-offer {
    border-right: 1px solid var(--review-line);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 20px 16px 0;
}

.row-review-list .offer-title {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
}

.row-review-list .offer-title .flame {
    font-size: 24px;
}

.row-review-list .offer-title strong {
    color: var(--review-text);
    font-size: 22px;
    line-height: 1.15;
}

.row-review-list .offer-amount {
    color: var(--review-gold);
    font-size: 15px;
    font-weight: 900;
    margin: 0 0 12px;
}

.row-review-list .benefit-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
    margin: 4px 0 18px;
}

.row-review-list .benefit {
    align-items: flex-start;
    color: #e6e6eb;
    display: flex;
    font-size: 12px;
    gap: 8px;
}

.row-review-list .benefit i {
    background: var(--review-panel-3);
    border-radius: 50%;
    color: var(--review-gold);
    display: grid;
    flex: 0 0 auto;
    font-style: normal;
    font-weight: 900;
    height: 20px;
    place-items: center;
    width: 20px;
}

.row-review-list .casino-cta {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
}

.row-review-list .casino-cta .btn {
    border-radius: 10px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0;
    padding: 15px 10px;
}

.row-review-list .casino-cta .btn-review {
    background: var(--review-panel-2);
    border: 1px solid var(--review-line);
    color: #fff;
}

.row-review-list .casino-cta .btn-play {
    background: linear-gradient(135deg, var(--review-red-bright), var(--review-red));
    border: 0;
    color: #fff;
}

.row-review-list .casino-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 8px 12px 0;
}

.row-review-list .detail-group {
    margin-bottom: 14px;
}

.row-review-list .detail-head {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 8px;
}

.row-review-list .detail-title {
    color: var(--review-text);
    font-size: 12px;
    letter-spacing: .4px;
    margin: 0;
}

.row-review-list .score-box {
    text-align: right;
}

.row-review-list .score-box strong {
    color: var(--review-text);
    display: block;
    font-size: 20px;
    line-height: 1;
}

.row-review-list .score-box span {
    color: var(--review-muted);
    font-size: 9px;
}

.row-review-list .feature-list,
.row-review-list .payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.row-review-list .pay-pill {
    background: var(--review-panel-3);
    border: 1px solid rgba(255, 255, 255, .04);
    border-radius: 7px;
    color: #ddd;
    display: inline-flex;
    font-size: 10px;
    font-weight: 800;
    min-height: 28px;
    padding: 5px 8px;
}

.row-review-list .trust-bar {
    background: var(--review-panel-3);
    border-radius: 4px;
    height: 6px;
    overflow: hidden;
}

.row-review-list .trust-fill {
    background: linear-gradient(90deg, var(--review-red), var(--review-gold));
    border-radius: inherit;
    height: 100%;
}

@media (max-width: 1000px) {
    .review-filter-wrapper .filter-grid {
        grid-template-columns: 1fr 1fr;
    }

    .review-filter-wrapper .filter-actions {
        grid-column: 1 / -1;
    }

    .row-review-list .casino-main {
        grid-template-columns: 125px 1fr;
    }

    .row-review-list .casino-details {
        border-top: 1px solid var(--review-line);
        grid-column: 1 / -1;
        padding: 18px 8px 8px;
    }

    .row-review-list .casino-offer {
        border-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 680px) {
    .review-filter-wrapper {
        padding: 16px;
    }

    .review-filter-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .review-filter-wrapper .filter-grid,
    .review-filter-wrapper .filter-actions,
    .row-review-list .casino-main,
    .row-review-list .casino-cta,
    .row-review-list .benefit-list {
        grid-template-columns: 1fr;
    }

    .review-filter-wrapper .filter-actions > * {
        flex: 1;
    }

    .filter-tags {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }

    .row-review-list .casino-main {
        gap: 10px;
        padding: 10px;
    }

    .row-review-list .casino-brand {
        min-height: 165px;
    }

    .row-review-list .casino-offer {
        padding: 12px;
    }

    .row-review-list .casino-details {
        grid-column: auto;
        padding: 12px;
    }
}

.taxonomy-description ul {
	margin-left: 20px;
}
/* Table wrapper */
table {
    display: inline-table !important;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 1.8em 0;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/* Header */
table thead th {
    background: linear-gradient(180deg, #f8fafc, #f1f5f9);
    font-weight: 600;
    color: #1f2937;
}

/* Cells */
table th,
table td {
    padding: 12px 14px !important;
    border-bottom: 1px solid #e6e8ec;
    text-align: left;
    vertical-align: middle;
	color: #333;
}

/* Remove last row border */
table tbody tr:last-child td {
    border-bottom: none;
}

/* Zebra rows */
table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Hover (desktop) */
@media (hover: hover) {
    table tbody tr:hover {
        background: #eef4ff;
    }
}

/* Rounded corners for header */
table thead th:first-child {
    border-top-left-radius: 10px;
}
table thead th:last-child {
    border-top-right-radius: 10px;
}

/* Responsive scroll */
table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Prevent ugly wrap for numbers */
table td {
    word-break: break-word;
}

.accordion br {
	display: none;
}
.recent-blog-posts a {
    margin-bottom: 0px;
    font-size: 13.5px;
    color: #06022c;
}

.recent-blog-posts .badge-inner {
    border-radius: 5px;
}

.post-sidebar .widget-title {
    color: #b00020;
}


strong, b {
	font-weight: bold;
}
.textcontent-scrollbox {
    padding: 20px 5px;
    background-color: transparent;
    border: 2px solid #b00020;
    border-radius: 18px;
    box-shadow: 0 0 10px #b0002038, 0 0 20px #b0002024;
    margin-bottom: 10px;
    background: white;
}

.textcontent-scrollbox>.col {
    max-height: 500px;
    overflow-y: auto;
	padding: 25px;
}

.uxb-draggable.textcontent-scrollbox>.col {
    max-height: none;
}

.textcontent-scrollbox>.col::-webkit-scrollbar {
    width: 4px;
}

.textcontent-scrollbox>.col::-webkit-scrollbar-thumb {
    background: #08a559;
    border-radius: 4px;
}

.textcontent-scrollbox>.col::-webkit-scrollbar-track {
    background: transparent;
}


.review-filter-wrapper {
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 14px;
    padding: 20px 24px;
    margin-bottom: 32px;
    box-shadow: 0 6px 26px rgba(176,0,32,0.10);
}

.review-filter-form {
    max-width: 1200px;
    margin: 0 auto;
}

.filter-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: flex-end;
}

.filter-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    flex: 1;
    min-width: 160px;
    position: relative;
}

.filter-field label {
    color: #8A6B5A;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 0;
}

.filter-field input,
.filter-field select {
    width: 100%;
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 8px;
    color: #1A1A1A;
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 14px;
    padding: 9px 13px;
    min-height: 42px;
    outline: none;
    transition: border-color .2s;
    box-shadow: none;
    appearance: none;
}

.filter-field input:focus,
.filter-field select:focus {
    border-color: #B00020;
    box-shadow: none;
    transform: none;
}

.filter-field input::placeholder {
    color: #8A6B5A;
}

.filter-field select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%234A2B2D' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size: 12px;
    padding-right: 36px;
    cursor: pointer;
}

.filter-actions {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.filter-submit-btn,
.filter-reset-btn {
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 14px;
    font-weight: 700;
    min-height: 42px;
    margin: 0;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    transition: background .2s, border-color .2s, color .2s;
    white-space: nowrap;
}

.filter-submit-btn {
    background: #B00020;
    border: none;
    color: #FFFFFF;
}

.filter-submit-btn:hover {
    background: #7A0014;
    color: #FFFFFF;
}

.filter-reset-btn {
    background: #FFFFFF;
    border: 1.5px solid #B00020;
    color: #B00020;
}

.filter-reset-btn:hover {
    background: #FFF1F2;
    color: #B00020;
}

.filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
}

.filter-tags .tag,
.tag {
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 50px;
    color: #4A2B2D;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    min-height: 32px;
    padding: 6px 14px;
    text-decoration: none;
    transition: all .2s;
    user-select: none;
    white-space: nowrap;
}

.filter-tags .tag:hover,
.tag:hover {
    border-color: #B00020;
    color: #B00020;
}

.filter-tags .tag.active,
.tag.active {
    background: #B00020;
    border-color: #B00020;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .review-filter-wrapper {
        padding: 20px 16px;
    }

    .filter-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .filter-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .filter-tags {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 6px;
    }
}

.age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    font-weight: 900;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-right: 8px;
}

.section-banner .banner::before, .banner-review::before {
    content: '';
    position: absolute; inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

.section-banner .banner, .banner-review {
    position: relative;
    padding: 40px 30px;
    color: #FFFFFF;
	background: radial-gradient(circle at top left, rgba(245, 182, 66, 0.30), transparent 34%), linear-gradient(135deg, #7A0014 0%, #B00020 52%, #E63946 100%);
}

.section-banner a.button {
    border-radius: 8px;
    background-color: #fcb565;
    color: black;
    padding: 7px 35px;
    font-size: 20px;
    font-weight: 500;
    min-height: 0;
    line-height: 0;
}

.section-banner .text-1 {
    font-size: 32px;
    font-weight: bolder;
}

.section-banner .text-1 p {
    margin-bottom: 0px;
}

.section-banner .text-2 {
    font-size: 13px;
}

.section-banner .text-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 13px;
    font-weight: 700;
    padding: 0 15px;
    border-radius: 50px;
    margin-bottom: 20px;
    letter-spacing: .5px;
    max-height: 35px;
}

.banner-review h1 {
    font-size: 35px;
}

.section-news .post-item .box-image {
    display: none;
}

.section-news .post-item .is-divider {
    display: none;
}

.section-news .post-item a {
    color: #1a1a1a
}

.section-news .post-item.col>.col-inner {
    background-color: #fff;
    background: #ffffff;
    border: 1.5px solid #f1d7c2;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 26px rgba(176, 0, 32, 0.10);
    transition: transform .2s;
    cursor: pointer;
    padding: 3px 20px 0px;
}

.section-news .post-item {
    padding-bottom: 15px;
}

.taxonomy-header .row>.col {
    padding-bottom: 0;
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    gap: 24px;
    padding: 0 15px;
    margin-bottom: 20px;
}

.row.cards-grid {
    margin-left: auto;
    margin-right: auto;
}

.casino-card {
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 14px;
    box-shadow: 0 6px 26px rgba(176,0,32,0.10);
    cursor: pointer;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

.casino-card:hover {
    border-color: #E63946;
    box-shadow: 0 10px 38px rgba(176,0,32,0.20);
    transform: translateY(-4px);
}

.casino-card .card-header {
    background: linear-gradient(120deg, #FFF8EF, #FFF1F2);
    border-bottom: 1.5px solid #F1D7C2;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px;
}

.casino-card .casino-logo {
    align-items: center;
    background: linear-gradient(135deg,#D90429,#9D0208);
    border-radius: 12px;
    color: #FFFFFF;
    display: flex;
    flex-shrink: 0;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 18px;
    font-weight: 900;
    height: 56px;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    width: auto;
}

.casino-card .casino-logo-img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.casino-card .card-title-block {
    flex: 1;
    min-width: 0;
}

.casino-card .card-title-block h3 {
    color: #1A1A1A;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 3px;
}

.casino-card .card-title-block h3 a {
    color: inherit;
    text-decoration: none;
}

.casino-card .chip-verified {
    color: #00A86B;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
}

.casino-card .badge-top {
    border-radius: 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 4px 10px;
    white-space: nowrap;
}

.casino-card .badge-hot { background: #FFE8E8; color: #C0392B; }
.casino-card .badge-new { background: #E8F8F0; color: #1A8A5A; }
.casino-card .badge-vip { background: #FFF3D4; color: #A07010; }

.casino-card .card-body {
    padding: 18px 20px;
}

.casino-card .card-rating {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.casino-card .stars {
    color: #F5B642;
    font-size: 16px;
    letter-spacing: 0;
}

.casino-card .rating-num {
    color: #1A1A1A;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 22px;
    font-weight: 900;
}

.casino-card .rating-count {
    color: #8A6B5A;
    font-size: 12px;
}

.casino-card .card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.casino-card .feature-pill {
    background: #FFF1F2;
    border-radius: 50px;
    color: #7A0014;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
}

.casino-card .card-bonus {
    background: linear-gradient(90deg, #FFF8DF, #FFF1C2);
    border: 1.5px solid #F0D080;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    padding: 10px 14px;
}

.casino-card .card-bonus-icon { font-size: 18px; }
.casino-card .card-bonus-text { color: #7A5800; font-size: 13px; font-weight: 700; }
.casino-card .card-bonus-amount { color: #F5B642; font-family: 'Exo 2', 'Noto Sans Thai', sans-serif; font-size: 15px; font-weight: 900; }

.casino-card .trust-heading {
    color: #8A6B5A;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
}

.casino-card .trust-excellent { color: #00A86B; }
.casino-card .trust-good { color: #B00020; }
.casino-card .trust-bar { background: #E8EFF5; border-radius: 4px; height: 6px; margin-top: 6px; overflow: hidden; }
.casino-card .trust-fill { background: linear-gradient(90deg, #B00020, #F5B642); border-radius: 4px; height: 6px; }

.casino-card .card-footer {
    display: flex;
    gap: 10px;
    padding: 0 20px 18px;
}

.casino-card .btn-review,
.casino-card .btn-play {
    border-radius: 8px;
    cursor: pointer;
    flex: 1;
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    padding: 9px;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
}

.casino-card .btn-review {
    background: #FFFFFF;
    border: 2px solid #B00020;
    color: #B00020;
}

.casino-card .btn-review:hover {
    background: #FFF1F2;
    color: #B00020;
}

.casino-card .btn-play {
    background: #B00020;
    border: 2px solid #B00020;
    color: #FFFFFF;
}

.casino-card .btn-play:hover {
    background: #7A0014;
    border-color: #7A0014;
    color: #FFFFFF;
}

.popular-games-section {
    max-width: 1200px;
    margin: 0 auto;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 28px;
}

.section-title {
    color: #1A1A1A;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
}

.section-title span {
    color: #B00020;
}

.see-all {
    color: #B00020;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.see-all:hover {
    color: #7A0014;
    text-decoration: underline;
}

.games-scroll {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}

.game-card {
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 14px;
    box-shadow: 0 6px 26px rgba(176,0,32,0.10);
    cursor: pointer;
    overflow: hidden;
    transition: transform .2s, box-shadow .2s;
}

.game-card:hover {
    box-shadow: 0 10px 38px rgba(176,0,32,0.20);
    transform: translateY(-3px);
}

.game-card-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.game-thumb {
    background: linear-gradient(135deg, #1A0508, #3B0710);
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    position: relative;
    color: #FFFFFF;
}

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

.game-icon {
    line-height: 1;
}

.game-fallback-title {
    color: #FFFFFF;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    padding: 16px;
    text-align: center;
}

.game-rtp {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(217,4,41,0.9);
    color: #FFFFFF;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    padding: 3px 7px;
    border-radius: 50px;
}

.game-info {
    padding: 12px;
}

.game-name {
    color: #1A1A1A;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
    margin-bottom: 2px;
}

.game-provider {
    color: #8A6B5A;
    font-size: 11px;
    font-weight: 600;
}

.game-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 6px;
}

.game-rating .stars {
    color: #F5B642;
    font-size: 11px;
    letter-spacing: 0;
}

.game-rating span {
    color: #1A1A1A;
    font-size: 12px;
    font-weight: 700;
}

.popular-game-archive-page .row-main,
.popular-game-archive-header,
.single-popular-game-page .row-main,
.single-popular-game-layout {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.popular-game-archive-header {
    margin-bottom: 24px;
}

.popular-game-archive-header h1 {
    color: #1A1A1A;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 8px;
}

.popular-game-archive-header p {
    color: #8A6B5A;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.popular-game-archive-grid {
    margin-bottom: 24px;
}

.single-popular-game-hero {
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 14px;
    box-shadow: 0 6px 26px rgba(176,0,32,0.10);
    display: grid;
    grid-template-columns: minmax(280px, 460px) 1fr;
    gap: 24px;
    overflow: hidden;
    padding: 24px;
}

.single-popular-game-cover {
    background: linear-gradient(135deg, #1A0508, #3B0710);
    border-radius: 12px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.single-popular-game-cover span {
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 24px;
    font-weight: 900;
    padding: 20px;
    text-align: center;
}

.single-popular-game-img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.single-popular-game-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    min-width: 0;
}

.single-popular-game-main h1 {
    color: #1A1A1A;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0;
}

.single-popular-game-main .game-provider {
    color: #8A6B5A;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}

.single-popular-game-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 14px;
}

.review-ranking-section {
    max-width: 1200px;
    margin: 0 auto;
}

.ranking-table {
    width: 100%;
    display: table !important;
    border: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
    margin: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}

.ranking-table thead th {
    background: transparent;
    border: 0;
    color: #8A6B5A;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 8px 16px !important;
    text-align: left;
    text-transform: uppercase;
}

.ranking-table tbody tr {
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 6px 26px rgba(176,0,32,0.10);
    cursor: pointer;
    transition: transform .2s, box-shadow .2s;
}

.ranking-table tbody tr:hover {
    background: #FFFFFF;
    box-shadow: 0 10px 38px rgba(176,0,32,0.20);
    transform: translateX(4px);
}

.ranking-table th,
.ranking-table td,
.ranking-table tbody td {
    border: 0;
    color: #1A1A1A;
    font-size: 14px;
    padding: 14px 16px !important;
    vertical-align: middle;
}

.ranking-table tbody td:first-child {
    border-radius: 8px 0 0 8px;
    width: 54px;
}

.ranking-table tbody td:last-child {
    border-radius: 0 8px 8px 0;
}

.ranking-table strong,
.ranking-table strong a {
    color: #1A1A1A;
    font-weight: 800;
    text-decoration: none;
}

.ranking-summary {
    color: #8A6B5A;
    font-size: 11px;
    font-weight: 600;
}

.ranking-score {
    color: #B00020;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-weight: 800;
}

.ranking-bonus {
    color: #F5B642;
    font-size: 12px;
    font-weight: 700;
}

.rank-num {
    color: #B00020;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 18px;
    font-weight: 900;
}

.rank-num.gold { color: #F5B642; }
.rank-num.silver { color: #9BA8B0; }
.rank-num.bronze { color: #C0795A; }

.ranking-table .ranking-row:focus {
    outline: 2px solid #B00020;
    outline-offset: 2px;
}

.single-review-page {
    color: #1A1A1A;
}

.single-review-page .row-main,
.single-review-breadcrumbs,
.single-review-layout {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.single-review-breadcrumbs {
    margin-bottom: 14px;
}

.single-review-hero {
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 14px;
    box-shadow: 0 6px 26px rgba(176,0,32,0.10);
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 24px;
    overflow: hidden;
    padding: 24px;
}

.single-review-logo {
    align-items: center;
    border-radius: 12px;
    color: #FFFFFF;
    display: flex;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 46px;
    font-weight: 900;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.single-review-logo-img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.single-review-main {
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-width: 0;
}

.single-review-title-row {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.single-review-title-row h1 {
    color: #1A1A1A;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 6px;
}

.single-review-page .chip-verified {
    color: #00A86B;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
}

.single-review-page .badge-top {
    border-radius: 50px;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    padding: 6px 12px;
    white-space: nowrap;
}

.single-review-page .badge-hot { background: #FFE8E8; color: #C0392B; }
.single-review-page .badge-new { background: #E8F8F0; color: #1A8A5A; }
.single-review-page .badge-vip { background: #FFF3D4; color: #A07010; }

.single-review-description {
    color: #4A2B2D;
    font-size: 15px;
    line-height: 1.7;
}

.single-review-description p:last-child {
    margin-bottom: 0;
}

.single-review-rating-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px;
    align-items: stretch;
}

.single-review-score-card {
    align-items: center;
    background: linear-gradient(120deg, #FFF8EF, #FFF1F2);
    border: 1.5px solid #F1D7C2;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    min-height: 74px;
    padding: 14px 16px;
}

.single-review-page .stars {
    color: #F5B642;
    font-size: 16px;
    letter-spacing: 0;
}

.single-review-score-card strong {
    color: #1A1A1A;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 30px;
    font-weight: 900;
}

.single-review-score-card span:last-child {
    color: #8A6B5A;
    font-size: 13px;
}

.single-review-page .card-bonus {
    background: linear-gradient(90deg, #FFF8DF, #FFF1C2);
    border: 1.5px solid #F0D080;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 12px 16px;
}

.single-review-page .card-bonus-icon { font-size: 22px; }
.single-review-page .card-bonus-text { color: #7A5800; font-size: 13px; font-weight: 700; }
.single-review-page .card-bonus-amount { color: #F5B642; font-family: 'Exo 2', 'Noto Sans Thai', sans-serif; font-size: 18px; font-weight: 900; }

.single-review-page .card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-review-page .feature-pill {
    background: #FFF1F2;
    border-radius: 50px;
    color: #7A0014;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 12px;
}

.single-review-trust {
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 74px;
    padding: 14px 16px;
}

.single-review-page .trust-heading {
    color: #8A6B5A;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 12px;
    font-weight: 700;
}

.single-review-page .trust-excellent { color: #00A86B; }
.single-review-page .trust-good { color: #B00020; }
.single-review-page .trust-bar { background: #E8EFF5; border-radius: 4px; height: 7px; margin-top: 7px; overflow: hidden; }
.single-review-page .trust-fill { background: linear-gradient(90deg, #B00020, #F5B642); border-radius: 4px; height: 7px; }

.single-review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2px;
}

.single-review-page .btn-review,
.single-review-page .btn-play {
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Noto Sans Thai', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    min-height: 44px;
    min-width: 170px;
    padding: 10px 18px;
    text-align: center;
    text-decoration: none;
    transition: all .2s;
}

.single-review-page .btn-review {
    background: #FFFFFF;
    border: 2px solid #B00020;
    color: #B00020;
}

.single-review-page .btn-review:hover {
    background: #FFF1F2;
    color: #B00020;
}

.single-review-page .btn-play {
    background: #B00020;
    border: 2px solid #B00020;
    color: #FFFFFF;
}

.single-review-page .btn-play:hover {
    background: #7A0014;
    border-color: #7A0014;
    color: #FFFFFF;
}

.single-review-meta-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    margin-top: 18px;
}

.single-review-meta-card {
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 8px;
    box-shadow: 0 6px 26px rgba(176,0,32,0.08);
    padding: 14px 16px;
}

.single-review-meta-card span {
    color: #8A6B5A;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}

.single-review-meta-card strong {
    color: #1A1A1A;
    font-family: 'Exo 2', 'Noto Sans Thai', sans-serif;
    font-size: 16px;
    font-weight: 800;
}

.single-review-pros-cons {
    margin-top: 24px;
}

.single-review-pros-cons h2 {
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 12px;
}

.single-review-content {
    background: #FFFFFF;
    border: 1.5px solid #F1D7C2;
    border-radius: 14px;
    box-shadow: 0 6px 26px rgba(176,0,32,0.08);
    margin-top: 24px;
    padding: 28px;
}

@media (max-width: 768px) {
    .cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .casino-card .card-header {
        padding: 16px;
    }

    .casino-card .card-footer {
        display: grid;
        grid-template-columns: 1fr;
    }

    .section-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .games-scroll {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }

    .single-review-hero {
        grid-template-columns: 1fr;
        padding: 16px;
    }

    .single-review-logo {
        margin: 0 auto;
    }

    .single-review-title-row,
    .single-review-rating-row,
    .single-review-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin: 0 auto;
        text-align: center;
    }

    .single-review-title-row h1 {
        font-size: 26px;
    }

    .single-review-description p:last-child {
        text-align: center;
    }

    .single-review-page .btn-review,
    .single-review-page .btn-play {
        width: 100%;
    }

    .single-review-content {
        padding: 18px;
    }

    .popular-game-archive-header h1,
    .single-popular-game-main h1 {
        font-size: 24px;
    }

    .single-popular-game-hero {
        grid-template-columns: 1fr;
        padding: 16px;
    }
}

.row-review-list .accordion-inner {
    padding: 0px 20px 0px;
}

.row-review-list .accordion-inner li {
	margin-bottom: 0px;
}

.row-review-list .accordion-title {
    padding: 5px 15px;
    color: #000066;
    border: none;
    background-color: #f9f9f9;
    margin-bottom: 5px;
    border-radius: 8px;
	margin-top: 10px;
	font-size: 14px;
}

.row-review-list .accordion .toggle {
	left: inherit;
	right: 0;
}

.row-review-list .accordion p, .row-review-list .accordion li {
	font-size: 14px;
}

.disclaimer {
	font-size: 12px;
	color: #7f7f7f;
	text-align: center;
}

.review-template-default .large-10.col {
	        flex-basis: 100%;
        max-width: 100%;
}

.footer-primary.pull-left {
    width: 100%;
}

.copyright-footer {
	    background: #121318;
    border: 1px solid rgb(255 255 255 / 12%);
    padding: 14px;
    border-radius: 10px;
    color: #999;
    font-size: 12px;
}

.footer-wrapper span.widget-title {
    text-transform: inherit;
    font-size: 16px;
	display: block;
	margin-bottom: 15px;
    color: white;
}

.footer-wrapper a {
	color: #d1d5db !important;
	padding: 3px 0 !important;
}

.footer-wrapper a:hover {
	color: #fcb565 !important;
}

.footer-wrapper p {
	margin-bottom: 10px;
}

.footer-primary.pull-left {
	margin-top: 10px;
}
.footer-wrapper .is-divider {
	display: none;
}


.footer ul.menu>li {
    border: none !important;
}

#post-list .post-item>.col-inner {
	border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#post-list .post-item>.col-inner img {
	border-radius: 10px 10px 0 0;
}

.from_the_blog_comments {
	display: none;
}

.post_comments {
	display: none;
}

.widget-area span.widget-title {
    text-transform: inherit;
    letter-spacing: normal;
	font-size: 20px;
}

.section-faq .row>.col>.col-inner {
	box-shadow: 0 10px 15px -3px rgba(1, 0, 102, 0.1), 0 4px 6px -2px rgba(1, 0, 102, 0.05);
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    border-top: 5px solid #06022c;
    padding: 50px;
	max-width: 800px;
	margin: 0 auto;
}

.accordion-title {
    border-top: none;
    background: white;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section-game {
	padding: 50px 0 0 !important;
}

.section-filter {
	padding: 40px 0 0px !important;
}

.single .entry-header-text {
    text-align: left;
    padding: 0;
}

.entry-meta {
    text-transform: inherit;
    letter-spacing: normal;
    font-size: 14px;
}

.entry-divider {
    display: none;
}


    .archive .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }

.section-why .icon {
	background-color: #010066;
    padding: 18px;
    border-radius: 100%;
}

.section-why .icon .icon-inner {
	color: #fcb565;
    line-height: 0;
}

.section-why p {
	color: #4b5563;
}

.section-why {
	padding: 50px 0 30px !important;
}


.home h2 {
	font-size: 22px;
}

.social-icons a {
       margin-right: 15px !important;
}

.social-icons a i {
	color: #fcb565;
}

.row-cons-pros>.col>.col-inner {
	align-content    background: #fff;
    border-radius: 16px;
    padding: 22px 24px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.row-cons-pros>.col:nth-child(1)>.col-inner {
	border-top: 4px solid #22c55e;
}

.row-cons-pros>.col:nth-child(2)>.col-inner {
	border-top: 4px solid #ef4444;
}

.row-cons-pros li {
    position: relative;
    line-height: 1.55;
    list-style: none;
    margin: 0 0 5px !important;
    padding-left: 20px;
	font-size: 14px;
}

.row-cons-pros li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: 700;
    font-size: 16px;
}

.row-cons-pros>.col:nth-child(1) li::before {
    content: "✓";
    color: #22c55e;
}

.row-cons-pros>.col:nth-child(2) li::before {
    content: "✕";
    color: #ef4444;
}

.footer-1 .col {
        flex-basis: 22%;
        max-width: 22%;
}

.footer-1 .col:nth-child(1) {
        flex-basis: 34%;
        max-width: 34%;
}

.footer-1, .footer-1 p, .footer-1 div, .absolute-footer {
    font-size: 13.5px;
    color: #bebebe;
}

.footer-1 a {
color: #bebebe !important;
}


.footer-1 {
    padding-top: 50px;
}

@media only screen and (max-width: 48em) {
    
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .footer-1 .col {
        flex-basis: 100%;
        max-width: 100%;
}

.footer-1 .col:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
}

	.review-index .col-inner {
		position: absolute;
		top: -5px;
		left: 10px;
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
	
	.review-title a, .review-title {
    text-align: center;
}
	    .row-review-list .col {
        padding-bottom: 15px;
			text-align: center;
    }
	
.row-review-list>.col {
    margin-bottom: 5px;
}
	
	
.home h1 {
	font-size: 25px;
}

.home h2 {
	font-size: 23px;
}
	
.section-faq .row>.col>.col-inner {
    padding: 20px;
    border-radius: 30px;
}
	
	
}

/* Homepage sections authored with native Flatsome shortcodes. */
.home .section-home-hero,
.home .section-home-casinos,
.home .section-home-editorial,
.home .section-home-criteria,
.home .section-home-focus,
.home .section-home-categories,
.home .section-home-content {
    background: transparent;
    color: var(--review-text);
}

.home .section-home-hero {
    background: radial-gradient(circle at 76% 24%, rgba(255, 60, 89, .34), transparent 28%), linear-gradient(135deg, #08090b 0%, #120c0e 58%, #08090b 100%);
}

.home .home-hero-banner {
    background: linear-gradient(90deg, rgba(8, 9, 11, .97) 0%, rgba(8, 9, 11, .72) 55%, rgba(227, 29, 59, .14) 100%);
}

.home .home-eyebrow,
.home .home-eyebrow p {
    color: var(--review-gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
}

.home .home-hero-copy h1 {
    color: var(--review-text);
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.06;
    margin: 10px 0 16px;
    max-width: 840px;
}

.home .home-hero-copy h1 span {
    color: var(--review-red-bright);
}

.home .home-hero-intro p {
    color: var(--review-muted);
    font-size: 17px;
    max-width: 780px;
}

.home .home-primary-button {
    background: linear-gradient(135deg, var(--review-red-bright), var(--review-red));
    border-radius: 10px;
    color: #fff;
}

.home .section-home-casinos {
    padding-bottom: 24px;
}

.home .section-home-casinos > .section-content > .row {
    margin-top: -34px;
}

.home .section-home-editorial,
.home .section-home-criteria,
.home .section-home-focus,
.home .section-home-categories,
.home .section-home-content {
    padding-bottom: 42px;
    padding-top: 42px;
}

.home .section-home-editorial h2,
.home .section-home-criteria h2,
.home .section-home-focus h2,
.home .section-home-categories h2,
.home .section-home-content h2 {
    color: var(--review-text);
    font-size: 31px;
    margin: 4px 0 18px;
}

.home .editorial-panel > .col-inner {
    background: linear-gradient(145deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .01)), var(--review-panel);
    border: 1px solid var(--review-line);
    border-radius: 18px;
    box-shadow: var(--review-shadow);
    overflow: hidden;
    padding: 26px 28px;
    position: relative;
}

.home .editorial-panel > .col-inner::before {
    background: linear-gradient(var(--review-red-bright), var(--review-red));
    border-radius: 5px;
    bottom: 28px;
    content: "";
    left: 0;
    position: absolute;
    top: 28px;
    width: 3px;
}

.home .editorial-copy,
.home .editorial-copy p,
.home .home-section-intro p {
    color: #d2d2d9;
}

.home .editorial-copy h3 {
    color: var(--review-text);
    font-size: 20px;
    margin: 22px 0 8px;
}

.home .home-criteria-grid .col,
.home .home-focus-grid .col,
.home .home-topic-grid .col {
    padding-bottom: 14px;
}

.home .criteria-card > .col-inner,
.home .focus-card > .col-inner,
.home .topic-card > .col-inner {
    background: var(--review-panel);
    border: 1px solid var(--review-line);
    border-radius: 15px;
    height: 100%;
    padding: 20px;
    transition: border-color .2s, box-shadow .2s, transform .2s;
}

.home .criteria-card > .col-inner:hover,
.home .focus-card > .col-inner:hover,
.home .topic-card > .col-inner:hover {
    border-color: rgba(255, 60, 89, .42);
    box-shadow: var(--review-shadow);
    transform: translateY(-3px);
}

.home .criteria-card h3,
.home .focus-card h3,
.home .topic-card h3 {
    color: var(--review-text);
    font-size: 15px;
    margin: 0 0 8px;
}

.home .criteria-card p,
.home .focus-card p,
.home .topic-card p {
    color: var(--review-muted);
    font-size: 12px;
}

.home .criteria-icon p {
    background: var(--review-panel-2);
    border-radius: 50%;
    color: var(--review-gold);
    display: grid;
    font-size: 14px;
    font-weight: 900;
    height: 28px;
    margin-bottom: 12px;
    place-items: center;
    width: 28px;
}

.home .focus-card > .col-inner {
    min-height: 230px;
    text-align: center;
}

.home .focus-icon p {
    background: #120c0e;
    border-radius: 50%;
    display: grid;
    font-size: 28px;
    height: 62px;
    margin: 0 auto 13px;
    place-items: center;
    width: 62px;
}

.home .topic-card > .col-inner {
    min-height: 130px;
}

.home .topic-card .text-1 p {
    color: var(--review-text);
    font-size: 25px;
    margin-bottom: 24px;
}

.home .section-home-content .post-item > .col-inner {
    background: var(--review-panel);
    border: 1px solid var(--review-line);
    border-radius: 15px;
    height: 100%;
    overflow: hidden;
}

.home .section-home-content .box-text {
    padding: 17px;
}

.home .section-home-content .post-title,
.home .section-home-content .post-title a {
    color: var(--review-text);
}

.home .section-home-content .from_the_blog_excerpt,
.home .section-home-content .post-meta {
    color: var(--review-muted);
}

@media (max-width: 680px) {
    .home .section-home-casinos > .section-content > .row {
        margin-top: -18px;
    }

    .home .home-hero-copy h1 {
        font-size: 38px;
    }

    .home .home-hero-intro p {
        font-size: 15px;
    }

    .home .section-home-editorial h2,
    .home .section-home-criteria h2,
    .home .section-home-focus h2,
    .home .section-home-categories h2,
    .home .section-home-content h2 {
        font-size: 25px;
    }

    .home .editorial-panel > .col-inner {
        padding: 22px 20px;
    }
}

/* Demo alignment corrections. */
.review-list-head {
    align-items: flex-end;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin: 38px 0 18px;
}

.review-list-head h2 {
    color: var(--review-text);
    font-size: 31px;
    line-height: 1.2;
    margin: 4px 0 0;
}

.review-list-head > p {
    color: var(--review-muted);
    font-size: 13px;
    margin: 0;
    max-width: 610px;
}

.home .section-home-casinos > .section-content > .row {
    margin-top: -6px;
}

.row-review-list .rating small {
    color: var(--review-muted);
    font-size: 10px;
    margin-left: 2px;
}

.row-review-list .card-summary {
    color: var(--review-muted);
    font-size: 11px;
    line-height: 1.5;
    margin: 0;
}

.row-review-list .detail-visit {
    background: var(--review-panel-2);
    border: 1px solid var(--review-line);
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    margin: 0 0 12px;
    min-height: 40px;
    padding: 9px 12px;
}

.home .home-compare-row {
    align-items: stretch;
    background: var(--review-panel);
    border: 1px solid var(--review-line);
    border-radius: 17px;
    margin-top: 20px;
    padding: 17px;
}

.home .home-compare-row > .col {
    padding-bottom: 0;
}

.home .compare-icon > .col-inner {
    align-items: center;
    background: #120c0e;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    min-height: 150px;
    text-align: center;
}

.home .compare-icon .text-1 p {
    color: var(--review-gold);
    font-size: 47px;
    line-height: 1;
    margin: 0 0 10px;
}

.home .compare-icon h3 {
    color: var(--review-text);
    font-size: 20px;
    line-height: 1.1;
    margin: 0;
}

.home .compare-copy > .col-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 12px 0;
}

.home .compare-copy p {
    color: #d0d0d8;
    font-size: 13px;
    margin-bottom: 8px;
}

.home .compare-copy .button {
    align-self: flex-start;
    margin: 4px 0 0;
}

@media (min-width: 1001px) {
    .home .home-focus-grid > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}

.home .home-content-grid .content-card {
    padding-bottom: 14px;
}

.home .content-card > .col-inner {
    background: var(--review-panel);
    border: 1px solid var(--review-line);
    border-radius: 15px;
    height: 100%;
    padding: 17px;
    transition: border-color .2s, transform .2s;
}

.home .content-card > .col-inner:hover {
    border-color: rgba(255, 60, 89, .42);
    transform: translateY(-3px);
}

.home .content-card .content-type p {
    color: var(--review-gold);
    font-size: 10px;
    font-weight: 900;
    margin-bottom: 7px;
}

.home .content-card h3 {
    color: var(--review-text);
    font-size: 18px;
    margin: 0 0 7px;
}

.home .content-card .text-3 p {
    color: var(--review-muted);
    font-size: 12px;
    margin-bottom: 8px;
}

.home .content-card .content-link {
    color: var(--review-gold);
    font-size: 12px;
    margin: 0;
    min-height: 0;
    padding: 0;
}

.home .content-live-posts:empty,
.home .content-live-posts > .col-inner:empty {
    display: none;
}

@media (max-width: 1000px) {
    .home .home-focus-grid > .col {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 680px) {
    .review-list-head {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 30px;
    }

    .review-list-head h2 {
        font-size: 25px;
    }

    .home .section-home-casinos > .section-content > .row {
        margin-top: 0;
    }

    .home .home-compare-row {
        padding: 12px;
    }

    .home .home-compare-row > .col {
        padding-bottom: 12px;
    }

    .home .home-focus-grid > .col {
        flex-basis: 100%;
        max-width: 100%;
    }

    .row-review-list .card-summary-group,
    .row-review-list .detail-visit {
        display: block;
    }
}
