.div-toolbar {
    display: flex;
    justify-content: flex-start;
    /* margin: 1px 0; */
    margin: 9px 2px 10px 2px;
    max-width: 1180px;
    height: 30px;
    max-height: 50px;
    /* container-type: size; */
}

.div-toolbar>button {
    margin: 0 0 0 10px;
    cursor: pointer;
    min-height: 35px;
    max-height: 45px;
}

.div-toolbar label {
    max-height: 45px;
}

.buttonLink {
    /* think this is not used */
    font-size: 6.8rem;
    font-weight: 500;
    color: aqua;
    outline: 1px solid silver;
    user-select: none;
}

.buttonLink:hover {
    /* think this is not used */
    text-decoration: underline;
    background-color: rgb(240, 233, 144);
}


.editor-button-link {
    font-size: 0.8rem;
    font-weight: 400;
    color: azure;
    user-select: none;
}

.editor-button-link:hover {
    color: aqua;
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

.editor-button-link-2 {
    font-size: 0.8rem;
    font-weight: 400;
    color: var(--color-link);
    user-select: none;
    margin-left: 22px;
    margin-top: 2px;
}

.editor-button-link-2:hover {
    color: var(--color-link-highlighted);
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}