/**
 * Entity Person Component Styles
 *
 * Visual styling is fully delegated to the embedded contact-card component.
 */

.entity-person {
  display: flex;
  flex-grow: 1; /* fill space vertically */
}
