/* Suggestions toggle button — matches BEF link style */
.prophetronics-toggle {
  display: inline-block;
  padding: 6px 16px;
  border: 1.5px dashed #b896c0;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #858b98;
  background: #f8f4fb;
  text-decoration: none;
  cursor: pointer;
  margin-left: 6px;
  transition: all 0.15s ease;
}
.prophetronics-toggle:hover {
  border-color: #712F79;
  color: #712F79;
  text-decoration: none;
}
.prophetronics-toggle--active {
  border-color: #712F79;
  color: #712F79;
  background: #f2eef8;
}
