@media (max-width: 780px) {
  .so-widget-sow-button-atom-1fe23e28ca03 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-1fe23e28ca03 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-1fe23e28ca03 .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: #d3545f;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #c2323e), color-stop(1, #d3545f));
  background: -ms-linear-gradient(bottom, #c2323e, #d3545f);
  background: -moz-linear-gradient(center bottom, #c2323e 0%, #d3545f 100%);
  background: -o-linear-gradient(#d3545f, #c2323e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3545f', endColorstr='#c2323e', GradientType=0);
  -webkit-border-radius: 0.25px;
  -moz-border-radius: 0.25px;
  border-radius: 0.25px;
  border-color: #b62f3b #ae2d38 #a22a34 #ae2d38;
  border: 1px solid;
  color: #d3545f !important;
  font-size: 1em;
  
  padding-block: 1em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 200px;
  max-width: 100%;
  padding-inline: 2em;
}
.so-widget-sow-button-atom-1fe23e28ca03 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-1fe23e28ca03 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #d55c67;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ca3441), color-stop(1, #d55c67));
  background: -ms-linear-gradient(bottom, #ca3441, #d55c67);
  background: -moz-linear-gradient(center bottom, #ca3441 0%, #d55c67 100%);
  background: -o-linear-gradient(#d55c67, #ca3441);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d55c67', endColorstr='#ca3441', GradientType=0);
  border-color: #d7646e #d55c67 #d2505b #d55c67;
  color: #000000 !important;
}