.reservation-consent {
    margin: 0 auto 60px;
}

.reservation-consent__title {
    margin: 0;
}

.reservation-consent__newsletter.contact-form {
    margin: 0 auto;
    padding-bottom: 0;
}

.reservation-consent__newsletter .wpcf7-form,
.reservation-consent__newsletter input[type="email"] {
    width: 100%;
}

.reservation-page .reservation-consent__newsletter.contact-form .wpcf7-form input[type="submit"],
.reservation-page .reservation-consent__newsletter.contact-form .wpcf7-form button[type="submit"],
.reservation-page .reservation-consent__newsletter.contact-form .wpcf7-form .wpcf7-submit,
.reservation-page .reservation-consent__newsletter.contact-form .wpcf7-form .mailchimp__form__send {
    display: none;
}

.reservation-consent__newsletter p {
    margin: 0;
}

.reservation-consent__form {
    padding-bottom: 0;
}

.reservation-consent__option {
    cursor: pointer;
}

.reservation-consent__checkbox {
    flex: 0 0 auto;
}

.reservation-consent__error,
.reservation-consent__status {
    margin-bottom: 20px;
    color: #0014ff;
}

.reservation-iframe iframe {
    display: block;
    width: 100%;
    min-height: 780px;
    border: 0;
}

[data-reservation-form][hidden],
.reservation-consent[hidden] {
    display: none;
}

@media (max-width: 768px) {
    .reservation-consent {
        margin-bottom: 40px;
    }

    .reservation-iframe iframe {
        min-height: 680px;
    }
}