@import url("../build-apps/index.css?v=20260724-specialist-pages");

.profile-content {
  --role: #c026d3;
  --role-soft: #fdf4ff;
  --role-text: #a21caf;
}

.profile-content .role-eye,
.profile-content .dey,
.profile-content .ac,
.profile-content .step .n {
  color: var(--role-text);
}

.profile-content .flow .ic {
  background: var(--role-soft);
  color: var(--role-text);
}

.profile-content .gchat {
  box-shadow: 0 26px 70px rgba(192, 38, 211, .12);
}

.profile-content .editor-preview {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #e4e9f2;
  border-radius: 18px;
  background: #fff;
}

.profile-content .editor-preview strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.profile-content .editor-preview p {
  margin: 0;
  color: #667085;
}
