@media (max-width: 780px) {
  .so-widget-sow-button-atom-c277dfb7fc08 .ow-button-base.ow-button-align-center {
    text-align: center;
  }

  .so-widget-sow-button-atom-c277dfb7fc08 .ow-button-base.ow-button-align-center.ow-button-align-justify a {
    display: inline-block;
  }
}

.so-widget-sow-button-atom-c277dfb7fc08 .ow-button-base a {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;

  font-size: 14px;
  padding: 10px 20px;
  background: #da251e;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad1d18), color-stop(1, #da251e));
  background: -ms-linear-gradient(bottom, #ad1d18, #da251e);
  background: -moz-linear-gradient(center bottom, #ad1d18 0%, #da251e 100%);
  background: -o-linear-gradient(#da251e, #ad1d18);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#da251e', endColorstr='#ad1d18', GradientType=0);
  border: 1px solid;
  border-color: #a01b16 #971a15 #891713 #971a15;
  color: #ffffff !important;
  -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;
  -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);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.so-widget-sow-button-atom-c277dfb7fc08 .ow-button-base a.ow-button-hover:active,
.so-widget-sow-button-atom-c277dfb7fc08 .ow-button-base a.ow-button-hover:hover {
  background: #e12922;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b61f19), color-stop(1, #e12922));
  background: -ms-linear-gradient(bottom, #b61f19, #e12922);
  background: -moz-linear-gradient(center bottom, #b61f19 0%, #e12922 100%);
  background: -o-linear-gradient(#e12922, #b61f19);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e12922', endColorstr='#b61f19', GradientType=0);
  border-color: #e2312b #e12922 #d6241d #e12922;
  color: #ffffff !important;
}