/* 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[action="/auth"] .input.email::after {
  content: "Please use your institutional email for registration or one which is included on either your website, RePEc, or a paper. You can change your email after registration.";
  font-weight: bold;
  display: block;
  margin-top: 6px;
  color: #ff786a;
  font-size: 15px;
}

#new_user[action="/auth"] > p.lead:last-of-type::after {
  content: " To help prevent spam, please specify your name, connection to Economics, and a url that connects your identity to your registration email.";
  font-weight: bold;
  color: #ff786a;
}

/* EconTwitter text instead of Mastodon logo on mobile [disabled]
   ==========================================================================
.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;
} 
*/

