/* ============================================
   Custom overrides for darweash.com
   ============================================ */

/* --- Article content: left-aligned, max-width container --- */

.e-content {
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
}

/* Keep the H1 title left-aligned */
.e-content h1 {
    text-align: left;
}

/* Keep H2 left-aligned */
.e-content h2 {
    text-align: left;
}

/* Keep H3 left-aligned */
.e-content h3 {
    text-align: left;
}

/* --- Images in article body: responsive, not cropped --- */

.e-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1.5rem auto;
    border-radius: 4px;
}

/* --- Blockquote styling --- */

.e-content blockquote {
    border-left: 4px solid #1BB3E9;
    padding: 0.5rem 1.5rem;
    margin: 1.5rem 0;
    background: #f9f9f9;
    font-style: italic;
}

.e-content blockquote p {
    color: #555;
    font-size: 1.05rem;
}

/* --- List styling improvements --- */

.e-content ul,
.e-content ol {
    padding-left: 1.5rem;
}

.e-content li {
    margin-bottom: 0.4rem;
}

/* --- HR separators --- */

.e-content hr {
    border: none;
    border-top: 2px solid #eee;
    margin: 2.5rem 0;
}

/* --- Better line height for readability --- */

.e-content p {
    line-height: 1.8;
    margin: 1rem 0;
}

/* --- Prev/next navigation centered --- */

.prev-next {
    max-width: 750px;
    margin: 3rem auto 0;
    text-align: center;
}
