/* ---------------------------------------------------------------
   İçerik tipografi cilası (Hakkımızda / Misyon-Vizyon / Hizmetler)
   Mevcut tema renklerine (theme-red: #f0222c) ve fontlarına
   (Montserrat başlık, Roboto gövde) göre ayarlandı.
   Sayfa iskeletine dokunmaz, sadece .blog_text içeriğini güzelleştirir.
   --------------------------------------------------------------- */

.single_post .blog_content .blog_text {
    font-size: 16.5px;
    line-height: 1.9;
    color: #4a4a4a;
    max-width: 68ch;
}
.single_post .blog_content .blog_text p {
    margin-bottom: 22px;
}
.single_post .blog_content .blog_text p:first-of-type {
    font-size: 18px;
    line-height: 1.8;
    color: #262626;
}
.single_post .blog_content .blog_text strong {
    color: #f0222c;
    font-weight: 700;
}
.single_post .blog_content .blog_text h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #212529;
    margin: 40px 0 18px;
    padding-top: 26px;
    border-top: 1px solid #efefef;
    position: relative;
}
.single_post .blog_content .blog_text h4::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 46px;
    height: 2px;
    background: #f0222c;
}

/* Tedarik markaları / etiket rozetleri */
.brand-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 6px 0 4px;
}
.brand-chips li {
    background: #fdecec;
    color: #b3181f;
    font-size: 13.5px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
    border: 1px solid rgba(240, 34, 44, .16);
    white-space: nowrap;
}
.brand-chips li small {
    display: block;
    font-weight: 400;
    font-size: 11.5px;
    color: #c25158;
    margin-top: 1px;
}

/* Alıntı / slogan vurgusu */
.pull-quote {
    font-family: "Montserrat", sans-serif;
    font-size: 19px;
    font-weight: 600;
    font-style: italic;
    color: #212529;
    border-left: 3px solid #f0222c;
    padding: 4px 0 4px 22px;
    margin: 8px 0 34px;
}

/* Misyon / Vizyon kartları */
.mv-block {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-left: 4px solid #f0222c;
    border-radius: 6px;
    padding: 24px 28px;
    margin-bottom: 26px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .05);
}
.mv-block h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
}
.mv-block p {
    margin-bottom: 0 !important;
}

/* Sidebar bağlantı hover'ı */
.sidebar .widget_categories li a {
    transition: color .2s ease, padding-left .2s ease;
}
.sidebar .widget_categories li a:hover {
    padding-left: 6px;
    color: #f0222c;
}
