.hms-ckeditor5-tools {
    align-items: center;
    background: #eef4f1;
    border: 1px solid #b8cfc4;
    border-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 8px 0 0;
    padding: 6px;
}

.hms-ckeditor5-tools-label {
    color: #244638;
    font-size: 12px;
    font-weight: 600;
    margin-right: 4px;
}

.hms-ckeditor5-tools select {
    min-width: 220px;
}

.hms-ckeditor5-tools button,
.hms-ckeditor5-tools select {
    border: 1px solid #b9b9b9;
    border-radius: 2px;
    font-size: 12px;
    height: 26px;
    padding: 3px 8px;
}

.hms-ckeditor5-tools button {
    background: #f5f5f5;
    cursor: pointer;
}

.hms-ckeditor5-tools button:hover {
    background: #e8e8e8;
}

.ck.ck-editor {
    border: 1px solid #b8b8b8;
}

.ck.ck-editor__top .ck-toolbar {
    background: #f8f8f8;
    border-bottom: 1px solid #c8c8c8;
    flex-wrap: wrap;
    padding: 4px;
}

.ck.ck-editor__editable_inline {
    min-height: 260px;
}

.ck.ck-dropdown .ck-button.ck-dropdown__button .ck-button__label {
    max-width: 150px;
}

.hms-ckeditor5-maximized .ck-editor {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}

.hms-ckeditor5-maximized .ck-editor__editable_inline {
    height: calc(100vh - 42px);
}
