@media (max-width: 780px) {
  .so-widget-sow-button-atom-e84cc33fd547 .ow-button-base.ow-button-align-right {
    text-align: right;
  }
  .so-widget-sow-button-atom-e84cc33fd547 .ow-button-base.ow-button-align-right.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-e84cc33fd547 .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: #ed5c23;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cc4611), color-stop(1, #ed5c23));
  background: -ms-linear-gradient(bottom, #cc4611, #ed5c23);
  background: -moz-linear-gradient(center bottom, #cc4611 0%, #ed5c23 100%);
  background: -o-linear-gradient(#ed5c23, #cc4611);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed5c23', endColorstr='#cc4611', GradientType=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #be4110 #b53e0f #a7390e #b53e0f;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 1.15em;
  
  padding-block: 0.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 1em;
}
.so-widget-sow-button-atom-e84cc33fd547 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-e84cc33fd547 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #ee632c;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d64911), color-stop(1, #ee632c));
  background: -ms-linear-gradient(bottom, #d64911, #ee632c);
  background: -moz-linear-gradient(center bottom, #d64911 0%, #ee632c 100%);
  background: -o-linear-gradient(#ee632c, #d64911);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee632c', endColorstr='#d64911', GradientType=0);
  border-color: #ef6a36 #ee632c #ed591e #ee632c;
  color: #ffffff !important;
}