/*
 * Chess Club - Custom Styles
 * File này KHÔNG bị ghi đè khi update component.
 * Sửa trực tiếp trên server: media/com_chessclub/css/custom.css
 */

/* === Tournament Form === */
.chessclub-tournament-form .card {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.chessclub-tournament-form .card-header {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 12px 20px;
}

.chessclub-tournament-form .card-body {
    padding: 20px;
}

.chessclub-tournament-form .form-label {
    font-size: 0.875rem;
    margin-bottom: 4px;
}

.chessclub-tournament-form .form-control,
.chessclub-tournament-form .form-select {
    width: 100% !important;
    max-width: 100% !important;
    border-radius: 6px;
    box-sizing: border-box;
}

.chessclub-tournament-form .form-check {
    padding-left: 1.8em;
}

.chessclub-tournament-form .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
