@media (max-width: 780px) {
  .so-widget-sow-button-atom-cc6000a7c53f .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-cc6000a7c53f .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-cc6000a7c53f .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: #aa2b17;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7d2011), color-stop(1, #aa2b17));
  background: -ms-linear-gradient(bottom, #7d2011, #aa2b17);
  background: -moz-linear-gradient(center bottom, #7d2011 0%, #aa2b17 100%);
  background: -o-linear-gradient(#aa2b17, #7d2011);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa2b17', endColorstr='#7d2011', GradientType=0);
  -webkit-border-radius: 0.25;
  -moz-border-radius: 0.25;
  border-radius: 0.25;
  border-color: #701c0f #671a0e #59170c #671a0e;
  border: 1px solid;
  color: #aa2b17 !important;
  font-size: 1.3;
  
  padding-block: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 2;
}
.so-widget-sow-button-atom-cc6000a7c53f .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-cc6000a7c53f .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #b32d18;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #862212), color-stop(1, #b32d18));
  background: -ms-linear-gradient(bottom, #862212, #b32d18);
  background: -moz-linear-gradient(center bottom, #862212 0%, #b32d18 100%);
  background: -o-linear-gradient(#b32d18, #862212);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b32d18', endColorstr='#862212', GradientType=0);
  border-color: #bc3019 #b32d18 #a62a16 #b32d18;
  color: #aa2b17 !important;
}