.blog .post .entry-content a, .page .post .entry-content a.button__button {
  text-decoration: none !important;
}

.ba-module__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ba-module__button .button__button {
  -webkit-appearance: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Muli", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0;
  padding: 10px 24px;
  text-align: center;
  -webkit-transition-property: background-color, -webkit-filter;
  transition-property: background-color, -webkit-filter;
  transition-property: background-color, filter;
  transition-property: background-color, filter, -webkit-filter;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  line-height: initial;
}
.ba-module__button .button__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ba-module__button .button__text, .ba-module__button .button__subtext {
  display: block;
}
.ba-module__button .button__icon {
  text-decoration: none !important;
}

.ba-cheetah-button-lightbox-content.mfp-hide {
  display: none !important;
}