.quill-content {
    line-height: 1.6;
}

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

.quill-content h1,
.quill-content h2,
.quill-content h3 {
    font-weight: bold;
    margin: 1.5rem 0 1rem;
}

.quill-content h1 {
    font-size: 1.5rem;
}

.quill-content h2 {
    font-size: 1.3rem;
}

.quill-content h3 {
    font-size: 1.1rem;
}

.quill-content ul,
.quill-content ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
}

.quill-content ul {
    list-style-type: disc;
}

.quill-content ol {
    list-style-type: decimal;
}

.quill-content a {
    color: #3b82f6;
    text-decoration: underline;
}

.quill-content a:hover {
    color: #2563eb;
}

.quill-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 0.5rem;
}

.quill-content blockquote {
    border-left: 4px solid #3b82f6;
    padding-left: 1rem;
    margin: 1rem 0;
    color: #9ca3af;
    font-style: italic;
}

.quill-content pre {
    background-color: #1e293b;
    padding: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    margin: 1rem 0;
}

.quill-content code {
    font-family: monospace;
    background-color: #1e293b;
    padding: 0.2rem 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
}