/* =========================================================
   v0.4.20 — Mobil içerik biçimleri ve editör inline medya çıktısı
   ========================================================= */

.article-rich-content .gg-inline-content-image{
    display:block;
    max-width:100%!important;
    height:auto!important;
    margin:22px auto;
}

/* Mobil tema katmanlarının eski WordPress biçimlerini ezmesini önler. */
@media(max-width:700px){
    .article-rich-content b,
    .article-rich-content b *,
    .article-rich-content strong,
    .article-rich-content strong *{
        font-weight:700!important;
    }
    .article-rich-content em,
    .article-rich-content em *,
    .article-rich-content i,
    .article-rich-content i *{
        font-style:italic!important;
    }
    .article-rich-content u,
    .article-rich-content u *{
        text-decoration:underline!important;
    }
    .article-rich-content h1,
    .article-rich-content h2,
    .article-rich-content h3,
    .article-rich-content h4,
    .article-rich-content h5,
    .article-rich-content h6{
        color:#303e45!important;
        font-weight:700!important;
    }
    .article-rich-content p,
    .article-rich-content li{
        text-align:justify;
        text-justify:inter-word;
    }
    .article-rich-content span[style*="font-size"],
    .article-rich-content span[style*="color"]{
        /* Editörden verilen inline renk ve punto mobilde de korunur. */
        max-width:100%;
    }
}
