.authoring-editor {
    font-size: 14px;
}

.editor-toolbar {
    background: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 5;
}

.editor-toolbar .btn {
    min-width: 36px;
}

.editor-toolbar .btn:hover {
    background-color: #e9ecef;
}

.editor-content:focus {
    outline: none;
}


.editor-media-wrapper {
    position: relative;
    display: inline-block;
    margin: 10px 0;
}

.editor-remove-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(220, 53, 69, 0.9);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 16px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.editor-media-wrapper:hover .editor-remove-btn {
    display: flex;
}