/* Pajhwok Reporter Frontend */
.pjr-author-field .pjr-author-image img,
.author-field.pjr-author-field .author-image img {
    width: 54px;
    height: 54px;
    object-fit: cover;
    border-radius: 50%;
}

.pjr-reporter-link {
    display: inline-block;
}

.pjr-reporter-separator {
    display: inline-block;
    margin: 0 4px 0 1px;
}

.pjr-reporter-profile-card {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 0 0 28px;
    padding: 20px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.06);
}

.pjr-reporter-profile-card__image {
    flex: 0 0 auto;
}

.pjr-reporter-profile-card__image img {
    width: 96px;
    height: 96px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    background: #f1f5f9;
}

.pjr-reporter-profile-card__body {
    min-width: 0;
}

.pjr-reporter-profile-card__name {
    margin: 0 0 8px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.pjr-reporter-profile-card__bio {
    color: #475569;
    line-height: 1.7;
}

.pjr-reporter-profile-card__bio p:last-child {
    margin-bottom: 0;
}

.pjr-reporter-profile-card__count {
    margin-top: 10px;
    color: #64748b;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 640px) {
    .pjr-reporter-profile-card {
        display: block;
        text-align: center;
    }

    .pjr-reporter-profile-card__image {
        margin-bottom: 12px;
    }

    .pjr-reporter-profile-card__image img {
        margin: 0 auto;
    }
}
