/* Wesal Reporter Frontend */
.wesal-reporter-avatar,
.reporter-avatar.wesal-reporter-avatar {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 999px !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: #f1f1f1;
    display: block;
    overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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