/**
 * School Pledge Form (High School & Middle School) - Typeform Style
 * 
 * Imports the shared typeform styles from the individual pledge form.
 * Add any school-specific overrides below the import.
 */
@import url("ind-pledge-form.css");

/* Target specific school form IDs if needed */
#gform_59,
#gform_60 {
    opacity: 0;
    transition: opacity 0.3s ease;
}

#gform_59.typeform-ready,
#gform_60.typeform-ready {
    opacity: 1;
}

/* School Information step — lighter styling for text inputs */
.typeform-container .school-info-field input[type="text"],
.typeform-container .school-info-field select {
    max-width: 400px;
}
