@media (max-width: 780px) {
  .so-widget-sow-button-atom-c2e50132239a-201 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-c2e50132239a-201 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-c2e50132239a-201 .ow-button-base .sowb-button {
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #f6f6f6));
  background: -ms-linear-gradient(bottom, #dddddd, #f6f6f6);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #f6f6f6 100%);
  background: -o-linear-gradient(#f6f6f6, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#dddddd', GradientType=0);
  -webkit-border-radius: 0.25em 0.25em 0.25em 0.25em;
  -moz-border-radius: 0.25em 0.25em 0.25em 0.25em;
  border-radius: 0.25em 0.25em 0.25em 0.25em;
  border-color: #d5d5d5 #d0d0d0 #c8c8c8 #d0d0d0;
  border: 1px solid;
  color: #578f2e !important;
  font-size: 1em;
  
  padding-block: 1em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 2em;
}
.so-widget-sow-button-atom-c2e50132239a-201 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-c2e50132239a-201 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #fbfbfb;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e2e2e2), color-stop(1, #fbfbfb));
  background: -ms-linear-gradient(bottom, #e2e2e2, #fbfbfb);
  background: -moz-linear-gradient(center bottom, #e2e2e2 0%, #fbfbfb 100%);
  background: -o-linear-gradient(#fbfbfb, #e2e2e2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#e2e2e2', GradientType=0);
  border-color: #ffffff #fbfbfb #f3f3f3 #fbfbfb;
  color: #578f2e !important;
}