#root *:hover {
    border: 2px dashed blue
}

#r-click-menu {
    container-type: inline-size;
    width: 175px;
    left: anchor(right);
    margin: 0;
    border: none;
    border-radius: 15px;
    background-color: rgb(27, 27, 29);
    button {
        background: transparent;
        color: white;
        border: none;
        width: 100cqi;
        text-align: left;
        padding-inline-start: 10cqi;
    }

    button:hover {
        background-color: gray;
    }
}

#layout-menu {
    container-type: inline-size;
    width: 175px;
    margin: 0;
    border: none;
    border-radius: 15px;
    background-color: rgb(27, 27, 29);
    button {
        background: transparent;
        color: white;
        border: none;
        width: 100cqi;
        text-align: left;
        padding-inline-start: 10cqi;
    }
    button:hover {
        background-color: gray;
    }
    left: anchor(right);
    top: anchor(top);

}