.eControls .eEditor {

    & .k-editor {
        border: none !important;
    }

    & .k-toolbar {
        border: 1px solid var(--gray-300) !important;
        border-width: 1px 1px 0 1px !important;
        border-radius: var(--radius-lg) var(--radius-lg) 0 0;
        /*background: transparent !important;*/
        padding-bottom: 12px !important;

        & > * {
            gap: 8px;
        }

        & .k-picker,
        & .k-dropdown {
            background: transparent !important;
            border-radius: var(--radius-lg) !important;
        }

        & .k-button-solid-base {
            background: transparent !important;
            border: none !important;
        }
    }

    & .k-editor-content {
        padding: 0 !important;
    }
    /*& .k-editor-toolbar {
        margin-bottom: 12px;
    }*/

    & .k-content {
        border: 1px solid var(--gray-300) !important;
        border-radius: 0 0 var(--radius-lg) var(--radius-lg) !important;
    }

    & .k-combobox {
        border: 1px solid var(--gray-300) !important;
        border-radius: var(--radius-lg) !important;
    }

    & .k-button-solid-base {
        color: var(--gray-500) !important
    }

        & .k-button-solid-base.k-selected {
            color: var(--gray-900) !important;
        }

    & .k-combobox.k-focus,
    & .k-colorpicker.k-focus {
        border: 1px solid var(--brand-600);
        box-shadow: 0 1px 2px 0 rgba(10, 13, 18, 0.05), 0 -2px 0 0 rgba(10, 13, 18, 0.05) !important;
    }

    & .k-invalid .k-content.k-iframe {
        border-color: var(--error-500) !important;
    }

    & .k-editor {
        background-color: transparent !important;
    }

    & .editor-fullscreen .k-content {
        padding: 0 !important;
    }
}
