.buttonframework-buttonbox {
    position: absolute !important;
    display: grid;
    z-index: 100;
}

.buttonframework-button {
    display: block;
    opacity: 0.3;
    transition: opacity 0.3s !important;
    /* https://iconsvg.xyz/ encoded with https://yoksel.github.io/url-encoder/ 
     * fill='%23A2A2A2' stroke='%23000000' stroke-width='1' stroke-linejoin='round'
     */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23A2A2A2' stroke='%23000000' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpath d='M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3'%3E%3C/path%3E%3Cline x1='12' y1='17' x2='12.01' y2='17'%3E%3C/line%3E%3C/svg%3E");
}

.buttonframework-button:hover {
    opacity: 1;
}
