/* Blog detay: Summernote HTML çıktısı — gövde gri, başlıklar koyu, alıntı temadaki turuncu çizgi */
.mil-blog-article {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.05rem;
    line-height: 1.75;
    color: #5a5a5a;
}

.mil-blog-article p,
.mil-blog-article li,
.mil-blog-article td,
.mil-blog-article th {
    color: #5a5a5a;
}

.mil-blog-article h1,
.mil-blog-article h2,
.mil-blog-article h3,
.mil-blog-article h4,
.mil-blog-article h5,
.mil-blog-article h6 {
    color: #1a1a1a;
    font-weight: 700;
    margin-top: 1.25em;
    margin-bottom: 0.65em;
    line-height: 1.3;
}

.mil-blog-article a {
    color: rgb(255, 152, 0);
}

.mil-blog-article a:hover {
    color: rgb(230, 130, 0);
}

.mil-blog-article blockquote {
    margin: 1.5em 0;
    padding: 0.5em 0 0.5em 1.25rem;
    border-left: 4px solid rgb(255, 152, 0);
    color: #1a1a1a;
    font-weight: 600;
}

.mil-blog-article img {
    max-width: 100%;
    height: auto;
}
