/* Tournament Registration Form Styles */
.tournament-registration-form-container {
    max-width: 800px;
    margin: 0 auto;
}

.tournament-registration-form .form-section {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.tournament-registration-form .form-section h4 {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #495057;
}

.tournament-registration-form .pix-key-container {
    border: 1px dashed #6c757d;
    border-radius: 5px;
}

.tournament-registration-form .pix-key {
    font-family: monospace;
    font-weight: bold;
    word-break: break-all;
}

.tournament-registration-form .form-actions {
    margin-top: 30px;
}

.tournament-registration-form .continue-btn,
.tournament-registration-form .submit-registration-btn {
    padding: 12px 24px;
    font-weight: 600;
}

.tournament-registration-form .payment-section {
    border: 1px solid #d1ecf1;
    border-radius: 8px;
}

.tournament-registration-form .is-invalid {
    border-color: #dc3545;
}
