.post-quill-wrap .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  padding: 10px 12px;
  flex-wrap: wrap;
  gap: 2px;
}

.post-quill-wrap .ql-container.ql-snow {
  border: none;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
}

.post-quill-wrap .ql-editor {
  min-height: 380px;
  max-height: 70vh;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
  padding: 20px;
}

.post-quill-wrap .ql-editor.ql-blank::before {
  color: rgba(255, 255, 255, 0.25);
  font-style: normal;
}

.post-quill-wrap .ql-snow .ql-stroke {
  stroke: rgba(255, 255, 255, 0.55);
}

.post-quill-wrap .ql-snow .ql-fill {
  fill: rgba(255, 255, 255, 0.55);
}

.post-quill-wrap .ql-snow .ql-picker {
  color: rgba(255, 255, 255, 0.7);
}

.post-quill-wrap .ql-snow .ql-picker-options {
  background: #0e1c30;
  border-color: rgba(255, 255, 255, 0.12);
}

.post-quill-wrap .ql-snow .ql-picker-item {
  color: rgba(255, 255, 255, 0.75);
}

.post-quill-wrap .ql-snow .ql-picker-item:hover,
.post-quill-wrap .ql-snow .ql-picker-item.ql-selected {
  color: #c4b5fd;
}

.post-quill-wrap .ql-snow button:hover .ql-stroke,
.post-quill-wrap .ql-snow .ql-picker-label:hover .ql-stroke,
.post-quill-wrap .ql-snow button.ql-active .ql-stroke {
  stroke: #a78bfa;
}

.post-quill-wrap .ql-snow button:hover .ql-fill,
.post-quill-wrap .ql-snow button.ql-active .ql-fill {
  fill: #a78bfa;
}

.post-quill-wrap .ql-editor h1 {
  font-size: 1.75rem;
  font-weight: 800;
  margin: 1rem 0 0.5rem;
}

.post-quill-wrap .ql-editor h2 {
  font-size: 1.35rem;
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}

.post-quill-wrap .ql-editor h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0.75rem 0 0.35rem;
}

.post-quill-wrap .ql-editor blockquote {
  border-left: 3px solid #8065f8;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.65);
}

.post-quill-wrap .ql-editor pre.ql-syntax {
  background: rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  padding: 12px;
}

.post-quill-wrap .ql-editor img {
  max-width: 100%;
  border-radius: 8px;
}

.post-quill-preview {
  min-height: 380px;
  padding: 20px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.post-quill-preview h1,
.post-quill-preview h2,
.post-quill-preview h3 {
  font-weight: 700;
  margin: 1rem 0 0.5rem;
}

.post-quill-preview blockquote {
  border-left: 3px solid #8065f8;
  padding-left: 1rem;
  color: rgba(255, 255, 255, 0.65);
}

.post-quill-preview img {
  max-width: 100%;
  border-radius: 8px;
}
