@media (max-width: 780px) {
  .so-widget-sow-button-atom-d8f7d3b8bb52 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-d8f7d3b8bb52 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-d8f7d3b8bb52 .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: Alegreya;
  font-weight: 700;
  background: #eded63;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8e835), color-stop(1, #eded63));
  background: -ms-linear-gradient(bottom, #e8e835, #eded63);
  background: -moz-linear-gradient(center bottom, #e8e835 0%, #eded63 100%);
  background: -o-linear-gradient(#eded63, #e8e835);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eded63', endColorstr='#e8e835', GradientType=0);
  -webkit-border-radius: 5% 5% 5% 5%;
  -moz-border-radius: 5% 5% 5% 5%;
  border-radius: 5% 5% 5% 5%;
  border-color: #e6e628 #e5e51e #dbdb19 #e5e51e;
  border: 1px solid;
  color: #4f0056 !important;
  font-size: 1.3em;
  
  padding-block: 0.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 94%;
  max-width: 100%;
  padding-inline: 1em;
}
.so-widget-sow-button-atom-d8f7d3b8bb52 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-d8f7d3b8bb52 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #50b649;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #40923a), color-stop(1, #50b649));
  background: -ms-linear-gradient(bottom, #40923a, #50b649);
  background: -moz-linear-gradient(center bottom, #40923a 0%, #50b649 100%);
  background: -o-linear-gradient(#50b649, #40923a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50b649', endColorstr='#40923a', GradientType=0);
  border-color: #57b950 #50b649 #4bab45 #50b649;
  color: #f9c7f5 !important;
}