@media (max-width: 780px) {
  .so-widget-sow-button-atom-e417a3813742 .ow-button-base.ow-button-align-left {
    text-align: left;
  }
  .so-widget-sow-button-atom-e417a3813742 .ow-button-base.ow-button-align-left.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-e417a3813742 .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: #e34a69;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d92147), color-stop(1, #e34a69));
  background: -ms-linear-gradient(bottom, #d92147, #e34a69);
  background: -moz-linear-gradient(center bottom, #d92147 0%, #e34a69 100%);
  background: -o-linear-gradient(#e34a69, #d92147);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e34a69', endColorstr='#d92147', GradientType=0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #cb1f42 #c21e3f #b51c3b #c21e3f;
  border: 1px solid;
  color: #ffffff !important;
  font-size: 1em;
  
  padding-block: 0.5em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  width: 120px;
  max-width: 100%;
  padding-inline: 1em;
}
.so-widget-sow-button-atom-e417a3813742 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-e417a3813742 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #e45370;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #de274c), color-stop(1, #e45370));
  background: -ms-linear-gradient(bottom, #de274c, #e45370);
  background: -moz-linear-gradient(center bottom, #de274c 0%, #e45370 100%);
  background: -o-linear-gradient(#e45370, #de274c);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e45370', endColorstr='#de274c', GradientType=0);
  border-color: #e65c78 #e45370 #e24665 #e45370;
  color: #ffffff !important;
}