/* Görsel Haber V3.6.65 - Boydan boya kompakt haber bilgi/paylaşım çubuğu */
.single-page .gh-article-meta-bar{
    display:flex;
    align-items:center;
    width:100%;
    min-width:0;
    margin:16px 0 18px;
    padding:10px 0;
    border-top:1px solid #e3e6ea;
    border-bottom:1px solid #e3e6ea;
    background:#fff;
    color:#171b24;
    box-sizing:border-box;
}
.single-page .gh-article-meta-author{
    display:flex;
    align-items:center;
    gap:9px;
    flex:0 0 auto;
    padding:0 18px 0 0;
    min-width:185px;
}
.single-page .gh-article-meta-avatar{
    display:flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    flex:0 0 40px;
    overflow:hidden;
    border-radius:50%;
    background:linear-gradient(135deg,#ed1c24,#c90812);
    color:#fff!important;
    text-decoration:none!important;
    font-size:12px;
    line-height:1;
    font-weight:800;
    letter-spacing:.02em;
    box-shadow:0 2px 7px rgba(209,12,22,.16);
}
.single-page .gh-article-meta-avatar img{display:block;width:100%;height:100%;object-fit:cover}
.single-page .gh-article-meta-author-text{display:flex;flex-direction:column;min-width:0;gap:2px}
.single-page .gh-article-meta-author-name{
    display:block;
    max-width:160px;
    overflow:hidden;
    color:#111827!important;
    text-decoration:none!important;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
    line-height:1.2;
    font-weight:800;
}
.single-page .gh-article-meta-author-name:hover{color:#d10c16!important}
.single-page .gh-article-meta-author-role{
    color:#697386;
    font-size:9px;
    line-height:1.15;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.055em;
}
.single-page .gh-article-meta-item{
    position:relative;
    display:flex;
    align-items:center;
    gap:7px;
    flex:0 0 auto;
    min-height:38px;
    padding:0 15px;
    border-left:1px solid #e5e7eb;
    white-space:nowrap;
}
.single-page .gh-article-meta-item .gh-article-meta-icon{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:17px;
    flex:0 0 17px;
    color:#363c46;
    font-size:16px;
    font-weight:800;
}
.single-page .gh-article-meta-item > div{display:flex;flex-direction:column;gap:2px}
.single-page .gh-article-meta-item time,
.single-page .gh-article-meta-item strong{
    color:#111827;
    font-size:11px;
    line-height:1.15;
    font-weight:800;
}
.single-page .gh-article-meta-item > div > span{
    color:#697386;
    font-size:8.5px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:.05em;
}
.single-page .gh-article-meta-source{
    display:inline-flex;
    align-items:center;
    gap:5px;
    flex:0 0 auto;
    margin:0 12px 0 8px;
    padding:6px 10px;
    border:1px solid #e0e4e9;
    border-radius:999px;
    background:#f8f9fb;
    color:#697386;
    font-size:10px;
    line-height:1;
    white-space:nowrap;
}
.single-page .gh-article-meta-source strong{
    color:#202631;
    font-size:10px;
    font-weight:800;
}
.single-page .gh-article-meta-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:5px;
    flex:0 0 auto;
    margin-left:auto;
    min-width:0;
}
.single-page .gh-meta-action,
.single-page .gh-meta-text-control{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:32px;
    height:32px;
    flex:0 0 32px;
    margin:0;
    padding:0;
    border:1px solid transparent;
    border-radius:3px;
    cursor:pointer;
    appearance:none;
    box-shadow:none;
    transition:transform .15s ease,opacity .15s ease,border-color .15s ease,background .15s ease;
}
.single-page .gh-meta-action:hover,
.single-page .gh-meta-text-control:hover{transform:translateY(-1px)}
.single-page .gh-meta-action:focus-visible,
.single-page .gh-meta-text-control:focus-visible{outline:2px solid #d10c16;outline-offset:2px}
.single-page .gh-meta-action i{display:inline-flex;align-items:center;justify-content:center;color:#fff!important;font-size:15px!important;line-height:1!important}
.single-page .gh-meta-facebook{background:#1877f2;border-color:#1877f2}
.single-page .gh-meta-x{background:#111;border-color:#111}
.single-page .gh-meta-telegram{background:#229ed9;border-color:#229ed9}
.single-page .gh-meta-whatsapp{background:#25d366;border-color:#25d366}
.single-page .gh-meta-more{background:#d10c16;border-color:#d10c16}
.single-page .gh-meta-print{background:#fff;border-color:#dfe3e8}
.single-page .gh-meta-print i{color:#343a46!important}
.single-page .gh-meta-text-control{
    background:#fff;
    border-color:#dfe3e8;
    color:#202631;
    font-family:inherit;
    font-size:11px;
    line-height:1;
    font-weight:800;
}
.single-page .gh-meta-action-divider{display:block;width:1px;height:24px;margin:0 2px;background:#e3e6ea}
.single-page .gh-article-meta-bar + .row{margin-top:0}
.single-page .gh-article-meta-bar + .row .post-cover{margin-top:0}
.single-page .gh-article-meta-bar + .row .post-cover figure{margin-top:0}

/* Büyük masaüstünde çubuk bütün haber alanını tek satırda kullanır. */
@media (min-width:1200px){
    .single-page .gh-article-meta-bar{flex-wrap:nowrap}
}

@media (max-width:1199.98px){
    .single-page .gh-article-meta-bar{flex-wrap:wrap;row-gap:8px}
    .single-page .gh-article-meta-author{min-width:180px;padding-right:12px}
    .single-page .gh-article-meta-author-name{max-width:145px}
    .single-page .gh-article-meta-item{padding:0 11px;gap:5px}
    .single-page .gh-article-meta-source{margin-left:8px;margin-right:8px}
    .single-page .gh-article-meta-actions{margin-left:auto}
    .single-page .gh-meta-action,.single-page .gh-meta-text-control{width:30px;height:30px;flex-basis:30px}
}

@media (max-width:991.98px){
    .single-page .gh-article-meta-bar{
        display:grid;
        grid-template-columns:minmax(0,1.3fr) repeat(3,minmax(0,1fr));
        row-gap:10px;
        padding:10px 0;
    }
    .single-page .gh-article-meta-author{min-width:0;padding:0 12px 0 0}
    .single-page .gh-article-meta-item{padding:0 10px}
    .single-page .gh-article-meta-source{grid-column:1/2;margin:0;justify-self:start}
    .single-page .gh-article-meta-actions{grid-column:2/5;margin-left:0;justify-content:flex-end}
}

@media (max-width:767.98px){
    .single-page .gh-article-meta-bar{
        grid-template-columns:1fr 1fr;
        gap:0;
        margin:12px 0 15px;
        padding:9px 0 10px;
    }
    .single-page .gh-article-meta-author{
        grid-column:1/3;
        padding:0 0 9px;
        margin-bottom:8px;
        border-bottom:1px solid #eceef1;
    }
    .single-page .gh-article-meta-avatar{width:38px;height:38px;flex-basis:38px}
    .single-page .gh-article-meta-author-name{max-width:none;font-size:12px}
    .single-page .gh-article-meta-item{min-height:38px;padding:0 10px;border-left:0}
    .single-page .gh-article-meta-item:nth-of-type(even){border-left:1px solid #eceef1}
    .single-page .gh-article-meta-reading{display:none}
    .single-page .gh-article-meta-source{grid-column:1/3;margin:8px 0 4px}
    .single-page .gh-article-meta-actions{
        grid-column:1/3;
        justify-content:flex-start;
        margin-top:7px;
        padding-top:9px;
        border-top:1px solid #eceef1;
        overflow-x:auto;
        scrollbar-width:none;
    }
    .single-page .gh-article-meta-actions::-webkit-scrollbar{display:none}
}

@media print{
    .single-page .gh-article-meta-actions{display:none!important}
    .single-page .gh-article-meta-bar{box-shadow:none!important}
}
