
#invox-bar {
    width: 100%;
    height: fit-content;
    position: relative;
    z-index: 1001;
}

.invox-ck-wrapper {
    margin-top: 8px;
    border-radius: 4px;
    border: 1px solid #dee2e6;
    overflow: hidden;
    padding: 0;
}

.invox-ck-wrapper .ck-editor__editable {
    min-height: 150px;
    font-size: 0.85rem;
}

.invox-ck-wrapper.invox-focus-textarea {
    border: 4px solid var(--invox-shadow-page-primary-color) !important;
}

.invox-ck-wrapper.invox-focus-dictation-textarea {
    border: 4px solid var(--invox-focus-red-color) !important;
}
