/* EconTwitter text instead of Mastodon logo on mobile
   ========================================================================== */
.ui .logo {
  display: none;
}

.ui a.ui__header__logo {
  text-decoration: none;
  container-type: inline-size;
}

.ui a.ui__header__logo::after {
  content: "EconTwitter";
  color: #d9e1e8;
  font-size: 1.5em;
}

/* KaTeX
   ========================================================================== */
.status__content__text .katex-display {
  overflow: auto hidden;
  /* Make space for the scrollbar */
  padding-bottom: 1em;
  padding-top: 1em;
  margin-bottom: 0;
  margin-top: 0;
}

.status__content__text .katex-display::-webkit-scrollbar {
  height: 6px;
}

/* Equation instructions in compose form
   ========================================================================== */
form.compose-form::after {
  content: "Inline LaTeX: \\( code \\) \00000a Display-mode: \\[ code \\]";
  white-space: pre-wrap;
  margin-top: 1em;
  font-family: monospace;
}

/* Sign Up Form Mods */
#new_user .input.email::after {
  content: "Please use your institutional email if possible (you can change it later)";
  display: block;
  margin-top: 6px;
  color: #9baec8;
  font-size: 12px;
}

#new_user > p.lead:last-of-type::after {
  content: " To help prevent spam, please specify your name and connection to Economics.";
  font-weight: bold;
}


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

