.wrapped-text-wrapper {
  cursor: pointer;
  width: 100%;
}

.wrapped-text-content {
  font-size: 14px;
  line-height: 18px;

  color: rgba(255, 255, 255, 0.75);
}

.wrapped-text-toggle {
  color: white;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  text-decoration: underline;
}

.wrapped-text-toggle:hover {
  text-decoration: underline;
}

.wrapped-text-content a {
  color: white;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
  text-decoration: underline;
}

.wrapped-text-content strong {
  color: white;
  font-weight: 600;
  cursor: pointer;
  user-select: none;
}
