.cas-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    transition: opacity .2s, transform .15s;
    border: none;
    text-decoration: none
}

.cas-button.yellow {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #1a1a1a
}

.cas-button.yellow:hover {
    opacity: .9;
    transform: translateY(-1px)
}

.cas-button.yellow.big {
    padding: 14px 28px;
    font-size: 15px;
    border-radius: 10px
}

.cas-button.white {
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--text)
}

.cas-button.white:hover {
    background: var(--card-bg2)
}

.cas-button.white.big {
    padding: 14px 28px
}

.cas-button.purple-button {
    background: linear-gradient(135deg, #6D1028, #D4AF6A);
    color: #fff
}

.casino-review-section {
    padding: 24px 0 80px;
    background: var(--bg)
}

.casino-review-section .container {
    position: relative
}

.breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin-bottom: 28px;
    font-size: 13px;
    color: var(--text-muted);
    flex-wrap: wrap
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '›';
    margin-right: 6px
}

.breadcrumb-item a {
    color: var(--text-muted);
    transition: color .15s
}

.breadcrumb-item a:hover {
    color: #D4AF6A
}

.casino-review-content {
    position: relative;
    padding-left: 380px
}

.main-casino-block {
    position: absolute;
    top: -50px;
    left: 0;
    width: 352px
}

.casino-item {
    position: sticky;
    top: 90px;
    background: linear-gradient(168deg, #2A0710 0%, #4A0B1A 100%);
    border: 1px solid var(--border);
    border-radius: 16px;
    overflow: hidden
}

.casino-item .img-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    padding: 28px 20px 20px
}

.casino-item .img-block img {
    max-width: 200px;
    max-height: 80px;
    object-fit: contain
}

.rate-block {
    background: #fbbf24;
    border-radius: 6px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    display: inline-flex;
    align-items: center;
    gap: 2px
}

.casino-item .rate-block {
    position: absolute;
    top: 12px;
    right: 12px
}

.casino-item .info-block {
    padding: 16px;
    border-top: 1px solid var(--border)
}

.casino-item .info-block .top {
    text-align: center;
    margin-bottom: 14px
}

.casino-item .info-block .top .title {
    font-size: 11px;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    letter-spacing: .07em;
    display: block;
    margin-bottom: 4px
}

.casino-item .info-block .top .value {
    font-size: 22px;
    font-weight: 700;
    color: #D4AF6A;
    font-family: 'Orbitron', sans-serif;
    line-height: 1.2
}

.casino-item .info-block .top .value span {
    font-size: 13px
}

.casino-item .info-block .bottom {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.bonus-wrapper {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 6px
}

.bw-item {
    background: rgba(212, 175, 106, .10);
    border-radius: 8px;
    padding: 8px 4px;
    text-align: center
}

.bw-item .item-title {
    display: block;
    font-size: 10px;
    color: rgba(255, 255, 255, .45);
    margin-bottom: 2px
}

.bw-item .item-value {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #e2e8f0
}

.payment-methods-wrapper .item-title, .license-wrapper .item-title, .promo-block .item-title {
    font-size: 10px;
    color: rgba(255, 255, 255, .45);
    text-transform: uppercase;
    letter-spacing: .06em;
    display: block;
    margin-bottom: 6px
}

.payment-methods-wrapper .block-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center
}

.payment-methods-wrapper .payment-item {
    background: rgba(255, 255, 255, .92);
    border-radius: 5px;
    padding: 2px 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 34px;
    overflow: hidden
}

.payment-methods-wrapper .payment-item img {
    max-width: 38px;
    max-height: 28px;
    object-fit: contain
}

.more-payment-items {
    background: rgba(212, 175, 106, .15);
    border-radius: 5px;
    padding: 3px 7px;
    font-size: 11px;
    color: #D4AF6A;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 34px
}

.license-wrapper .item-value {
    font-size: 12px;
    color: #e2e8f0
}

.promo-block {
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(212, 175, 106, .10);
    border-radius: 8px;
    padding: 8px 10px
}

.promo-block .item-value {
    font-weight: 700;
    color: #D4AF6A;
    font-size: 14px;
    flex: 1
}

.promo-block .copy-clipboard, button.copy-clipboard {
    width: 24px;
    height: 24px;
    background: rgba(212, 175, 106, .20);
    border-radius: 4px;
    border: none;
    cursor: pointer;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23D4AF6A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='9' width='13' height='13' rx='2'/%3E%3Cpath d='M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px
}

.action-block {
    padding: 14px 16px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    gap: 10px
}

.action-block .cas-button.yellow.big {
    width: 100%;
    text-align: center
}

.last-visited-wrapper {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .4)
}

.last-visited-wrapper span {
    color: #D4AF6A;
    font-weight: 600
}

.casino-review-section h1 {
    font-family: 'Orbitron', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 18px;
    line-height: 1.25;
    padding-left: 380px
}

.written-bottom-block {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 12px 0;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    margin-bottom: 24px
}

.written-bottom-block .top {
    width: 100%;
    position: relative;
    background: rgba(212, 175, 106, .05);
    border-left: 3px solid var(--neon);
    border-radius: var(--radius);
    padding: 18px 20px 18px 44px;
    margin-bottom: 8px
}

.written-bottom-block .top:before {
    content: "\201C";
    position: absolute;
    top: 6px;
    left: 14px;
    font-family: Georgia, serif;
    font-size: 34px;
    line-height: 1;
    color: var(--neon);
    opacity: .5
}

.written-bottom-block .top p {
    margin: 0;
    font-size: 14px;
    font-style: italic;
    line-height: 1.6;
    color: var(--text-muted)
}

.written-bottom-block .show-more-text {
    display: none;
    background: none;
    border: none;
    color: var(--neon);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 8px 0 0
}

.written-bottom-block .top a {
    color: var(--neon);
    text-decoration: underline
}

.author-block {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative
}

.author-block .img-block {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.author-block .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.author-block .flex-column {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    color: var(--text-muted)
}

.author-block .flex-column span {
    color: var(--text);
    font-weight: 600;
    font-size: 12px
}

.author-block-info {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #2A0710;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 16px;
    width: 280px;
    z-index: 100;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, .7)
}

.author-block-info.show {
    display: block
}

.author-block-info .name span {
    font-weight: 700;
    color: #fff
}

.author-block-info .position {
    color: rgba(255, 255, 255, .45);
    font-size: 12px;
    margin-bottom: 8px
}

.author-block-info .button-wrapper {
    margin-top: 10px
}

.bottom-info-title {
    display: flex;
    align-items: center;
    gap: 8px
}

.bottom-info-title .flex-column {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    color: var(--text-muted)
}

.bottom-info-title .flex-column span {
    color: #D4AF6A;
    font-weight: 600;
    font-size: 12px;
    cursor: pointer
}

.bottom-info-title .flex-column span:hover {
    color: #8C1835
}

.similar-anchor-wrapper {
    display: none
}

.text_holder p {
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 16px;
    font-size: 15px
}

.text_holder h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 19px;
    color: var(--text);
    margin: 30px 0 14px;
    font-weight: 700
}

.text_holder h3 {
    font-size: 16px;
    color: var(--neon);
    margin: 22px 0 10px;
    font-weight: 600
}

.text_holder a {
    color: #D4AF6A;
    text-decoration: underline;
}

.text_holder a:hover {
    color: #8C1835
}

.text_holder ul, .text_holder ol {
    color: var(--text-muted);
    line-height: 1.75;
    margin-bottom: 14px;
    padding-left: 22px;
    font-size: 15px
}

.text_holder li {
    margin-bottom: 5px
}

.titles-wrapper {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 14px;
    margin: 18px 0
}

.pros-list, .cons-list {
    border-radius: 10px;
    padding: 16px;
    font-weight: 700;
    font-size: 14px
}

.pros-list {
    background: rgba(16, 185, 129, .08);
    border: 1px solid rgba(16, 185, 129, .3);
    color: #10b981
}

.cons-list {
    background: rgba(239, 68, 68, .08);
    border: 1px solid rgba(239, 68, 68, .3);
    color: #ef4444
}

.pros-list ul, .cons-list ul {
    margin: 10px 0 0;
    padding-left: 18px;
    font-weight: 400
}

.pros-list ul li, .cons-list ul li {
    color: var(--text-muted);
    font-size: 14px
}

.casino-license-block {
    background: rgba(212, 175, 106, .05);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    margin: 20px 0
}

.casino-license-block > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 17px;
    color: var(--text);
    margin: 0 0 14px
}

.casino-license-block .license-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap
}

.lic-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center
}

.lic-img img {
    max-height: 60px;
    max-width: 130px;
    object-fit: contain
}

.lic-name {
    font-size: 12px;
    color: var(--text-muted)
}

.lic-code {
    font-size: 11px;
    color: var(--text-light)
}

.payment-methods-block {
    background: rgba(212, 175, 106, .05);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    margin: 20px 0
}

.payment-methods-block > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 17px;
    color: var(--text);
    margin: 0 0 12px
}

.payment-show-more {
    background: rgba(212, 175, 106, .12);
    color: #D4AF6A;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 7px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 12px;
    display: inline-block;
    font-family: 'Inter', sans-serif
}

.payment-show-more:hover {
    background: rgba(212, 175, 106, .25)
}

.payment-show-more.mobile {
    display: none
}

.payment-methods-block .block-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.payment-methods-block .block-wrapper.hide {
    flex-wrap: nowrap;
    overflow: hidden
}

.payment-methods-block .payment-item {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    min-width: 68px;
    flex-shrink: 0
}

.payment-methods-block .payment-item img {
    max-width: 54px;
    max-height: 26px;
    object-fit: contain
}

.casino-gallery-block {
    margin: 24px 0
}

.casino-gallery-block > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 17px;
    color: var(--text);
    margin: 0 0 14px
}

.casino-gallery-block .swiper-container {
    border-radius: 10px;
    overflow: hidden
}

.casino-gallery-block .swiper-slide {
    width: 280px
}

.casino-gallery-block .swiper-slide img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px
}

.swiper-pagination-bullet {
    background: #D4AF6A
}

.swiper-pagination-bullet-active {
    background: #8C1835
}

.bonuses-block > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 19px;
    color: var(--text);
    margin: 30px 0 16px
}

.bonuses-block .wrapper {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.bonus-item {
    display: grid;
    grid-template-columns:1fr 1fr;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border)
}

.bonus-item .info-block {
    padding: 18px
}

.bonus-item .info-block.purple {
    background: linear-gradient(135deg, #2A0710, #4A0B1A)
}

.bonus-item .info-block.blue {
    background: linear-gradient(135deg, #1a2d5f, #0e1c3d)
}

.bonus-item .info-block.red {
    background: linear-gradient(135deg, #5f1e1e, #3d0f0f)
}

.bonus-item .info-block .top-title {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    margin-bottom: 12px;
    text-decoration: none
}

.bonus-item .info-block .top-title:hover {
    color: #D4AF6A
}

.bonus-item .info-block .bonus-wrapper {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 6px
}

.bonus-item .info-block .bw-item {
    background: rgba(0, 0, 0, .2);
    border-radius: 6px;
    padding: 7px 4px;
    text-align: center
}

.about-bonus-item {
    position: relative;
    padding: 18px;
    background: var(--card-bg);
    display: flex;
    flex-direction: column;
    gap: 8px
}

.about-bonus-item .promo-block {
    background: rgba(212, 175, 106, .10);
    border-radius: 8px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0
}

.circle-r, .circle-l {
    position: absolute;
    width: 18px;
    height: 36px;
    background: var(--bg);
    border-radius: 18px;
    top: 50%;
    transform: translateY(-50%)
}

.circle-r {
    right: -9px
}

.circle-l {
    left: -9px
}

.hide-block {
    display: none
}

.about-bonus-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: 1px solid var(--border);
    font-size: 13px
}

.bon-title {
    color: var(--text-muted)
}

.bon-val {
    color: var(--text);
    font-weight: 600
}

.show-more-block {
    text-align: center;
    padding-top: 4px
}

.show-more {
    background: none;
    border: 1px solid var(--border);
    border-radius: 6px;
    color: #D4AF6A;
    padding: 5px 14px;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Inter', sans-serif
}

.show-more:hover {
    background: rgba(212, 175, 106, .12)
}

.hide-mobile {
    display: none
}

.review-details-block {
    background: rgba(212, 175, 106, .05);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    margin: 28px 0
}

.review-details-block > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 17px;
    color: var(--text);
    margin-bottom: 6px
}

.review-details-desc {
    font-size: 13px;
    color: var(--text-muted);
    margin-bottom: 20px
}

.review-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 14px
}

.review-tab-btn {
    background: rgba(212, 175, 106, .10);
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--text-muted);
    font-size: 13px;
    font-weight: 600;
    padding: 7px 14px;
    cursor: pointer;
    transition: color .15s, background .15s, border-color .15s
}

.review-tab-btn:hover {
    color: var(--primary);
    background: rgba(212, 175, 106, .18)
}

.review-tab-btn.active {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-color: transparent;
    color: #fff
}

.review-tab-pane {
    display: none
}

.review-tab-pane.active {
    display: block
}

.review-dl {
    display: flex;
    flex-direction: column;
    gap: 0
}

.review-dl-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(212, 175, 106, .10)
}

.review-dl-row:last-child {
    border-bottom: none
}

.review-dl-row dt {
    flex-shrink: 0;
    width: 180px;
    font-size: 12px;
    color: var(--text-muted);
    text-transform: uppercase;
    letter-spacing: .05em
}

.review-dl-row dd {
    font-size: 13px;
    color: var(--text);
    flex: 1
}

.review-dl-row dd a {
    color: var(--neon);
    text-decoration: underline;
    text-underline-offset: 3px
}

@media (max-width: 600px) {
    .review-dl-row {
        flex-direction: column;
        gap: 3px
    }

    .review-dl-row dt {
        width: auto
    }
}

.games-review-block {
    background: rgba(212, 175, 106, .05);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    margin: 20px 0
}

.games-review-block > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 19px;
    color: var(--text);
    margin: 0 0 12px
}

.games-review-block .payment-show-more {
    display: inline-block;
    margin-top: 14px
}

.games-review-block .wrapper {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(96px, 1fr));
    gap: 10px
}

.games-review-block .wrapper.hide {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden
}

.games-review-block .wrapper.hide .game-item {
    flex-shrink: 0;
    width: 96px
}

.game-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    background: rgba(212, 175, 106, .06);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 6px;
    cursor: pointer;
    text-decoration: none;
    transition: background .15s
}

.game-item:hover {
    background: rgba(212, 175, 106, .15)
}

.game-item.disabled {
    opacity: .35;
    cursor: default
}

.game-item .img-block {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary), var(--neon));
    border-radius: 50%
}

.game-item .img-block img {
    width: 20px;
    height: 20px;
    object-fit: contain
}

.game-item .game-name {
    font-size: 11px;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.3
}

.card.quote {
    background: rgba(212, 175, 106, .08);
    border: 1px solid var(--border);
    border-left: 3px solid #D4AF6A;
    border-radius: var(--radius);
    padding: 16px 20px;
    margin: 18px 0;
    font-style: italic;
    color: var(--text-muted)
}

.card.quote strong {
    color: var(--text);
    font-style: normal
}

.cards-wrapper {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin: 14px 0
}

.card-item {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    transition: transform .15s
}

.card-item:hover {
    transform: translateY(-2px)
}

.card-item .img-block {
    height: 96px;
    overflow: hidden
}

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

.card-item .info-block {
    padding: 10px
}

.card-item .item-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 3px
}

.card-item .item-val {
    font-size: 11px;
    color: var(--text-muted)
}

.card-item .item-val b {
    font-weight: 500
}

.casino-support-block > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 19px;
    color: var(--text);
    margin: 30px 0 14px
}

.support-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.sup-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(212, 175, 106, .06);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
    text-decoration: none;
    transition: background .15s
}

.sup-item:hover {
    background: rgba(212, 175, 106, .15)
}

.sup-item .img-block {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sup-item .img-block img {
    width: 28px;
    height: 28px;
    object-fit: contain
}

.sup-item .info-block {
    display: flex;
    flex-direction: column;
    gap: 2px
}

.sup-item .item-title {
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
    display: block
}

.sup-item .item-val {
    font-size: 12px;
    color: var(--text-muted)
}

.casino-language-block {
    background: rgba(212, 175, 106, .05);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 14px 18px;
    margin: 14px 0
}

.casino-language-block h3 {
    font-size: 14px;
    color: var(--text);
    margin: 0 0 6px
}

.casino-language-block p {
    font-size: 13px;
    color: var(--text-muted);
    margin: 0
}

.best-casinos-slider {
    margin: 24px 0
}

.swiper-container {
    position: relative;
    overflow: hidden
}

.best-casinos-slider > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 19px;
    color: var(--text);
    margin: 0 0 16px
}

.best-cas-slider-lite {
    position: relative
}

.best-cas-slider-lite .swiper-pagination {
    position: static;
    margin-top: 16px;
    text-align: center
}

.best-cas-slider-lite .swiper-slide {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px;
    text-align: center;
    position: relative
}

.best-cas-slider-lite .swiper-slide .rate-block {
    position: absolute;
    top: 10px;
    right: 10px
}

.best-cas-slider-lite .img-block {
    display: block;
    height: 90px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center
}

.best-cas-slider-lite .img-block img {
    max-height: 70px;
    max-width: 160px;
    object-fit: contain
}

.best-cas-slider-lite h3 {
    font-size: 15px;
    color: var(--text);
    margin: 0 0 12px
}

.best-cas-slider-lite .button-wrapper {
    margin-top: 10px
}

.best-cas-slider-lite .button-wrapper .cas-button.white {
    width: 100%
}

.no-padding {
    padding: 0
}

.users-review-block {
    margin: 32px 0
}

.users-review-block > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 19px;
    color: var(--text);
    margin: 0 0 18px
}

.user-review-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
}

.user-review-row {
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 16px 20px
}

.user-review-row.hide-block {
    display: none
}

.top-block {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px
}

.user-review-row .img-block {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0
}

.user-review-row .img-block span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #fff
}

.about-user {
    flex: 1
}

.about-user .name {
    display: block;
    font-weight: 600;
    color: var(--text);
    font-size: 14px
}

.about-user .date {
    display: block;
    font-size: 12px;
    color: var(--text-light)
}

.user-review-row .rate-block {
    background: rgba(251, 191, 36, .15);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, .3);
    position: static
}

.user-review-row p {
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.65;
    margin: 0 0 10px
}

.bottom-block {
    display: flex;
    gap: 14px
}

.action-link {
    font-size: 12px;
    color: var(--text-light);
    cursor: pointer;
    text-decoration: none
}

.action-link:hover {
    color: #D4AF6A
}

.action-link b {
    font-weight: 500
}

.load-more-block {
    text-align: center;
    padding: 4px 0
}

.load-more {
    background: rgba(212, 175, 106, .10);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: #D4AF6A;
    padding: 10px 24px;
    font-size: 13px;
    cursor: pointer;
    font-family: 'Inter', sans-serif
}

.load-more:hover {
    background: rgba(212, 175, 106, .22)
}

.user-review-bottom {
    color: var(--text-light);
    font-size: 13px;
    padding: 8px 0
}

.reviews-count-link {
    color: var(--text-light)
}

.review-form-wrapper {
    margin-top: 14px
}

.write-review-form {
    display: none;
    background: var(--card-bg);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px;
    margin-bottom: 12px;
    position: relative
}

.write-review-form .title {
    font-size: 15px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 14px
}

.close-form-button {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 26px;
    height: 26px;
    background: var(--surface);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--text-muted)
}

.close-form-button::before {
    content: '×'
}

.f_group {
    margin-bottom: 10px
}

.f_group.semi {
    width: calc(50% - 6px);
    display: inline-block
}

.f_group.semi + .f_group.semi {
    margin-left: 12px
}

.f_input, .f_area {
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: 8px;
    color: var(--text);
    padding: 10px 14px;
    font-size: 14px;
    font-family: 'Inter', sans-serif
}

.f_area {
    height: 90px;
    resize: vertical
}

.f_input::placeholder, .f_area::placeholder {
    color: var(--text-light)
}

.rate-feedback {
    display: flex;
    gap: 6px;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.rate-feedback .radio {
    display: none
}

.rate-feedback label::before {
    content: '★';
    font-size: 22px;
    color: var(--text-light);
    cursor: pointer;
    display: block
}

.rate-feedback label:hover::before, .rate-feedback label:hover ~ label::before, .rate-feedback input:checked ~ label::before {
    color: #fbbf24
}

.write-review-button--js {
    width: 100%;
    margin-top: 4px
}

.success-message {
    display: none
}

.faq-block > h2 {
    font-family: 'Orbitron', sans-serif;
    font-size: 19px;
    color: var(--text);
    margin: 0 0 18px
}

.accordion {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.acc-block {
    border: 1px solid var(--border);
    border-radius: 10px;
    overflow: hidden
}

.accordion-header {
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--text);
    cursor: pointer;
    background: var(--card-bg);
    transition: background .15s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0
}

.accordion-header::after {
    content: '+';
    font-size: 18px;
    color: #D4AF6A;
    flex-shrink: 0;
    line-height: 1
}

.accordion-header.open::after {
    content: '−'
}

.accordion-header:hover {
    background: rgba(212, 175, 106, .08)
}

.accordion-content {
    display: none;
    padding: 14px 20px;
    font-size: 14px;
    color: var(--text-muted);
    line-height: 1.7;
    background: var(--surface)
}

.accordion-content p {
    margin: 0
}

.casino-review-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(135deg, #2A0710, #4A0B1A);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 20px 24px;
    margin-top: 32px
}

.casino-review-bottom .img-block {
    width: 120px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.casino-review-bottom .img-block img {
    max-width: 110px;
    max-height: 50px;
    object-fit: contain
}

.casino-review-bottom .value {
    flex: 1;
    font-size: 20px;
    font-weight: 700;
    color: #D4AF6A;
    font-family: 'Orbitron', sans-serif
}

.casino-review-bottom .value span {
    font-size: 13px
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 500
}

.modal.show {
    display: flex;
    align-items: center;
    justify-content: center
}

.modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    cursor: pointer
}

.modal-wrapper {
    position: relative;
    background: #2A0710;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px;
    max-width: 480px;
    width: 90%;
    z-index: 1
}

.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    background: rgba(255, 255, 255, .08);
    border: none;
    border-radius: 50%;
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.help-text .head-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 12px
}

.help-text p {
    color: rgba(255, 255, 255, .65);
    font-size: 14px;
    line-height: 1.6;
    margin: 0
}

.help-text a {
    color: #D4AF6A
}

.footer {
    background: #070710;
    border-top: 1px solid var(--border);
    padding: 40px 0 24px
}

.footer .top-wrapper {
    display: grid;
    grid-template-columns:160px 1fr auto auto;
    gap: 32px;
    margin-bottom: 32px;
    align-items: start
}

.logo-block .logo {
    width: 150px;
    height: 50px;
    background: url('https://najboljsionlinecasino.si/assets/img/logo.webp') center/contain no-repeat;
    display: block
}

.footer-item.disclaimer {
    max-width: 260px
}

.footer-item .footer-text {
    font-size: 12px;
    color: rgba(255, 255, 255, .35);
    line-height: 1.65;
    margin-bottom: 12px
}

.footer-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .5);
    margin-bottom: 10px
}

.footer-item .img-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center
}

.footer-item .img-wrapper img {
    height: 26px;
    filter: brightness(0) invert(1);
    opacity: .4;
    object-fit: contain
}

.footer-item.footer-menu-wrap {
    display: flex;
    gap: 24px;
    flex-wrap: wrap
}

.footer-menu {
    list-style: none
}

.footer-menu > li > span, .footer-menu > li > a {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 8px;
    text-decoration: none
}

.footer-menu ul {
    list-style: none;
    margin: 0 0 14px
}

.footer-menu ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, .35);
    text-decoration: none;
    display: block;
    padding: 2px 0;
    transition: color .15s
}

.footer-menu ul li a:hover {
    color: #D4AF6A
}

.main-links {
    list-style: none
}

.main-links li a {
    font-size: 12px;
    color: rgba(255, 255, 255, .35);
    text-decoration: none;
    display: block;
    padding: 3px 0;
    transition: color .15s
}

.main-links li a:hover {
    color: #D4AF6A
}

.social-wrapper {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.social-link {
    width: 34px;
    height: 34px;
    background: rgba(255, 255, 255, .07);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background .15s
}

.social-link:hover {
    background: rgba(212, 175, 106, .25)
}

.copyright {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, .22);
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.anchored-block {
    scroll-margin-top: 90px
}

@media (max-width: 900px) {
    .casino-review-section {
        padding-top: 20px
    }

    .casino-review-section h1 {
        padding-left: 0;
        margin-bottom: 12px
    }

    .casino-review-content {
        padding-left: 0;
        display: flex;
        flex-direction: column
    }

    .written-bottom-block {
        order: -1
    }

    .main-casino-block {
        position: static;
        width: 100%;
        margin-bottom: 24px
    }

    .casino-item {
        position: static
    }

    .written-bottom-block .top p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }

    .written-bottom-block .top p.expanded {
        display: block;
        overflow: visible
    }

    .written-bottom-block .show-more-text {
        display: inline-block
    }
}

@media (max-width: 600px) {
    .casino-review-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px
    }

    .casino-review-bottom .cas-button {
        width: 100%;
        justify-content: center
    }

    .written-bottom-block {
        gap: 12px
    }

    .written-bottom-block .bottom-info-title {
        flex: 1 1 auto
    }

    .written-bottom-block .author-block-info {
        left: auto;
        right: 0;
        width: min(280px, calc(100vw - 32px))
    }

    .bonus-item {
        grid-template-columns: 1fr
    }

    .bonus-item .info-block .bonus-wrapper {
        grid-template-columns: repeat(3, 1fr)
    }

    .about-bonus-item {
        border-top: 1px dashed var(--border)
    }

    .circle-r,
    .circle-l {
        width: 36px;
        height: 18px;
        border-radius: 18px;
        top: -9px;
        transform: none
    }

    .circle-r {
        right: 20px;
        left: auto
    }

    .circle-l {
        left: 20px;
        right: auto
    }

    .about-bonus-item .cas-button {
        width: 100%;
        justify-content: center
    }

    .titles-wrapper {
        grid-template-columns: 1fr
    }
}