/* ===== BLOG CONTENT (TinyMCE SAFE STYLES) ===== */

.dez-post-text {
    font-size: 16px;
    line-height: 1.9;
    color: #333;
}

/* Paragraphs */
.dez-post-text p {
    margin: 0 0 18px 0;
}

/* Headings */
.dez-post-text h1,
.dez-post-text h2,
.dez-post-text h3,
.dez-post-text h4,
.dez-post-text h5 {
    margin: 30px 0 15px;
    font-weight: 600;
    line-height: 1.4;
}

/* Lists */
.dez-post-text ul,
.dez-post-text ol {
    margin: 20px 0 20px 30px;
    padding-left: 20px;
}

.dez-post-text li {
    margin-bottom: 10px;
}

/* Images */
.dez-post-text img {
    max-width: 100%;
    height: auto;
    margin: 25px 0;
    display: block;
}

/* Links */
.dez-post-text a {
    color: #e63946;
    text-decoration: underline;
}

/* Blockquotes */
.dez-post-text blockquote {
    padding: 15px 20px;
    margin: 25px 0;
    border-left: 4px solid #e63946;
    background: #f9f9f9;
}