.button-group{display:flex}.button-group.is-fullwidth{width:100%}.button-group.is-vertical{flex-direction:column}.button-group button{background-color:#4caf50;border:1px solid green;color:#fff;padding:10px 24px;cursor:pointer;flex:1}.button-group button:hover{background-color:#3e8e41}.button-group button:not(:last-child){border-right:none}