.hotel-page .hotel-contact { flex-wrap: wrap; }
.hotel-page .hotel-contact > .hotel-contact-expand { flex: 1 0 100%; max-width: none; }
.hotel-contact-expand > .button { cursor: pointer; }
.hotel-contact-panel { display: grid; grid-template-rows: 0fr; visibility: hidden; transition: grid-template-rows .35s ease, visibility .35s; }
.hotel-contact-panel.is-open { grid-template-rows: 1fr; visibility: visible; }
.hotel-contact-panel__clip { min-height: 0; overflow: hidden; }
.hotel-contact-panel .contact-page__form { margin-top: 24px; }
.hotel-contact-panel h3 { margin: 0 0 12px; }
.hotel-contact-panel .contact-form-note { font-size: 12px; line-height: 1.65; }
.hotel-contact-panel .wpcf7-submit { cursor: pointer; font-family: inherit; }
.hotel-contact-panel .wpcf7-not-valid-tip { font-size: 12px; margin-top: 5px; }
.hotel-contact-panel .wpcf7-response-output { margin: 20px 0 0; font-size: 14px; }
@media (prefers-reduced-motion: reduce) { .hotel-contact-panel { transition: none; } }
