/* === Surge Casino tables – styled to match brand templates === */
.casino-table {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(26, 40, 89, 0.3);
    overflow: hidden;
    border: 2px solid #e6f3ff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
}
.casino-table thead {
    background: linear-gradient(135deg, #2d4c7d 0%, #1a2859 100%);
}
.casino-table th {
    padding: 20px 16px;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: left;
    border: none;
    position: relative;
}
.casino-table th:first-child { border-radius: 16px 0 0 0; }
.casino-table th:last-child { border-radius: 0 16px 0 0; }
.casino-table th::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #f59e0b, #fbbf24);
}
.casino-table tbody tr {
    background: #ffffff;
    transition: all 0.3s ease;
    border-bottom: 1px solid #f1f5f9;
}
.casino-table tbody tr:hover {
    background: linear-gradient(90deg, #f8fafc 0%, #e2e8f0 100%);
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(26, 40, 89, 0.1);
}
.casino-table tbody tr:last-child { border-bottom: none; }
.casino-table td {
    padding: 18px 16px;
    color: #1e293b;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
    border: none;
}
.casino-table td:first-child {
    font-weight: 600;
    color: #2d4c7d;
    position: relative;
}
.casino-table td:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    border-radius: 0 2px 2px 0;
}

/* --- Pills / badges --- */
.tables-count {
    display: inline-block;
    background: linear-gradient(135deg, #2d4c7d, #3b5998);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.betting-range {
    display: inline-block;
    background: #e0f2fe;
    color: #0c4a6e;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #bae6fd;
}
.special-features { line-height: 2; }
.feature-tag {
    display: inline-block;
    background: #f1f5f9;
    color: #334155;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    margin: 2px 3px;
    border: 1px solid #e2e8f0;
}

/* Promo table */
.bonus-amount {
    display: inline-block;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    color: #78350f;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #fcd34d;
}
.promo-code {
    display: inline-block;
    background: #1a2859;
    color: #fbbf24;
    padding: 6px 14px;
    border-radius: 8px;
    font-family: 'Courier New', monospace;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    border: 1px dashed #f59e0b;
}
.validity-period {
    display: inline-block;
    background: #e0e7ff;
    color: #312e81;
    padding: 5px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
}
.validity-period.special-validity {
    background: #fee2e2;
    color: #991b1b;
}
.validity-period.vip-validity {
    background: linear-gradient(135deg, #fce7f3, #fbcfe8);
    color: #831843;
}

/* Withdrawals table */
.processing-time {
    display: inline-block;
    background: linear-gradient(135deg, #2d4c7d, #3b5998);
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.processing-time.fast-processing {
    background: linear-gradient(135deg, #10b981, #059669);
}
.processing-time.crypto-processing {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}
.withdrawal-amount {
    display: inline-block;
    background: #ecfdf5;
    color: #065f46;
    padding: 5px 12px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid #a7f3d0;
}
.withdrawal-amount.max-withdrawal {
    background: #eff6ff;
    color: #1e40af;
    border-color: #bfdbfe;
}
.fees-free {
    display: inline-block;
    background: #ecfdf5;
    color: #047857;
    padding: 5px 12px;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #a7f3d0;
}
.fees-free.fees-network {
    background: #fff7ed;
    color: #9a3412;
    border-color: #fed7aa;
}

/* Mobile */
@media (max-width: 768px) {
    .casino-table { font-size: 12px; border-radius: 12px; }
    .casino-table th { padding: 12px 8px; font-size: 11px; }
    .casino-table td { padding: 12px 8px; font-size: 12px; }
    .tables-count, .betting-range, .bonus-amount,
    .promo-code, .validity-period, .processing-time,
    .withdrawal-amount, .fees-free { font-size: 11px; padding: 4px 10px; }
    .feature-tag { font-size: 10px; padding: 3px 8px; }
}

/* FAQ block */
.faq-block {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 12px;
    padding: 24px 28px;
    border-left: 4px solid #ff8c00;
    margin: 20px 0;
}
.faq-block .faq-question {
    color: #fbbf24;
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 18px;
}
.faq-block .faq-question:first-child { margin-top: 0; }
.faq-block p { margin-bottom: 12px; }