.rsvpParagraph, .mainRsvpY, .mainRsvpN {
    margin-bottom: 25px;
    font-size: 1.2rem;
}

#rsvpForm input[type="submit"], #rsvp input[type="submit"], #rsvpPlugin input[type="submit"], #addRsvp {
    background-color: var(--button-color);
    border-style: none;
    padding: 15px;
    border-radius: 10px;
    color: white;
    min-width: 150px;
    font-size: 16px;
    cursor: pointer;
}

/***************************/

#rsvpPlugin form:not([name]) {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
}


/***************************/


#rsvpForm  input[type="submit"], #rsvp input[type="submit"], .rsvpAdditionalAttendeeTitle {
    margin: 0 auto;
    display: table;
    font-size: 1.2rem;
}

.rsvpFormField  {
    margin-bottom: 15px!important;
}

.rsvpFormField.rsvpBorderTop {
    padding: 15px 0;
}

#rsvp-form-container {
    background-color: white;
    padding: 25px;
    box-shadow: 1px 1px 15px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 1px 15px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 1px 15px -8px rgba(0,0,0,0.75);
    margin-bottom: 30px;
    max-width: 600px;
    margin: 0 auto;
}

#rsvp #passcode, #mainEmail, #rsvp_note {
    border: 2px solid rgba(150, 150, 150, 0.3);
    max-width: 230px;
}

.rsvpFormField:has(#mainRsvpY), .rsvpFormField:has(#mainRsvpN), .rsvpAdditionalAttendeeQuestions {
    max-width: 400px;
    margin: 0 auto;
}

.rsvpFormField:has(#mainRsvpY) label, .rsvpFormField:has(#mainRsvpN) label {
    font-size: 1.2rem;
}

#rsvpPlugin > .rsvpParagraph:first-of-type {
    /* Your styles here */
    text-align: center;
}

.rsvpAdditionalAttendee {
    margin-top: 20px;
}

#rsvp .rsvpParagraph {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#rsvp .rsvpParagraph label{
    text-align: center;
    margin-bottom: 15px;
}

#rsvp .rsvpParagraph #passcode{
    margin: 0 auto;
}

@media only screen and (max-width: 625px) {
    #rsvpPlugin form:not([name]) {
        display: flex;
        flex-direction: column;
    }

    #rsvpPlugin form:not([name]) input[type="submit"] {
        margin-bottom: 15px;
    }
}