.mhc-embedded-form .grecaptcha-badge {
    opacity: 0;
}

.mhc-embedded-form {
    margin-bottom: 0;
}

.mhc-embedded-form div#form-catalog-html {
    display: flex !important;
    flex-direction: row;
}

.mhc-embedded-form div#form-image {
    max-width: 400px;
}

.mhc-embedded-form div#form-container {
    max-width: 400px;
    max-height: 533.33px;
    padding: 0 20px 20px;
}

@media (max-width: 799px) {
    .mhc-embedded-form div#form-image {
        display: none;
    }
    div#custom-popup {
        max-width: 400px;
    }
}