/* 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; 
    border: none !important;
}


/* Remove the 'Settings' Heading in the block editor. This was a applied for button styles in particular */
/* .components-grid.components-tools-panel  {
    display: none !important;
} */