/* Extracted inline styles from HTML files */

/* From index.html */
.hero h1 {
    display: inline-block;
    margin-right: 10px;
}

/* From rsvp.html */
.guest-found-info {
    display: none;
}

.existing-submission {
    display: none;
}

#additionalFields {
    display: none;
}

.form-actions#submitButtonContainer {
    display: none;
}

.update-notice {
    display: none;
}

/* Hidden class for elements that should be initially hidden */
.hidden {
    display: none;
}
