﻿
/* V82.32 - Haber editörü kimlik kartı */
.news-editor-byline{
    display:flex;
    align-items:center;
    gap:13px;
    margin:28px 0 20px;
    padding:14px 16px;
    width:max-content;
    max-width:100%;
    border:1px solid #e5eaf2;
    border-radius:16px;
    background:#fff;
    box-shadow:0 5px 18px rgba(15,23,42,.055);
}
.news-editor-photo{
    display:block;
    width:64px!important;
    height:64px!important;
    min-width:64px;
    max-width:64px!important;
    min-height:64px;
    max-height:64px!important;
    border-radius:50%!important;
    object-fit:cover!important;
    object-position:center top;
    border:3px solid #fff!important;
    box-shadow:0 3px 11px rgba(15,23,42,.17);
}
.news-editor-fallback{
    display:flex!important;
    align-items:center;
    justify-content:center;
    background:#e11d2e;
    color:#fff;
    font-size:24px;
    font-weight:900;
}
.news-editor-copy{display:flex;flex-direction:column;min-width:0}
.news-editor-copy span{
    color:#e11d2e;
    font-size:10px;
    font-weight:900;
    letter-spacing:.6px;
    margin-bottom:4px;
}
.news-editor-copy strong{
    color:#101828;
    font-size:16px;
    line-height:1.2;
    font-weight:900;
}
@media(max-width:600px){
    .news-editor-byline{width:100%;box-sizing:border-box;margin:22px 0 17px;padding:12px 13px}
    .news-editor-photo{width:56px!important;height:56px!important;min-width:56px;max-width:56px!important;min-height:56px;max-height:56px!important}
    .news-editor-copy strong{font-size:14px}
}
