@media (max-width: 780px) {
  .so-widget-sow-button-atom-f50f565b04fe .ow-button-base.ow-button-align-left {
    text-align: left;
  }
  .so-widget-sow-button-atom-f50f565b04fe .ow-button-base.ow-button-align-left.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-f50f565b04fe .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: #003462;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00192f), color-stop(1, #003462));
  background: -ms-linear-gradient(bottom, #00192f, #003462);
  background: -moz-linear-gradient(center bottom, #00192f 0%, #003462 100%);
  background: -o-linear-gradient(#003462, #00192f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003462', endColorstr='#00192f', 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: #001120 #000b16 #000306 #000b16;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 1em;
  
  padding-block: 1.4em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 300px;
  max-width: 100%;
  padding-inline: 2.8em;
}
.so-widget-sow-button-atom-f50f565b04fe .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-f50f565b04fe .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #00396c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #001e39), color-stop(1, #00396c));
  background: -ms-linear-gradient(bottom, #001e39, #00396c);
  background: -moz-linear-gradient(center bottom, #001e39 0%, #00396c 100%);
  background: -o-linear-gradient(#00396c, #001e39);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00396c', endColorstr='#001e39', GradientType=0);
  border-color: #003f76 #00396c #00315d #00396c;
  color: #ffffff !important;
}