/* Styles for all Preset Buttons */
.wp-block-button__link {
    /* border-radius: 100px !important;
    padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
    text-align: center !important;
    font-size: 1.125em !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    background-color: unset;  */
}






/* If needed, we can hide the Setting and Advanced tabs by uncommenting the rules below: 

/* Hide the "Advanced" tab for buttons.
:is(.components-panel__body.block-editor-block-inspector__advanced):has(button.components-button) {
    display: none;
}

/* Hide the "Settings" tab for buttons.*/
/* :is(.components-panel__body-title):has(button.components-button) {
    display: none;
} */ 
