/* Registration Form Styles - Embedded in template */
/* This file is intentionally minimal as styles are in the template file */

/* Additional responsive styles */
@media print {
    .ngs-registration-wrapper {
        box-shadow: none;
    }
    
    .form-actions,
    .payment-info-box {
        display: none;
    }
}
