.nashr-pdb{
    direction: rtl;
    --pdb-border: rgba(138,119,108,.45);
    --pdb-box-bg: rgba(246,241,237,.9);
    --pdb-radius: 16px;
    --pdb-pad: 16px;
    --pdb-title: #6b584c;
    --pdb-text: rgba(43,36,32,.75);
    --pdb-pill-bg: #fff;
    --pdb-pill-border: rgba(138,119,108,.25);
    --pdb-btn-bg: #8a776c;
    --pdb-btn-color: #fff;
}

.nashr-pdb-section{margin-bottom:22px}

.nashr-pdb-title-row{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
}

.nashr-pdb-ico{
    width:22px;height:22px;display:inline-flex;
}
.nashr-pdb-ico svg{
    width:22px;height:22px;
    stroke: var(--pdb-title);
    opacity:.9;
}
.nashr-pdb-title{
    color: var(--pdb-title);
    font-weight: 900;
    line-height:1.8;
}

.nashr-pdb-box{
    background: var(--pdb-box-bg);
    border: 1px dashed var(--pdb-border);
    border-radius: var(--pdb-radius);
    padding: var(--pdb-pad);
}

.nashr-pdb-text{
    color: var(--pdb-text);
    font-weight: 700;
    line-height: 2.15;
    font-size: 14px;
}

.nashr-pdb-empty-inline{
    color: rgba(43,36,32,.45);
    font-weight: 900;
}

/* دسته‌بندی‌ها */
.nashr-pdb-cats{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    font-family: IRANSansXFaNum;
}

.nashr-pdb-pill{
    background: var(--pdb-pill-bg);
    border: 1px solid var(--pdb-pill-border);
    border-radius: 12px;
    padding: 10px 14px;
    text-decoration:none;
    color: rgba(43,36,32,.8);
    font-weight: 900;
    line-height:1.2;
    transition: transform .15s ease, background .15s ease;
}
.nashr-pdb-pill:hover{
    transform: translateY(-1px);
}

/* ✅ گرید دوتایی – برای اینکه RTL چپ/راست به هم نریزد */
.nashr-pdb-grid2{
    direction: rtl; /* فقط layout */
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:18px;
    margin-bottom:18px;
    font-family: IRANSansXFaNum;
}
.nashr-pdb-card{direction: rtl;} /* متن‌ها RTL */

/* لینک تصویر صفحه */
.nashr-pdb-page-link{
    margin-top:12px;
    display:flex;
    align-items:center;
    gap:10px;
    justify-content:flex-end;
    text-decoration:none;
    color: rgba(107,88,76,.95);
    font-weight: 900;
}
.nashr-pdb-miniico{width:18px;height:18px;display:inline-flex}
.nashr-pdb-miniico svg{width:18px;height:18px;stroke:rgba(107,88,76,.9)}

/* جوایز */
.nashr-pdb-awards-grid{
    direction:ltr;
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:18px;
}
.nashr-pdb-awardbox{direction: rtl; min-height: 60px; display:flex; align-items:center; font-family: IRANSansXFaNum}
.nashr-pdb-list{
    margin:0;
    padding:0 18px 0 0;
    list-style: disc;
    color: var(--pdb-text);
    font-weight: 900;
    line-height:2.1;
}

/* نویسنده */
.nashr-pdb-author{margin-top:18px}
.nashr-pdb-author-box{
    position:relative;
    display:grid;
    grid-template-columns: 260px 1fr;
    gap:18px;
    align-items:stretch;
    padding: 22px;
}

.nashr-pdb-author-title{
    margin:0 0 10px 0;
    color: var(--pdb-title);
    font-weight: 900;
    font-size: 20px;
    line-height: 1.9;
    font-family: 'IRANSansXFaNum';
}

.nashr-pdb-author-aside{
    position:relative;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
}

.nashr-pdb-author-img{
    position:absolute;
    top:-36px;
    right:10px;
    width:210px;
    height:auto;
}
.nashr-pdb-author-img img{
    width:100%;
    border-radius: 18px;
    border:2px solid rgba(138,119,108,.35);
    background:#fff;
    display:block;
}

.nashr-pdb-author-btn{
    width: 100%;
    max-width: 220px;
    margin-top: auto;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--pdb-btn-bg);
    color: var(--pdb-btn-color);
    text-decoration:none;
    font-weight: 900;
    text-align:center;
    transition: transform .15s ease, opacity .15s ease;
    font-family: IRANSansXFaNum;
}
.nashr-pdb-author-btn:hover{transform: translateY(-1px); opacity:.95}

/* ✅ Responsive */
@media (max-width: 768px){
    .nashr-pdb-grid2{grid-template-columns:1fr}
    .nashr-pdb-awards-grid{grid-template-columns:1fr}
    .nashr-pdb-author-box{grid-template-columns:1fr}
    .nashr-pdb-author-img{
        position:relative;
        top:0;
        right:0;
        width:240px;
        margin: 0 auto 10px auto;
    }
    .nashr-pdb-author-aside{align-items:center}
}
