.video-player__volume {
  display: inline-flex !important;
}

.account__header__extra__links > a[href^="/@"]::before {
  content: attr(title);
  font-weight: bold;
  color: white;
}

.theme-mastodon-light .account__header__extra__links > a[href^="/@"]::before {
  color: black;
}

.account__header__extra__links > a[href^="/@"] > span > strong {
  display: none;
}

.theme-default .status__wrapper-private,
.theme-single-column-chat-dark .status__wrapper-private {
  background: #372828;
}

.theme-default .status__wrapper-unlisted,
.theme-single-column-chat-dark .status__wrapper-unlisted {
  background: #373728;
}

.public-layout > *:last-child:after {
  content: "電気通信事業\A届出番号: A-02-18436\A届出年月日: 令和3年2月8日";
  display: block;
  white-space: pre-wrap;
  color: #737d99;
  margin-bottom: 3rem;
}

.about__domain-blocks__domain h6, .about__domain-blocks__domain p {
  white-space: normal !important;
}

.about__mail {
  user-select: none;
  color: #d9e1e8;
}

.about__mail:hover,
.about__mail:focus,
.about__mail:active {
  pointer-events: none;
  text-decoration: none;
}

.status__content p,
.markdown-body p {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

