/* Fix mementomori.social stats better */
body .server-banner__meta {
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: minmax(0, 125px) minmax(0, 95px) minmax(0, 1fr) !important;
  max-width: 100% !important;
}

/* Fix column width because we're not having flex any more */
body .server-banner__meta__column {
  max-width: 100% !important;
  width: unset !important;
}

.user-role-4 {
  --user-role-accent: #de3fc9;
}

.user-role-3 {
  --user-role-accent: #8c8dff;
}

