/* Casino page top offer card. Matches the sticky offer visual language. */

.casino-hero-left .promo-codes-section {
    margin: 0;
}

.casino-hero-left .promo-codes-grid {
    gap: 14px;
    margin-bottom: 0;
}

.casino-hero-left .promo-card {
    background: #fff;
    border: 1px solid rgba(15, 23, 48, 0.1);
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(15, 23, 48, 0.14);
    overflow: hidden;
}

.casino-hero-left .promo-content {
    padding: 22px;
}

.casino-hero-left .promo-main-title {
    margin: 0 0 14px;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.22;
}

.casino-hero-left .promo-description {
    margin: 0 0 16px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.55;
}

.casino-hero-left .promo-features {
    gap: 8px;
    margin: 0 0 16px;
}

.casino-hero-left .feature-badge {
    min-height: 32px;
    padding: 7px 11px;
    background: #fff;
    border: 1px solid rgba(15, 23, 48, 0.1);
    border-radius: 999px;
    box-shadow: 0 7px 16px rgba(15, 23, 48, 0.06);
    color: #1f2937;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.15;
}

.casino-hero-left .feature-badge.free-spins,
.casino-hero-left .feature-badge.deposit-bonus {
    background: #fff;
    color: #1f2937;
}

.casino-hero-left .promo-code-block {
    margin: 0;
    padding: 9px;
    background: #f9fbff;
    border: 1px solid rgba(15, 23, 48, 0.12);
    border-radius: 16px;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 48, 0.03);
}

.casino-hero-left .promo-code-display {
    min-height: 44px;
}

.casino-hero-left .code-text {
    color: #0b1228;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1.1px;
}

.casino-hero-left .copy-btn {
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    background: #0b1228;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(15, 23, 48, 0.18);
    font-size: 15px;
    font-weight: 900;
}

.casino-hero-left .copy-btn:hover {
    background: #005bff;
}

.casino-hero-left .promo-tnc-note {
    margin: 10px 0 0;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .casino-hero-left .promo-content {
        padding: 18px;
    }

    .casino-hero-left .promo-main-title {
        font-size: 21px;
    }

    .casino-hero-left .promo-description {
        font-size: 15px;
    }

    .casino-hero-left .feature-badge {
        font-size: 13px;
    }

    .casino-hero-left .code-text {
        font-size: 18px;
    }
}
