ez-icon {
    --ez-icon--color: var(--color--secondary, #383c45);
}

.rich-toolbar-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}

.rich-toolbar-item:hover {
    background-color: #f5f5f5;
}