/* ─── Shared site styles ─── */

/* Fix: constrain Olga/Jim sidebar profile card images to small circular avatars */
.olga-image {
  overflow: hidden;
}

.olga-image img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
}
