*:after,
*:before,
* {
    box-sizing: border-box;
}

.rsvp-form {
    background: transparent;
    padding: 32px 24px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 14px;
}

.rsvp-form-title {
    font-family: YAEl5AUzZYw-0, 'Arial', 'sans-serif';
    color: #eee6de;
    font-size: 32px;
    margin: 0;
    text-align: center;
}

.rsvp-form-description {
    font-family: YACgEcnnqB4-0, 'Arial', 'sans-serif';
    color: #eee6de;
    font-size: 14px;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}

.rsvp-form-label {
    font-weight: normal;
    font-size: 14px;
    font-family: YACgETiWKS8-0, 'Arial', 'sans-serif';
    margin-bottom: 4px;
    display: inline-block;
    color: white;
}

.rsvp-form-control {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    max-height: 100px;
    padding: 10px 12px;
    display: block;
    background: white;
    border-radius: 8px;
    border: 1px solid #000;
    outline-color: #000;
    font-family: YAFdJljEuFc-0, 'Arial', 'sans-serif';
    height: 43px;
    color: #000;
}
select.rsvp-form-control {
    padding: 10px !important;
}
textarea.rsvp-form-control {
    height: 80px;
}

.rsvp-form-group:not(:last-child) {
    margin-bottom: 10px;
}

.rsvp-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.rsvp-buttons button {
    width: auto;
    cursor: pointer;
    padding: 8px 24px;
    border: 1px solid #fff;
    color: white;
    background: #87A989;
    font-weight: bold;
    font-size: 14px;
    font-family: YACgEcnnqB4-0, 'Arial', 'sans-serif';
}
.rsvp-buttons button:hover {
    opacity: 0.8;
}
.rsvp-buttons button:active {
    border-color: #fff;
    outline: 1px solid #000;
}

.rsvp-guest {
    background: #A4B999;
    padding: 32px 24px;
    position: relative;
    border: 1px solid #fff;
    border-radius: 14px;
    max-height: 400px;
}

.rsvp-guest-title {
    font-family: YAEl5AUzZYw-0, 'Arial', 'sans-serif';
    color: #060644;
    font-size: 32px;
    margin: 0;
    text-align: center;
    margin-bottom: 24px;
}

.rsvp-card {
    padding: 16px;
    border-radius: 12px;
    font-family: 'YAFdJt8dAY0-1', 'Arial', 'sans-serif';
    background: white;
}
.rsvp-card:not(:last-child) {
    margin-bottom: 10px;
}

.rsvp-card .name {
    font-weight: bold;
    font-size: 14px;
}

.rsvp-card .time {
    font-size: 12px;
    color: #a6a6a6;
    margin-top: 4px;
}

.rsvp-card .response {
    color: #000000;
    font-size: 14px;
    margin-top: 8px;
}