.jg-app .content {
    --jg-table-header-bg: #135e8d;
    --jg-table-header-color: #ffffff;
    --jg-table-border: #c4daff;
    --jg-table-stripe: #f6f9ff;
}

.tablecon {
    width: 100%;
    margin: 25px 0 30px;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 8px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .16);
}

.tablecon > table {
    width: 100%;
    margin: 0 0 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    line-height: 1.45;
    font-size: 15px;
}

.tablecon > table thead {
    background: var(--jg-table-header-bg, #135e8d);
    color: var(--jg-table-header-color, #fff);
}

.tablecon > table th {
    background: var(--jg-table-header-bg, #135e8d);
    color: var(--jg-table-header-color, #fff);
    font-weight: 700;
    text-align: left;
    padding: 12px 14px;
    border: 1px solid var(--jg-table-header-bg, #135e8d);
    vertical-align: middle;
    font-size: 15px;
    line-height: 1.4;
}

.tablecon > table th > p {
    margin: 0;
    color: inherit;
}

.tablecon > table td {
    padding: 10px 14px;
    border: 1px solid var(--jg-table-border, #c4daff);
    vertical-align: middle;
    word-wrap: break-word;
    overflow-wrap: break-word;
    color: #1e2837;
}

.tablecon > table td > p {
    margin: 0;
}

.tablecon > table tbody tr:nth-child(2n) {
    background: var(--jg-table-stripe, #f6f9ff);
}

.tablecon > table tbody tr:hover {
    background: #eef4ff;
}

.tablecon > table a {
    color: #135e8d;
    font-weight: 600;
    text-decoration: underline;
}

.tablecon > table a:hover {
    color: #974501;
    text-decoration: none;
}

@media (max-width: 631px) {
    .tablecon {
        margin: 20px -10px;
        border-radius: 0;
    }

    .tablecon > table {
        font-size: 14px;
    }

    .tablecon > table th,
    .tablecon > table td {
        padding: 10px 8px;
    }
}


.banners {
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 0;
}

.banners.floatnone {
    float: none;
    clear: both;
}

.banners.fullonmobile {
    width: auto;
    max-width: 100%;
}

.banners a {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
}

.banners a p{
    display: none;
}

.banners.imgintxt img,
.banners img,
.banners picture > img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
}

.banners.imgintxt {
    margin: 20px auto;
}

@media (max-width: 631px) {
    .banners.fullonmobile {
        width: 100% !important;
        max-width: 100%;
        margin: 15px 0;
    }

    .banners.fullonmobile img,
    .banners.fullonmobile picture > img {
        width: 100%;
    }
}


[itemtype="https://schema.org/FAQPage"] {
    margin: 30px 0;
    border-top: 1px solid #c4daff;
}

.faq_item {
    border-bottom: 1px solid #c4daff;
    padding: 0;
}

.faq_item h3 {
    position: relative;
    margin: 0;
    padding: 18px 50px 18px 0;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #1e2837;
    cursor: pointer;
    user-select: none;
}

.faq_item h3::after {
    content: "+";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    background: #ffd600;
    color: #974501;
    border: 2px solid #974501;
    border-radius: 50%;
    line-height: 1;
    transition: transform .25s ease;
}

.faq_item.is-open h3::after {
    content: "\2212"; /* minus sign */
}

.faq_item > div[itemprop="acceptedAnswer"] {
    display: none;
    padding: 0 0 20px;
    line-height: 1.6;
    color: #333;
}

.faq_item.is-open > div[itemprop="acceptedAnswer"] {
    display: block;
}

.faq_item div[itemprop="text"] p {
    margin: 0 0 10px;
}

.faq_item div[itemprop="text"] p:last-child {
    margin-bottom: 0;
}

@media (max-width: 631px) {
    .faq_item h3 {
        font-size: 15px;
        padding: 14px 44px 14px 0;
    }

    .faq_item h3::after {
        width: 24px;
        height: 24px;
        font-size: 18px;
        right: 5px;
    }
}


.ctabox {
    text-align: center;
    margin: 25px 0;
    padding: 0;
    contain: content;
}

.ctabox > a,
.ctabox a.rbo-widget-tl {
    display: inline-block;
    padding: 14px 36px;
    min-width: 220px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #05842A;
    border-radius: 6px;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.ctabox > a:hover,
.ctabox > a:focus,
.ctabox a.rbo-widget-tl:hover {
    background: #046922;
    color: #fff;
    text-decoration: none;
    transform: translateY(1px);
}

.ctabox > a:active,
.ctabox a.rbo-widget-tl:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 rgba(79, 100, 93, .35);
}

.ctabox > a > span {
    display: inline-block;
    vertical-align: middle;
}

.ctabox.incSize > a {
    font-size: 19px;
    padding: 16px 42px;
}

@media (max-width: 631px) {
    .ctabox > a,
    .ctabox a.rbo-widget-tl {
        width: 100%;
        min-width: 0;
        padding: 14px 20px;
        font-size: 16px;
        box-sizing: border-box;
    }
}


.ctabox > a.ctabox-internal {
    background: #fff;
    color: #974501;
    border: 3px solid #974501;
    box-shadow: 0 3px 0 rgba(151, 69, 1, .25), 0 6px 12px rgba(0, 0, 0, .08);
    text-transform: none;
    letter-spacing: 0.2px;
}

.ctabox > a.ctabox-internal:hover,
.ctabox > a.ctabox-internal:focus {
    background: #ffd600;
    color: #974501;
    text-decoration: none;
    box-shadow: 0 4px 0 rgba(151, 69, 1, .3), 0 8px 14px rgba(0, 0, 0, .12);
}

.ctabox > a.ctabox-internal:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 rgba(151, 69, 1, .25);
}

@media (max-width: 631px) {
    .ctabox > a.ctabox-internal {
        width: 100%;
        padding: 14px 20px;
        box-sizing: border-box;
    }
}

/* ============================================================
   6. visit-links — *goto/goex/gotc MyCasino*
   Inline visit links inserted mid-paragraph (NOT block buttons).
   ============================================================ */

a.rbo-widget.rbo-widget-cta:not(.ctabox-internal) {
    color: #135e8d;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: color .15s ease;
}

a.rbo-widget.rbo-widget-cta:not(.ctabox-internal):hover,
a.rbo-widget.rbo-widget-cta:not(.ctabox-internal):focus {
    color: #1976af;
    text-decoration: none;
}

.ctabox > a.rbo-widget.rbo-widget-cta {
    text-decoration: none;
}


.jg-app .content a.btn-play,
.jg-app .content .btn-play a {
    display: inline-block;
    background: #7ebd00;
    border: 4px solid #4f645d;
    color: #fff;
    border-radius: 6px;
    padding: 12px 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    text-decoration: none;
    transition: background .15s ease, transform .15s ease;
}

.jg-app .content a.btn-play:hover,
.jg-app .content .btn-play a:hover {
    background: #8ed003;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
}


.playname {
    margin: 25px 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #1e2837;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.gmss {
    margin: 0 0 30px;
    overflow-x: hidden;
}

.gms:not(.active) {
    display: none;
}

.gms.active {
    display: block;
}

[class^="ff_"],
[class*=" ff_"] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
    padding: 10px 0;
}

[class^="ff_"] a,
[class*=" ff_"] a,
.gmss .games > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(20% - 8px);
    text-decoration: none;
    color: #1e2837;
    background: #fff;
    border: 1px solid #c4daff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(88, 113, 157, .12);
    transition: transform .15s ease, box-shadow .15s ease;
}

[class^="ff_"] a:hover,
[class*=" ff_"] a:hover,
.gmss .games > a:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(88, 113, 157, .22);
    color: #974501;
}

[class^="ff_"] a img,
[class*=" ff_"] a img,
.gmss .games > a img {
    display: block;
    width: 100%;
    height: auto;
}

[class^="ff_"] a span,
[class*=" ff_"] a span,
.gmss .games > a span {
    display: block;
    padding: 6px 4px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

@media (max-width: 1141px) {
    [class^="ff_"] a,
    [class*=" ff_"] a,
    .gmss .games > a {
        width: calc(25% - 8px);
    }
}

@media (max-width: 631px) {
    [class^="ff_"] a,
    [class*=" ff_"] a,
    .gmss .games > a {
        width: calc(33.333% - 6px);
    }

    .playname {
        font-size: 17px;
    }
}

@media (max-width: 430px) {
    [class^="ff_"] a,
    [class*=" ff_"] a,
    .gmss .games > a {
        width: calc(50% - 4px);
    }
}

.fgi-load-more,
.fgi-load-less {
    align-self: center;
    text-align: center;
    width: 190px;
    margin: 16px auto 0;
}

.fgi-load-more a.showmorelink,
.fgi-load-less a.showmorelink {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 39px;
    font-size: 16px;
    font-weight: 600;
    background: #ffd600;
    color: #974501 !important;
    border: 2px solid #974501;
    border-radius: 5px;
    text-decoration: none;
    transition: background .15s ease;
}

.fgi-load-more a.showmorelink:hover,
.fgi-load-less a.showmorelink:hover {
    background: #ffe040;
    text-decoration: none;
}

.freegames-short.expanded .fgi-load-more { display: none; }
.freegames-short:not(.expanded) .fgi-load-less { display: none; }


.expert-box-container {
    display: flex;
    gap: 30px;
    margin: 20px 0;
    padding: 30px !important;
    background: #fff;
    border-left: 3px solid #974501;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

.expert-box-container .expert-photo {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f1f1f1;
}

.expert-box-container .expert-photo picture,
.expert-box-container .expert-photo img {
    display: block;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.expert-box-container .expert-profile {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.expert-box-container .expert-profile * {
    font-family: 'Inter', system-ui, sans-serif;
}

.expert-box-container .expert-profile p {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    line-height: inherit;
}

.expert-box-container .expert-profile .expert-name {
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: underline;
}

.expert-box-container .expert-profile .expert-name a {
    color: #1e2837;
}

.expert-box-container .expert-profile .expert-name a:hover {
    color: #974501;
}

.expert-box-container .expert-profile .expert-title {
    width: fit-content;
    margin-top: 10px;
    padding: 2px 8px;
    background: #ffd60033;
    color: #974501;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    border-radius: 4px;
}

.expert-box-container .expert-profile .expert-quote {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 28px;
    color: #333;
}

.expert-box-container .expert-profile .quote-image {
    width: 100%;
    height: 32px;
    text-align: right;
}

@media (max-width: 640px) {
    .expert-box-container {
        flex-direction: column;
    }

    .expert-box-container .expert-profile .expert-quote {
        margin-top: 20px;
    }
}


.highlightme.type-1 {
    margin: 25px 0;
    padding: 20px 24px;
    border-radius: 0 6px 6px 0;
    color: #1e2837;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
    overflow: hidden;
}

.highlightme.type-1 p {
    margin: 0 0 10px;
}

.highlightme.type-1 p:last-child {
    margin-bottom: 0;
}

.highlightme.type-1 strong,
.highlightme.type-1 b {
    color: #04212F;
    font-weight: 700;
}

.highlightme.type-1 a {
    color: #04212F;
    font-weight: 600;
    text-decoration: underline;
}

.highlightme.type-1 a:hover {
    color: #974501;
    text-decoration: none;
}

.highlightme.type-1::before {
    content: "\201C";
    display: inline-block;
    margin-right: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #04212F;
    line-height: 1;
    vertical-align: -3px;
}

@media (max-width: 631px) {
    .highlightme.type-1 {
        padding: 16px 18px;
        font-size: 15px;
    }
}

.jg-shortcode-row {
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.row > .jg-shortcode-row {
    margin-left: 0;
    margin-right: 0;
}

.games-container .row .jg-shortcode-row {
    margin-top: -10px;
}

.jg-shortcode-row::before,
.jg-shortcode-row::after {
    content: " ";
    display: table;
}

.jg-shortcode-row::after {
    clear: both;
}
