.div-block-386 {
        align-items: baseline;
    }
    .heading-45-copy {
        margin-left: auto;
        margin-right: auto;
    }
    .button-15 {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .enquiry-block {
        z-index: 21;
    }
    .mf-footer-enquiry-modal .modal-dialog {
        max-width: 520px;
        width: 94%;
        margin: 0.75rem auto;
        max-height: calc(100vh - 1.5rem);
    }
    .mf-footer-enquiry-modal .modal-content {
        border-radius: 8px;
        border: none;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
        max-height: calc(100vh - 1.5rem);
        overflow: hidden;
    }
    .mf-footer-enquiry-header {
        border-bottom: none;
        padding: 16px 20px 4px;
        text-align: center;
    }
    .mf-footer-enquiry-header .modal-title {
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        margin: 0;
    }
    .mf-footer-enquiry-subtitle {
        margin: 4px 0 0;
        font-size: 13px;
        color: #666;
        width: 100%;
    }
    .mf-footer-enquiry-body {
        padding: 4px 20px 16px;
        overflow: visible;
    }
    .mf-footer-enquiry-body .button-15 {
        display: block;
        margin: 0 auto 10px;
    }
    .mf-footer-enquiry-body .form-button.enquiry {
        display: block;
        width: 100%;
        margin-top: 6px;
    }
    .mf-footer-enquiry-body .form-field-wrapper-enq {
        margin-top: 0;
        padding: 0;
    }
    .mf-footer-enquiry-body .text-field-box.enquiry {
        margin-bottom: 8px;
    }
    .mf-footer-enquiry-body .textarea-4 {
        min-height: 72px;
        max-height: 90px;
    }
    .mf-enquiry-contact-summary {
        font-size: 13px;
        line-height: 1.45;
        margin-bottom: 8px;
    }
    .mf-enquiry-contact-summary p {
        margin: 0 0 3px;
    }
    .mf-enquiry-guest-fields {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-bottom: 4px;
    }
    .mf-enquiry-guest-fields .mf-guest-name {
        grid-column: 1 / -1;
    }
    @media screen and (max-width: 479px) {
        .mf-enquiry-guest-fields {
            grid-template-columns: 1fr;
        }
    }
    .button-8 {
        z-index: 20;
    }
    @media screen and (max-width: 991px) {
        .form-wrapper {
            width: 100%;
        }
    }
