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

/*************** ADD CUSTOM CSS HERE.   ***************/

#review-results {
    padding: 15px;
}

.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: 56px;
}

.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 {
    aspect-ratio: 5 / 3;
    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;
    height: 100%;
    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: 36px;
    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: 240px 1fr;
    gap: 24px;
    overflow: hidden;
    padding: 24px;
}

.single-review-logo {
    align-items: center;
    aspect-ratio: 1;
    background: linear-gradient(135deg,#D90429,#9D0208);
    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;
    height: 100%;
    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 {
        max-width: 180px;
        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: 26px;
    }

    .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-1, .absolute-footer {
        background: linear-gradient(135deg, #1A0508, #3B0710);
}

.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;
}


#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;
}
	
	
}
