.made_button_grid{align-items:stretch;display:grid;width:100%}.made_button_grid .made_button{align-items:center;box-sizing:border-box;display:flex;height:fit-content;justify-content:center;line-height:1;margin-left:0;margin-right:0;margin-top:0;width:100%}.made_button_grid .made_button>div{box-sizing:border-box;text-align:center;width:100%}.made_button_grid.button_width_fit .made_button,.made_button_grid.button_width_fit .made_button>div{width:auto}.made_button_grid .made_button.primary{align-items:center;height:100%}.made_button_grid .made_button.primary>div,.made_button_grid .made_button.secondary{align-items:center;display:flex;justify-content:center}.made_button_grid .made_button.secondary{border:2px solid;height:100%}