/* Person Cards Block - Uses existing person-card styles from theme */

.person-cards-wrapper {
    margin: 2rem 0;
}

.person-cards-empty {
    text-align: center;
    padding: 2rem;
    color: var(--color-text-muted, #666);
    background: var(--color-background-alt, #f7f7f7);
    border-radius: var(--radius-medium, 0.5rem);
}

/* The actual person card styles are already defined in the theme's _person.scss */
/* This block reuses the existing .person-grid and .person-card classes */
