/* ==============================
   CONTENIDO DEL EDITOR (Tiny)
   ============================== */
.editor-content {
    font-size: 16px;
    line-height: 1.7;
    color: var(--txt-2);
}

.editor-content p {
    margin: 1rem 0;
}

.editor-content h1 {
    font-size: 2rem;
    margin: 2rem 0 1rem;
}

.editor-content h2 {
    font-size: 1.6rem;
    margin: 1.8rem 0 1rem;
}

.editor-content h3 {
    font-size: 1.3rem;
    margin: 1.5rem 0 0.75rem;
}

.editor-content ul,
.editor-content ol {
    margin: 1rem 0 1rem 1.5rem;
}

.editor-content li {
    margin-bottom: 0.5rem;
}

.editor-content a {
    color: var(--accent);
    text-decoration: underline;
}

.editor-content strong {
    font-weight: 700;
}

.editor-content em {
    font-style: italic;
}

.editor-content img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 8px;
}
