
/* FONTS */
.post-content .ql-font-serif,
.ql-editor .ql-font-serif {
  font-family: Georgia, 'Times New Roman', Times, serif !important;
}

.post-content .ql-font-monospace,
.ql-editor .ql-font-monospace {
  font-family: 'SF Mono', 'Monaco', 'Inconsolata', 'Fira Code', 'Courier New', monospace !important;
}

/* ALIGNMENT */
.post-content .ql-align-center,
.ql-editor .ql-align-center {
  text-align: center !important;
}

.post-content .ql-align-right,
.ql-editor .ql-align-right {
  text-align: right !important;
}

.post-content .ql-align-justify,
.ql-editor .ql-align-justify {
  text-align: justify !important;
}

/* HEADERS */
.post-content .ql-size-small,
.ql-editor .ql-size-small {
  font-size: 0.75em !important;
}

.post-content .ql-size-large,
.ql-editor .ql-size-large {
  font-size: 1.5em !important;
}

.post-content .ql-size-huge,
.ql-editor .ql-size-huge {
  font-size: 2.5em !important;
}

/* LISTS & BLOCKQUOTE */
.post-content blockquote,
.ql-editor blockquote {
  border-left: 4px solid #1a8917;
  padding-left: 1.5rem;
  margin: 1.5rem 0;
  font-style: italic;
  color: #6b7280;
}

.post-content pre,
.ql-editor pre {
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 0.75rem;
  overflow-x: auto;
  font-size: 0.9em;
}

/* LINKS */
.post-content a,
.ql-editor a {
  color: #1a8917;
  text-decoration: none;
}

.post-content a:hover,
.ql-editor a:hover {
  text-decoration: underline;
}

/* IMAGES */
.post-content img,
.ql-editor img {
  max-width: 100%;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.post-content img.ql-align-center,
.ql-editor img.ql-align-center {
  margin: 1.5rem auto !important;
  display: block !important;
}

/* GENERAL */
.post-content,
.ql-editor {
  font-family: inherit;
  line-height: 1.75;
}

.post-content h1, .ql-editor h1 { font-size: 2.5rem; font-weight: 700; margin: 2rem 0 1rem; }
.post-content h2, .ql-editor h2 { font-size: 2rem; font-weight: 700; margin: 1.75rem 0 1rem; }
.post-content h3, .ql-editor h3 { font-size: 1.5rem; font-weight: 700; margin: 1.5rem 0 1rem; }