.avatar {
  height: 40px;
  border-radius: 40px;
}

.site-logo {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}

.site-logo-placeholder {
  align-items: center;
  background-color: var(--tito-blue, #1a73e8);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 600;
  height: 30px;
  justify-content: center;
  width: 30px;
}
