.ql-container.ql-snow {
    border: none;
}

.ql-editor {
    padding: 0;
    min-height: auto;
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    line-height: 1.8;
    white-space: normal;
}

.ql-editor img {
    max-width: 100%;
    max-height: 520px;
    height: auto;
    object-fit: contain;
    border-radius: 1rem;
    display: block;
    margin: 2rem auto;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.ql-editor p {
    margin-bottom: 1.5em;
}

.ql-editor h1,
.ql-editor h2,
.ql-editor h3 {
    font-weight: 700;
    margin-top: 2em;
    margin-bottom: 1em;
}

.ql-editor ul,
.ql-editor ol {
    margin-bottom: 1.5em;
    padding-left: 1.5em;
}

.ql-editor li {
    margin-bottom: 0.5em;
}

.dark .ql-editor {
    color: #e2e8f0;
}

.dark .ql-editor h1,
.dark .ql-editor h2,
.dark .ql-editor h3,
.dark .ql-editor strong {
    color: #ffffff;
}
