.btn-box{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;width:100%}.btn-box-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.btn-box-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.btn-box-column.btn-box-right{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.btn-box-column.btn-box-left{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.btn-box-column.btn-box-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-box-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-box-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-box-right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
