/* Editor Styles - Synced from Admin UI */

/* Text Colors */
.editor-text-ink {
  color: #0f172a;
}

.editor-text-red {
  color: #dc2626;
}

.editor-text-blue {
  color: #2563eb;
}

.editor-text-green {
  color: #16a34a;
}

/* Highlight Colors */
.editor-highlight-yellow {
  background: linear-gradient(transparent 64%, #fde047 0%);
}

.editor-highlight-green {
  background: linear-gradient(transparent 64%, #a7f3d0 0%);

}

.editor-highlight-pink {
  background: linear-gradient(transparent 64%, #f9d4d4 0%);
}

/* Editor Paragraphs */
.editor-content p {
  margin-bottom: 2rem;
}

.editor-content p:last-child {
  margin-bottom: 0;
}