@media (max-width: 780px) {
  .so-widget-sow-button-atom-a01442fcbed2 .ow-button-base.ow-button-align-left {
    text-align: left;
  }
  .so-widget-sow-button-atom-a01442fcbed2 .ow-button-base.ow-button-align-left.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-a01442fcbed2 .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;
  font-family: Open Sans;
  
  background: #f2b409;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c18f07), color-stop(1, #f2b409));
  background: -ms-linear-gradient(bottom, #c18f07, #f2b409);
  background: -moz-linear-gradient(center bottom, #c18f07 0%, #f2b409 100%);
  background: -o-linear-gradient(#f2b409, #c18f07);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2b409', endColorstr='#c18f07', GradientType=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #b28407 #a87d06 #997206 #a87d06;
  border: 1px solid;
  color: #000000 !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-a01442fcbed2 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-a01442fcbed2 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #f6b90f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cb9708), color-stop(1, #f6b90f));
  background: -ms-linear-gradient(bottom, #cb9708, #f6b90f);
  background: -moz-linear-gradient(center bottom, #cb9708 0%, #f6b90f 100%);
  background: -o-linear-gradient(#f6b90f, #cb9708);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b90f', endColorstr='#cb9708', GradientType=0);
  border-color: #f6bc19 #f6b90f #edb009 #f6b90f;
  color: #000000 !important;
}