.slh-wrap {
  display: flex;
  justify-content: center;
  padding: 28px 16px;
}

.slh-card {
  width: 100%;
  max-width: 520px;
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 18px;
  padding: 22px 18px;
  box-shadow: 0 8px 26px rgba(0, 0, 0, .06);
  text-align: center;
  background: #fff;
}

.slh-avatar {
  width: 92px;
  height: 92px;
  border-radius: 999px;
  object-fit: cover;
  margin: 0 auto 12px;
}

.slh-title {
  margin: 8px 0 6px;
  font-size: 28px;
  line-height: 1.1;
}

.slh-bio {
  margin: 0 0 16px;
  opacity: .85;
}

.slh-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.slh-link {
  display: block;
  padding: 14px 14px;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, .10);
  background: #f8f8f8;
  color: #000;
  transition: filter 0.2s;
}

.slh-link:hover {
  filter: brightness(.98);
}

.slh-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
  font-size: 14px;
}

.slh-social-link {
  text-decoration: none;
  opacity: .9;
  color: inherit;
}

.slh-theme-dark .slh-card {
  background: #0f1115;
  color: #fff;
  border-color: rgba(255, 255, 255, .12);
}

.slh-theme-dark .slh-link {
  background: #171a21;
  color: #fff;
  border-color: rgba(255, 255, 255, .12);
}
