.vc-show-more {
  margin-left: 8px;
  margin-bottom: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.vc-show-more .show-more-text {
  color: rgba(0, 120, 212, 1);
  color: var(--communication-background,rgba(0, 120, 212, 1));
  cursor: pointer;
  font-size: 14px;
}

.vc-show-more .show-more-text:hover {
  text-decoration: underline;
}
