body[data-sombio-type="artist"] .hero-socials .social-chip:focus-visible,
body[data-sombio-type="artist"] .member-social:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sombio-accent) 70%, #ffffff);
  outline-offset: 4px;
}

body[data-sombio-type="artist"][data-button-style="pill"] .btn {
  border-radius: 999px !important;
}

body[data-sombio-type="artist"][data-button-style="rounded"] .btn {
  border-radius: 18px !important;
}

body[data-sombio-type="artist"][data-button-style="sharp"] .btn {
  border-radius: 2px !important;
}

body[data-sombio-type="artist"][data-button-style="soft"] .btn {
  border-radius: 10px !important;
}

body[data-sombio-type="artist"][data-visual-density="compact"] .sombio-channel-hub {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

body[data-sombio-type="artist"][data-visual-density="comfortable"] .sombio-channel-hub {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

body[data-sombio-type="artist"][data-visual-density="spacious"] .sombio-channel-hub {
  padding-top: 96px !important;
  padding-bottom: 96px !important;
}
