.human-card{align-items:center;display:flex;flex-direction:row;gap:var(--size4);position:relative}@media screen and (width < 900px){.human-card{gap:var(--size2)}}.human-card .photo{aspect-ratio:1 / 1;background-color:var(--color-border);border-radius:var(--radius-round)}.human-card .details{align-items:center;display:flex;flex-direction:column;gap:var(--size1)}.human-card h3{font-size:var(--font-sm);font-weight:600;white-space:nowrap}@media screen and (width < 900px){.human-card h3{font-size:var(--font-xxs)}}.human-card strong{color:var(--color-text3);font-size:var(--font-sm);max-width:190px;text-align:center;white-space:pre-wrap}.human-card p{font-size:var(--font-xs);line-height:1.5}.human-card .emoji{font-size:1.75rem;height:1.5rem;left:9rem;position:absolute;top:4.25rem;width:1.5rem}
