/*###############################################################
 *###  ONLY COMMON STATIC CSS - ALL CHANNELS, ALL REFERRERS  ####
 *############################################################### */

/* Markdown */
.markdown {
  padding-bottom: 20px;
}
.markdown * {
  font-family: Lexend;
  color: #333;
}
.markdown strong {
  color: inherit;
}
.markdown h1 {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}
.markdown h2 {
  font-size: 25px;
  line-height: 25px;
  font-weight: bold;
  margin-top: 70px;
  margin-bottom: 20px;
}
.markdown h3 {
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 10px;
}
.markdown hr {
  border: none;
  background-color: #ccc;
  height: 1px;
}
.markdown p {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
}
.markdown a {
  color: #6d9fd4;
}
.markdown img {
  max-width: 100%;
  max-height: 40vh;
  border-radius: 5px;
  display: block;
  margin: 15px auto;
}
.markdown strong {
  font-weight: bold;
}
.markdown em {
  font-style: italic;
}
.markdown hr {
  margin-top: 12px;
  margin-bottom: 16px;
}
.markdown ul {
  list-style: inside disc;
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;

}
.markdown ol {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
}
.markdown li {
  line-height: 22px;
}
.markdown ul li ul {
  list-style-type: circle;
}
.markdown blockquote {
  background-color: #e5effb;
  border-radius: 7px;
  padding: 5px 10px 7px 10px;
  margin: 10px 0;
}
.markdown blockquote p {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Links, buttons general */
.clickable {
  cursor: pointer;
}
.checkButton { 
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3px 0px;
}
.checkButton .text {
  margin-left: 5px;
}

