body[data-layout='blank'] .wrap {
  max-width: 720px;
}
body[data-layout='blank'] #card {
  background: transparent;
  border: none;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
}
body[data-layout='blank'] #card::before {
  display: none;
}
body[data-layout='blank'] .cover,
body[data-layout='blank'] .sep {
  display: none;
}
body[data-layout='blank'] .profile {
  padding: 0;
}
body[data-layout='blank'] .top-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
body[data-layout='blank'] .avatar,
body[data-layout='blank'] .avatar-initial,
body[data-layout='blank'] .avatar-stack {
  width: 72px;
  height: 72px;
}
body[data-layout='blank'] .display-name {
  font-size: 1.8rem;
  line-height: 1.1;
}
body[data-layout='blank'] .bio,
body[data-layout='blank'] .profile-pills {
  margin-bottom: 12px;
}
body[data-layout='blank'] .section-avatar {
  justify-content: center;
}
body[data-layout='blank'] .section-socials {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  justify-content: flex-start;
}
body[data-layout='blank'] .section-avatar + .section-socials {
  margin-top: 12px;
  margin-bottom: 16px;
}
body[data-layout='blank'] .section-socials.align-left,
body[data-layout='blank'] .section-avatar + .section-socials.align-left {
  justify-content: flex-start;
}
body[data-layout='blank'] .section-socials.align-center,
body[data-layout='blank'] .section-avatar + .section-socials.align-center {
  justify-content: center;
}
body[data-layout='blank'] .section-socials.align-right,
body[data-layout='blank'] .section-avatar + .section-socials.align-right {
  justify-content: flex-end;
}
body[data-layout='blank'] .section-socials.align-left .socials {
  justify-content: flex-start;
}
body[data-layout='blank'] .section-socials.align-center .socials {
  justify-content: center;
}
body[data-layout='blank'] .section-socials.align-right .socials {
  justify-content: flex-end;
}
body[data-layout='blank'] .links {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 460px;
  max-width: 100%;
}
body[data-layout='blank'] .links.align-left {
  margin-left: 0;
  margin-right: auto;
}
body[data-layout='blank'] .links.align-center {
  margin-left: auto;
  margin-right: auto;
}
body[data-layout='blank'] .links.align-right {
  margin-left: auto;
  margin-right: 0;
}
body[data-layout='blank'] .links .link-btn,
body[data-layout='blank'] .links .support-btn {
  width: 100%;
}