
/* SPARKY_ADAPTIVE_ACTIONS_30_1_2 */
.sparky-context-actions {
  margin: 10px 42px 18px;
  padding: 12px 14px;
  border: 1px solid #334155;
  border-radius: 14px;
  background: #0f172a;
}
.sparky-context-caption {
  margin-bottom: 9px;
  color: #94a3b8;
  font-size: 12px;
}
.sparky-context-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.sparky-context-buttons button {
  padding: 8px 12px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #4f46e5;
  border-radius: 999px;
  background: #20265d;
}
.sparky-context-buttons button:hover {
  background: #3730a3;
}
