.buttons-fullwidth :is(.module-buttons-item,.module-buttons-item a){
    box-sizing:border-box;
    width:100%;
    place-content:center
}
.buttons-fullwidth .module-buttons-item + .module-buttons-item{
    margin-left:0;
    margin-top:.4em
}