/* Application Form Custom Styles */
/* This file is intentionally minimal to avoid conflicts with Responsee CSS framework */

/* Ensure vaccination section is hidden by default */
#vaccination-section {
    display: none !important;
}

#vaccination-section.show {
    display: block !important;
}

/* Made with Bob */
