@media (max-width: 780px) {
  .so-widget-sow-button-atom-d2064c8764ad .ow-button-base.ow-button-align-left {
    text-align: left;
  }
  .so-widget-sow-button-atom-d2064c8764ad .ow-button-base.ow-button-align-left.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-d2064c8764ad .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: #ee3725;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02110), color-stop(1, #ee3725));
  background: -ms-linear-gradient(bottom, #d02110, #ee3725);
  background: -moz-linear-gradient(center bottom, #d02110 0%, #ee3725 100%);
  background: -o-linear-gradient(#ee3725, #d02110);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee3725', endColorstr='#d02110', GradientType=0);
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  border-color: #c21f0f #b81e0e #aa1b0d #b81e0e;
  border: 1px solid;
  color: #ffffff !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-d2064c8764ad .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-d2064c8764ad .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #ff623f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff390c), color-stop(1, #ff623f));
  background: -ms-linear-gradient(bottom, #ff390c, #ff623f);
  background: -moz-linear-gradient(center bottom, #ff390c 0%, #ff623f 100%);
  background: -o-linear-gradient(#ff623f, #ff390c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff623f', endColorstr='#ff390c', GradientType=0);
  border-color: #ff6b49 #ff623f #ff5630 #ff623f;
  color: #ffffff !important;
}