/* ====================================
   SATTA FAST KING - THEME STYLES
==================================== */

.satta-table { 
    width: 100%; 
    border-collapse: collapse; 
    background: #fff; 
    text-align: center; 
}
.satta-table th, .satta-table td { 
    border: 1px solid #d1d5db; 
    padding: 8px 4px; 
}
.satta-table th { 
    font-weight: bold; 
}
.row-yellow { 
    background-color: #ffc107 !important; 
}
.game-time { 
    font-size: 10px; 
    color: #1f2937; 
    display: block; 
}
.game-name { 
    font-weight: bold; 
    color: #000; 
    font-size: 14px; 
    text-transform: uppercase; 
}
.chart-link { 
    font-size: 10px; 
    color: #3b82f6; 
    text-decoration: none; 
    display: inline-block;
    margin-left: 4px;
}
.chart-link:hover { 
    text-decoration: underline; 
}
.date-col { 
    color: #ef4444 !important; 
    font-weight: bold; 
}
.modal-scroll::-webkit-scrollbar { width: 6px; }
.modal-scroll::-webkit-scrollbar-thumb { background-color: #888; border-radius: 10px; }