/* Page 309: prevent Elementor kit button styles from affecting TinyMCE toolbar */
.mce-tinymce .mce-btn button,
.mce-tinymce .mce-btn:hover button,
.mce-tinymce .mce-btn:focus button,
.mce-tinymce .mce-btn:active button,
.mce-tinymce .mce-btn.mce-active button {
    background-color: #ffffff !important;
    background-image: none !important;
    color: #333333 !important;
    border: none !important;
    box-shadow: none !important;
}

/* Brand-tone hover/focus for toolbar actions */
.mce-tinymce .mce-btn:hover button,
.mce-tinymce .mce-btn:focus button {
    background-color: #e0f7fb !important;
    color: #0e7490 !important;
}

/* Keep active toolbar button readable with brand tone */
.mce-tinymce .mce-btn.mce-active button {
    background-color: #cff0f6 !important;
    color: #0b5f75 !important;
}

.codicts-inline-edit-wrapper .codicts-inline-edit-save-wrapper
{
    margin-top: 0 !important;
    height: auto !important;
    opacity: 1 !important;
    overflow: auto !important;  
}