@media (max-width: 780px) {
  .so-widget-sow-button-atom-c38b850bdab9 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-c38b850bdab9 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-c38b850bdab9 .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: #f1b71c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cd990d), color-stop(1, #f1b71c));
  background: -ms-linear-gradient(bottom, #cd990d, #f1b71c);
  background: -moz-linear-gradient(center bottom, #cd990d 0%, #f1b71c 100%);
  background: -o-linear-gradient(#f1b71c, #cd990d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1b71c', endColorstr='#cd990d', GradientType=0);
  -webkit-border-radius: 0.5em 0.5em 0.5em 0.5em;
  -moz-border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-radius: 0.5em 0.5em 0.5em 0.5em;
  border-color: #bf8e0c #b5870b #a77c0a #b5870b;
  border: 1px solid;
  color: #4d508d !important;
  font-size: 1em;
  
  padding-block: 0.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 75%;
  max-width: 100%;
  padding-inline: 1em;
}
.so-widget-sow-button-atom-c38b850bdab9 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-c38b850bdab9 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #515494;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3f4173), color-stop(1, #515494));
  background: -ms-linear-gradient(bottom, #3f4173, #515494);
  background: -moz-linear-gradient(center bottom, #3f4173 0%, #515494 100%);
  background: -o-linear-gradient(#515494, #3f4173);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515494', endColorstr='#3f4173', GradientType=0);
  border-color: #54579a #515494 #4b4e8a #515494;
  color: #f1b71c !important;
}