/* ── Person Detail ──────────────────────────────── */
.person-photo {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 0.5rem 0.5rem 0 0;
}

.person-photo-placeholder {
    height: 280px;
    background-color: #e4e8eb;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem 0.5rem 0 0;
}

.bio-text {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1rem;
    color: #444;
    line-height: 1.85;
}

.news-thumb {
    width: 100%;
    height: 100%;
    min-height: 110px;
    object-fit: cover;
}

.article-title-link:hover {
    color: #d52b1e !important;
}

.article-preview {
    font-size: 0.9rem;
    line-height: 1.5;
}

.card {
    border-radius: 0.6rem;
}
