/* JUVENILE-AVATARS: photo avatar to the left of each juvenile card. */ .gerbil-card--with-photo { display: flex; align-items: flex-start; gap: 0.75rem; } .juvenile-body { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 0.2rem; } .juvenile-photo { flex: none; width: 36px; height: 36px; border-radius: 50%; overflow: hidden; background: var(--color-accent-soft); display: flex; align-items: center; justify-content: center; align-self: center; } .juvenile-photo__avatar { width: 100%; height: 100%; object-fit: cover; display: block; }