@media (max-width: 780px) {
  .so-widget-sow-button-atom-8b27729a8f06 .ow-button-base.ow-button-align-center {
    text-align: center;
  }
  .so-widget-sow-button-atom-8b27729a8f06 .ow-button-base.ow-button-align-center.ow-button-align-justify .sowb-button {
    display: inline-block;
  }
}
.so-widget-sow-button-atom-8b27729a8f06 .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: #ddd3c1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cbbca0), color-stop(1, #ddd3c1));
  background: -ms-linear-gradient(bottom, #cbbca0, #ddd3c1);
  background: -moz-linear-gradient(center bottom, #cbbca0 0%, #ddd3c1 100%);
  background: -o-linear-gradient(#ddd3c1, #cbbca0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd3c1', endColorstr='#cbbca0', GradientType=0);
  -webkit-border-radius: 0.25px;
  -moz-border-radius: 0.25px;
  border-radius: 0.25px;
  border-color: #c6b596 #c2b090 #bca986 #c2b090;
  border: 1px solid;
  color: #332c09 !important;
  font-size: 1em;
  
  padding-block: 1em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  padding-inline: 2em;
}
.so-widget-sow-button-atom-8b27729a8f06 .ow-button-base .sowb-button.ow-button-hover:active,
.so-widget-sow-button-atom-8b27729a8f06 .ow-button-base .sowb-button.ow-button-hover:hover {
  background: #e1d8c8;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cfc0a7), color-stop(1, #e1d8c8));
  background: -ms-linear-gradient(bottom, #cfc0a7, #e1d8c8);
  background: -moz-linear-gradient(center bottom, #cfc0a7 0%, #e1d8c8 100%);
  background: -o-linear-gradient(#e1d8c8, #cfc0a7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1d8c8', endColorstr='#cfc0a7', GradientType=0);
  border-color: #e4dcce #e1d8c8 #dbd1be #e1d8c8;
  color: #332c09 !important;
}