.profile-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.leader-card {
  box-shadow: 0 18px 40px rgba(190, 30, 45, 0.14);
}

.leader-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 12px;
  border-radius: 999px;
  background: var(--red);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 8px 12px;
  text-transform: uppercase;
}

.profile-meta {
  color: var(--red);
  font-weight: 900;
  margin: 8px 0 12px;
}

.dog-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.dog-card .tag-list {
  margin-top: 12px;
}
