.avatar {
  width:46px;
  height:46px;
  border-radius:8px;
  background:gray;
}

.card .card-img-top {
  object-fit: cover;
}

/* Split color on PitStop logo */
.brand-split {
  text-decoration: none;
}
.brand-split .pit {
  color: #0d6efd;
}
.brand-split .stop {
  color: black;
}

.ps-input-narrow {
  max-width: 300px;
}

.ps-avatar {
  width: 72px;
  height: 72px;
  object-fit: cover;
}