/* EduEaters — pine/teal: calm, academic-staff tone */
:root {
    --accent:       #0f7059;
    --accent-rgb:   15, 112, 89;
    --accent-dark:  #0b5745;
    --accent-light: #e6f3ef;
}

.person-monogram {
    flex: 0 0 auto;
    width: 4.5rem;
    height: 4.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--accent-light);
    color: var(--accent-dark);
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: .04em;
}
.person-photo {
    flex: 0 0 auto;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    object-fit: cover;
}
.person-name   { font-size: 1.45rem; font-weight: 800; line-height: 1.2; }
.person-degree { font-size: .9rem; color: var(--accent-dark); font-weight: 600; }
.person-role   { font-weight: 600; }
.person-facts  { list-style: none; padding: 0; margin: 0; display: grid; gap: .7rem; }
.person-facts li { display: flex; gap: .7rem; align-items: start; font-size: .95rem; }
.person-facts i  { color: var(--accent); flex: 0 0 auto; margin-top: .15rem; }
