.embed-text-input {
    flex: 1 1 auto;
    margin-right: 10px;
}

.embed-text-input input {
    height: 36px;
}

.connatix-embedded-overlay #cnx_frame_wrap {
    min-width: 1190px;
    width: calc(100vw - 235px);
    height: calc(100vh - 145px);
}

.connatix-embedded-overlay #cnx_frame {
    width: 100%;
    height: 100%;
}

.connatix-embedded-overlay .components-modal__header {
    padding: 10px;
    height: 57px;
}

.connatix-embedded-overlay .components-modal__content {
    margin-top: 57px;
    padding: 0;
}

.connatix-embedded-overlay #close-iframe {
    margin-left: 4px;
    margin-bottom: 4px;
}

@media (min-width: 960px) {
    .connatix-embedded-overlay .components-modal__frame {
        max-height: unset;
        height: calc(100vh - 80px);
    }
}