.tn24-reporters__head {
    margin: 1.5rem 0 1.25rem;
    text-align: center;
}

.tn24-reporters__head h1 {
    font-size: 1.65rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.tn24-reporters__links {
    margin-top: 0.75rem;
    font-size: 0.95rem;
}

.tn24-reporters__links a {
    color: #b42318;
    font-weight: 600;
}

.tn24-reporter-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.tn24-reporter-card__photo-wrap {
    display: block;
    aspect-ratio: 1;
    overflow: hidden;
    background: #f3f4f6;
}

.tn24-reporter-card__photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tn24-reporter-card__body {
    padding: 0.85rem;
}

.tn24-reporter-card__body h2 {
    font-size: 1rem;
    margin: 0 0 0.25rem;
    line-height: 1.35;
}

.tn24-reporter-card__body a {
    color: inherit;
}

.tn24-reporter-card__role {
    margin: 0;
    color: #b42318;
    font-weight: 600;
    font-size: 0.88rem;
}

.tn24-reporter-card__area {
    margin: 0.25rem 0 0;
    color: #666;
    font-size: 0.82rem;
}

.tn24-reporter-profile {
    margin: 1.5rem 0 2rem;
}

.tn24-reporter-profile__card {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 1.25rem;
    text-align: center;
    position: sticky;
    top: 1rem;
}

.tn24-reporter-profile__photo {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #f3f4f6;
    margin-bottom: 0.75rem;
}

.tn24-reporter-profile__name {
    font-size: 1.35rem;
    font-weight: 700;
    margin: 0 0 0.25rem;
}

.tn24-reporter-profile__designation {
    color: #b42318;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.tn24-reporter-profile__meta {
    margin: 0.2rem 0;
    color: #555;
    font-size: 0.92rem;
}

.tn24-reporter-profile__stats {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: 1rem 0;
    padding: 0.75rem 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.tn24-reporter-profile__stats strong {
    display: block;
    font-size: 1.15rem;
}

.tn24-reporter-profile__stats span {
    font-size: 0.82rem;
    color: #666;
}

.tn24-reporter-profile__verify {
    display: inline-block;
    margin-top: 0.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 6px;
    background: #b42318;
    color: #fff !important;
    font-weight: 600;
    font-size: 0.9rem;
}

.tn24-reporter-profile__bio,
.tn24-reporter-profile__posts {
    background: #fff;
    border: 1px solid #e8ecf1;
    border-radius: 10px;
    padding: 1.15rem 1.25rem;
    margin-bottom: 1rem;
}

.tn24-reporter-profile__bio h2,
.tn24-reporter-profile__posts h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 0.75rem;
}

.tn24-reporter-profile__post {
    display: flex;
    gap: 0.85rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.tn24-reporter-profile__post:last-child {
    border-bottom: 0;
}

.tn24-reporter-profile__post-thumb {
    flex-shrink: 0;
    width: 96px;
    height: 64px;
    overflow: hidden;
    border-radius: 4px;
}

.tn24-reporter-profile__post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tn24-reporter-profile__post h3 {
    font-size: 1rem;
    margin: 0 0 0.25rem;
    line-height: 1.4;
}

.tn24-reporter-profile__post time {
    font-size: 0.82rem;
    color: #777;
}

.view-section .reportar-title a,
.view-section .reportar-img a {
    color: inherit;
    text-decoration: none;
}

.view-section .reportar-title a:hover {
    color: #b42318;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .tn24-reporter-profile__card {
        position: static;
        margin-bottom: 1rem;
    }
}
