<style>
  .avatar {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
  }

  .card-avatar-wrapper {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 1rem;
  }
</style>