.rsvp_name {
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 26px;
}

.pases_label {
    font-family: 'Cormorant', serif;
    font-weight: bold;
    font-size: 20px;
    color: var(--color-2);
}

.rsvp_dropdown {
    font-family: 'Cormorant', serif;
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
    height: 46px;
    padding: 10px;
    position: relative;
    width: 130px;
    margin-bottom: 1rem;
    font-size: 16px;
}

.rsvp_form_textarea {
    font-family: 'Cormorant', serif;
    background-color: #fafafa;
    border: 1px solid #a9a9a9;
    box-sizing: border-box;
    height: 90px;
    padding: 10px;
    position: relative;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 16px;
    resize: vertical;
}

.rsvp_submit_form_button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 2px var(--color-2);
    background: none;
    padding: 8px 50px;
    outline: none;
    font-size: 22px;
    color: #547d71;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
    margin: 60px auto auto;
    display: block;
    width: fit-content;
    text-decoration: none;
    transition: .2s;
}

.rsvp_done_h {
    font-family: 'Cormorant', serif;
    color: black;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: bold;
}

.rsvp_done_t1 {
    font-family: 'Cormorant', serif;
    color: black;
    font-size: 20px;
}

.rsvp_done_t2 {
    font-family: 'Cormorant', serif;
    color: gray;
    font-size: 20px;
}

.rsvp_done_back {
    font-family: 'Cormorant', serif;
    color: black;
    font-size: 20px;
    margin-top: 30px;
    display: block;
    background: #fdf1e2;
    width: fit-content;
    padding: 10px 25px;
    text-decoration: none;
    border-radius: 10px;
    display: flex;
    align-items: end;
}

.rsvp_back_arrow {
    margin-right: 15px;
}

.rsvp_back_button_text {
    user-select: none;
}