html.mh-article-page body {
    background: #f3eee8;
}

.mh-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 12px 16px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(70, 28, 18, .05);
    font-size: 13px;
    font-weight: 700;
    color: #7a6a65;
}

.mh-breadcrumb a {
    color: #a31523 !important;
    text-decoration: none !important;
}

.mh-breadcrumb a:hover {
    text-decoration: underline !important;
}

.mh-breadcrumb__sep {
    color: #cbb8b0;
}

.mh-breadcrumb__current {
    color: #1a1210;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mh-article {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 20px;
    align-items: start;
}

html.mh-article-page .detay_sol,
.mh-article__main {
    width: auto !important;
    max-width: 100% !important;
    display: block !important;
    padding: 22px 24px !important;
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 10px 28px rgba(70, 28, 18, .06);
    vertical-align: top;
    box-sizing: border-box;
}

html.mh-article-page .detay_sag,
.mh-article__side {
    width: auto !important;
    display: block !important;
}

html.mh-article-page .detay_h1 {
    margin: 0 0 12px !important;
    font-size: 30px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    color: #1a1210 !important;
    letter-spacing: -.02em;
}

html.mh-article-page .detay_yazar_tarih {
    display: flex !important;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 18px;
    color: #7a6a65;
    font-size: 13px;
    font-weight: 600;
}

html.mh-article-page .detay_yazar a {
    color: #a31523 !important;
    text-decoration: none !important;
    font-weight: 800;
}

html.mh-article-page .detay_resim_reklam {
    margin: 0 0 20px !important;
}

html.mh-article-page .detay_resim,
html.mh-article-page .detay_resim_css {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 360px !important;
    padding: 0 !important;
    border-radius: 18px !important;
    background-position: center !important;
    background-size: cover !important;
}

html.mh-article-page .detay_icerik {
    max-width: 100%;
    overflow: hidden;
    font-size: 17px !important;
    line-height: 1.8 !important;
    color: #2b211e;
}

html.mh-article-page .detay_icerik p {
    margin: 0 0 1.1em;
}

html.mh-article-page .detay_icerik img,
html.mh-article-page .detay_sol img,
.mh-article__main img {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 16px auto !important;
    border-radius: 16px !important;
    object-fit: cover;
}

html.mh-article-page .detay_icerik iframe,
html.mh-article-page .detay_icerik video,
html.mh-article-page .detay_icerik table {
    max-width: 100% !important;
}

html.mh-article-page .detay_icerik table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
}

.mh-article__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 28px 0 8px;
}

html.mh-article-page .haberdetay_link {
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8f3ef;
    font-size: 14px !important;
    line-height: 1.45;
}

html.mh-article-page .haberdetay_link span {
    display: block;
    margin-bottom: 4px;
    color: #8a7872;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

html.mh-article-page .haberdetay_link a {
    color: #a31523 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

.mh-article__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #5c4d48;
}

html.mh-article-page .yorum_yok_cls {
    text-align: center;
    padding: 18px 10px;
    color: #7a6a65;
    line-height: 1.55;
}

html.mh-article-page .yorum_yok_cls i {
    display: block;
    margin-bottom: 8px;
    color: #c23b2e;
    font-size: 22px;
}

.mh-side-card {
    margin-bottom: 16px;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(70, 28, 18, .06);
}

.mh-side-card h3 {
    margin: 0 0 12px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #1a1210 !important;
}

.mh-side-item {
    display: flex !important;
    gap: 12px;
    align-items: center;
    margin: 0 0 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0e7e2;
    text-decoration: none !important;
    color: inherit !important;
}

.mh-side-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.mh-side-item__img {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    border-radius: 12px;
    background: #efe7e1 center / cover no-repeat;
}

.mh-side-item__body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mh-side-item__body b {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    color: #1a1210;
}

.mh-side-item__body small {
    color: #8a7872;
    font-size: 11px;
    font-weight: 600;
}

.mh-side-item:hover b {
    color: #a31523;
}

.mh-side-link {
    display: flex !important;
    gap: 8px;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #f0e7e2;
    color: #1a1210 !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.mh-side-link:last-child {
    border-bottom: 0;
}

.mh-side-link i {
    margin-top: 3px;
    color: #a31523;
}

.mh-side-link:hover {
    color: #a31523 !important;
}

html.mh-article-page .anasayfa_kutu {
    display: none !important;
}

html.mh-article-page .istatislik_satir {
    display: none !important;
}

@media (max-width: 980px) {
    .mh-article {
        grid-template-columns: 1fr;
    }

    html.mh-article-page .detay_h1 {
        font-size: 24px !important;
    }

    html.mh-article-page .detay_resim,
    html.mh-article-page .detay_resim_css {
        height: 220px !important;
    }

    .mh-article__nav {
        grid-template-columns: 1fr;
    }

    .mh-breadcrumb__current {
        white-space: normal;
    }
}
