html {
  scroll-behavior: smooth;
}

img {
  box-shadow: none !important;
}

.xlit {
  font-size: 1.3rem;
  color: #6e7781;
}

.grey {
  color: #6e7781;
}

.adap-lit {
  font-size: 1.5rem;
  font-weight: 300;
  color: #6e7781;
}

.mb-2-a {
  margin-bottom: 10px;
}

.mb-2-b {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 32px;
}

.mt-2-a {
  margin-top: 10px;
}

.mt-3-a {
  margin-top: 20px;
}

.mt-4 {
  margin-top: 32px;
}

.mr-a {
  margin-right: 2rem;
}

.search-result {
  font-size: 1.5rem;
  color: #6e7781;
}

#main-header {
  all: unset;
}

#main-header:hover {
  cursor: pointer;
  color: unset;
}

#shortcut {
  float: right;
}

#shortcut a {
  text-decoration: none;
}

#storm {
  margin-top: 0;
}

#root-category {
  text-decoration: none;
}

#word-count {
  float: right;
}

#toc li {
  color: #6e7781;
  font-size: 1.3rem;
  margin-top: 0.8rem;
  margin-bottom: 0rem;
  list-style-type: none;
  list-style-position: outside;
}

#toc ol {
  color: #6e7781;
  font-size: 1.3rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
}

#toc .toc-child {
  padding-left: 2rem;
}

#top-button a:hover {
  cursor: pointer;
}

#cc-img {
  all: unset;
}

#cc-img img {
  cursor: pointer;
}

#next-post {
  float: right;
  text-align: right;
}

#prev-post {
  float: left;
  text-align: left;
}

@media (max-width: 550px) {
  .adap-lit {
    font-size: 1.3rem;
    color: #6e7781;
  }

  #shortcut {
    all: unset;
  }

  #word-count {
    margin-top: 0.8rem;
    width: 100%;
  }

  #next-post {
    float: right;
    text-align: center;
  }

  #prev-post {
    float: left;
    text-align: center;
  }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input::-webkit-input-placeholder {
  color: #808090;
}

input:-ms-input-placeholder {
  color: #808090;
}

input:-moz-placeholder {
  color: #808090;
}

input::-moz-placeholder {
  color: #808090;

}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  transition: all 0.3s ease-in-out;
  background-color: #f9f9fb;
  color: #222222;
}

input[type="email"].darkmode,
input[type="number"].darkmode,
input[type="search"].darkmode,
input[type="text"].darkmode,
input[type="tel"].darkmode,
input[type="url"].darkmode,
input[type="password"].darkmode,
textarea.darkmode,
select.darkmode {
  background-color: #2b2a33;
  color: #e6e6e6;
}