/* CKEditor Content Styles */
.ckeditor-content {
  line-height: 1.6;
  font-size: 1rem;
  color: #333;
}

.ckeditor-content img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ckeditor-content h1,
.ckeditor-content h2,
.ckeditor-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

.ckeditor-content p {
  margin-bottom: 1rem;
}

.ckeditor-content ul,
.ckeditor-content ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.ckeditor-content blockquote {
  border-left: 4px solid #ddd;
  padding-left: 1rem;
  margin: 1.5rem 0;
  color: #555;
  font-style: italic;
}

@media (max-width: 768px) {
  .ckeditor-content img {
    float: none !important;
    margin: 0 auto;
  }
}
