
        :root {
            --rp-brand-purple: #5f2b83;
            --rp-brand-purple-dark: #4b2168;
            --rp-brand-text: #1b1b21;
            --rp-brand-muted: #666674;
            --rp-brand-bg-soft: #f7f6fb;
            --rp-brand-link: #5f2b83;
            --rp-layout-width: 1170px;
        }


        /* ── Блок рекомендаций перед футером (online casino по регионам) ── */
        .rp-casino-promos {
            margin-top: 0;
            padding: 42px 0 48px;
            background: linear-gradient(180deg, #faf9fc 0%, #f3f0f9 55%, #ece8f4 100%);
            border-top: 1px solid #e0dbe8;
            box-sizing: border-box;
        }


        .rp-casino-promos__inner.fixed {
            max-width: var(--rp-layout-width) !important;
            margin-left: auto;
            margin-right: auto;
            padding-left: 15px;
            padding-right: 15px;
            box-sizing: border-box;
        }


        .rp-casino-promos__head {
            text-align: center;
            margin-bottom: 28px;
            max-width: 46rem;
            margin-left: auto;
            margin-right: auto;
        }


        .rp-casino-promos__title {
            margin: 0 0 10px;
            font-size: clamp(22px, 2.8vw, 28px);
            font-weight: 700;
            letter-spacing: -0.02em;
            color: var(--rp-brand-text);
        }


        .rp-casino-promos__sub {
            margin: 0;
            font-size: 15px;
            line-height: 1.5;
            color: var(--rp-brand-muted);
        }


        .rp-casino-promos__grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(240px, 300px));
            justify-content: center;
            gap: 22px 18px;
            align-items: stretch;
        }


        .rp-casino-promos__card {
            margin: 0;
            padding: 0 0 16px;
            background: #ffffff;
            border-radius: 12px;
            border: 1px solid #e4dfee;
            box-shadow: 0 8px 28px rgba(95, 43, 131, 0.07);
            overflow: hidden;
            display: flex;
            flex-direction: column;
            transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
        }


        .rp-casino-promos__card:hover {
            border-color: rgba(95, 43, 131, 0.35);
            box-shadow: 0 12px 36px rgba(95, 43, 131, 0.12);
            transform: translateY(-2px);
        }


        .rp-casino-promos__thumb {
            display: block;
            aspect-ratio: 16 / 10;
            overflow: hidden;
            background: #1a1224;
            border-radius: 11px 11px 0 0;
        }


        .rp-casino-promos__thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            border-radius: 11px 11px 0 0;
        }


        .rp-casino-promos__body {
            padding: 14px 16px 0;
            flex: 1 1 auto;
            display: flex;
            flex-direction: column;
        }


        .rp-casino-promos__card-title {
            margin: 0 0 10px;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.35;
        }


        .rp-casino-promos__card-title a {
            color: var(--rp-brand-purple) !important;
            text-decoration: none;
        }


        .rp-casino-promos__card-title a:hover {
            color: var(--rp-brand-purple-dark) !important;
            text-decoration: underline;
        }


        .rp-casino-promos__meta {
            margin-top: auto;
            font-size: 11px;
            line-height: 1.45;
            color: var(--rp-brand-muted);
        }


        .rp-casino-promos__sep {
            margin: 0 6px;
            opacity: 0.45;
        }


        @media (max-width: 767px) {
            .rp-casino-promos {
                padding: 32px 0 40px;
            }

            .rp-casino-promos__grid {
                gap: 18px;
            }
        }
/* footer divider (from zalebs.com live footer) */
.l-footer__divider{border:none;border-top:1px solid rgba(255,255,255,0.15);margin:15px 0;}
