@media (max-width: 780px) {
  .so-widget-sow-button-atom-8d599f68f521-64 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-8d599f68f521-64 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-8d599f68f521-64 .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: #cf4c50;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b73135), color-stop(1, #cf4c50));
  background: -ms-linear-gradient(bottom, #b73135, #cf4c50);
  background: -moz-linear-gradient(center bottom, #b73135 0%, #cf4c50 100%);
  background: -o-linear-gradient(#cf4c50, #b73135);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf4c50', endColorstr='#b73135', GradientType=0);
  -webkit-border-radius: 0.25;
  -moz-border-radius: 0.25;
  border-radius: 0.25;
  border-color: #ab2e32 #a32c2f #97282c #a32c2f;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 1;
  
  padding-block: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 80%;
  max-width: 100%;
  padding-inline: 2;
}
.so-widget-sow-button-atom-8d599f68f521-64 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-8d599f68f521-64 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #d15458;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bf3337), color-stop(1, #d15458));
  background: -ms-linear-gradient(bottom, #bf3337, #d15458);
  background: -moz-linear-gradient(center bottom, #bf3337 0%, #d15458 100%);
  background: -o-linear-gradient(#d15458, #bf3337);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d15458', endColorstr='#bf3337', GradientType=0);
  border-color: #d35c60 #d15458 #ce484c #d15458;
  color: #ffffff !important;
}