/* articles-details.css — صندوق كاتب المقال (المرحلة 7، E-E-A-T). */

.article-pro-author {
    background: #fff;
    border: 1px solid #e8dfc4;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 18px;
}

.article-pro-author__head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}

.article-pro-author__img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #e8dfc4;
    flex: 0 0 auto;
}

.article-pro-author__label {
    display: block;
    font-size: .78rem;
    font-weight: 700;
    color: #6b6b6b;
}

.article-pro-author__name {
    margin: 2px 0 0;
    font-size: 1.02rem;
    font-weight: 900;
    color: #0a0a0a;
    line-height: 1.4;
}

.article-pro-author__job {
    font-size: .84rem;
    color: #d4a017;
    font-weight: 700;
}

.article-pro-author__bio {
    margin: 0;
    font-size: .9rem;
    line-height: 1.95;
    color: #4a4a4a;
}

.article-pro-author__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 14px 0 0;
    padding: 0;
    list-style: none;
}

.article-pro-author__tags li {
    padding: 5px 12px;
    background: #faf6ec;
    border: 1px solid #f3ebd6;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 700;
    color: #6b6b6b;
}
