.birthday-item {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  
  .birthday-separator {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 10px 0;
  }
  
/* Only size images inside the Birthday block */
.birthday-item img,
.block-birthday-block img {
  width: 50px;
  height: 50px;
  object-fit: cover; /* optional: avoids distortion for non-square pics */
}
