h2.server-info-quote {
  margin-bottom: 0 !important;
}

h3.server-info-attribution {
  margin-left: 3rem;
  margin-top: 0 !important;
}
.flash-message.info {
  border: 1px solid rgba(121, 151, 189, 0.5);
  background: rgba(121, 173, 189, 0.25);
  color: #79a7bd;
}
.status__wrapper .status__prepend {
  padding: 10px 15px 0;
}
.status__wrapper .status {
  padding: 10px 15px;
}
.account-role {
  background-color: color-mix(in srgb,var(--user-role-accent),#000 50%);
  color: white;
}
.account-memorial-banner {
  background: #000 !important;
}

.user-role-6 {
  --user-role-accent: #00a3d7;
}

.user-role-7 {
  --user-role-accent: #b564fd;
}

.user-role-2 {
  --user-role-accent: #2865fc;
}

.user-role-5 {
  --user-role-accent: #ff2600;
}

.user-role-3 {
  --user-role-accent: #77bb41;
}

