.show-more-btn a,
.show-more-btn:active,
.show-more-btn:visited {
  cursor: pointer;
  text-decoration: none;
  font-size: 100%;
}
.show-more-btn {
  color: #ffffff;
  font-size: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--e-global-color-primary);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
  border-radius: 100px 100px 100px 100px;
  padding: 14px 12px 14px 12px;
  text-decoration: inherit;
  font-weight: 600 !important;
}
.show-more-btn:hover {
  cursor: pointer;
  color: #325fac !important;
  background-color: #ffffff;
}
.wpsm-hide a,
.wpsm-hide:active,
.wpsm-hide:visited {
  cursor: pointer;
  text-decoration: none;
}
.wpsm-hide:hover {
  cursor: pointer;
  text-decoration: underline;
}

.wpsm-content-hide {
  max-height: 120px;
  -webkit-mask-image: linear-gradient(180deg, black, transparent);
  overflow: hidden;
  transition: max-height 1s ease-in-out;
}
