/* Дополнительные стили для турнирного сайта */

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.85rem;
    }
    
    .standings-table th,
    .standings-table td {
        padding: 0.25rem;
    }
}

.question-card {
    transition: all 0.2s ease;
}

.question-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.question-processed {
    border-left: 4px solid #28a745;
}

.question-pending {
    border-left: 4px solid #ffc107;
}
