.ml-contact-page .ml-contact-action-button,
.ml-contact-page .ml-contact-social-button {
    display: inline-block !important;
    width: auto !important;
    max-width: max-content;
    margin: 8px 12px 0 0;
    vertical-align: top;
}

.ml-contact-page .ml-contact-hero-card > .elementor-widget-wrap,
.ml-contact-page .ml-contact-sidebar-card > .elementor-widget-wrap,
.ml-contact-page .ml-contact-form-shell > .elementor-widget-wrap {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(21, 32, 51, 0.06);
    padding: 32px !important;
}

.ml-contact-page .ml-contact-hero-card > .elementor-widget-wrap {
    box-shadow: 0 20px 55px rgba(21, 32, 51, 0.09);
}

.ml-contact-page .ml-contact-main-section .elementor-container,
.ml-contact-page .ml-contact-hero-section .elementor-container {
    align-items: flex-start;
}

.ml-contact-cta-section .ml-contact-action-button {
    margin-left: 7px;
    margin-right: 7px;
}

.ml-contact-page .ml-contact-action-button .elementor-button,
.ml-contact-page .ml-contact-social-button .elementor-button {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ml-contact-page .ml-contact-social-button .elementor-button {
    min-height: 38px;
}

.ml-contact-sidebar-card .elementor-widget-icon-box {
    margin-top: 14px;
}

.ml-contact-form-card {
    margin-top: 4px;
}

.ml-contact-form-card .wpcf7 form {
    display: grid;
    gap: 16px;
}

.ml-contact-form-card .wpcf7 label {
    display: grid;
    gap: 8px;
    margin: 0;
    color: #152033;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

.ml-contact-form-card .wpcf7 input[type="text"],
.ml-contact-form-card .wpcf7 input[type="email"],
.ml-contact-form-card .wpcf7 textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9e1ec;
    border-radius: 6px;
    background: #ffffff;
    color: #152033;
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 14px;
    outline: none;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ml-contact-form-card .wpcf7 textarea {
    min-height: 150px;
    resize: vertical;
}

.ml-contact-form-card .wpcf7 input:focus,
.ml-contact-form-card .wpcf7 textarea:focus {
    border-color: #f06292;
    box-shadow: 0 0 0 3px rgba(240, 98, 146, 0.14);
}

.ml-contact-form-card .wpcf7 input[type="submit"] {
    display: inline-flex;
    width: auto;
    min-height: 48px;
    padding: 13px 28px;
    border: 0;
    border-radius: 6px;
    background: #f06292;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    cursor: pointer;
}

.ml-contact-form-card .wpcf7 input[type="submit"]:hover,
.ml-contact-form-card .wpcf7 input[type="submit"]:focus {
    background: #d94b7d;
}

.ml-contact-form-card .wpcf7-spinner {
    margin-left: 12px;
}

.ml-contact-form-card .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #b42318;
    font-size: 13px;
    font-weight: 700;
}

.ml-contact-form-card .wpcf7-response-output {
    margin: 12px 0 0 !important;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1.55;
}

.ml-contact-legal-note strong {
    color: #152033;
}

@media (max-width: 767px) {
    .ml-contact-page .ml-contact-action-button {
        display: block;
        width: 100%;
        max-width: none;
        margin-right: 0;
    }

    .ml-contact-page .ml-contact-action-button .elementor-button {
        width: 100%;
    }

    .ml-contact-page .ml-contact-social-button {
        margin-right: 8px;
    }

    .ml-contact-form-card .wpcf7 input[type="submit"] {
        width: 100%;
        justify-content: center;
    }
}
