/* Styles for article content formatting */
#Article #Content p {
  margin-bottom:1rem;
  line-height:1.6rem;
}
#Article #Content h2 {
  font-size: 1.7rem;
  color: #23729D;
  margin: 2rem 0 1rem 0;
}
#Article #Content h3 {
  font-size: 1.3rem;
  margin: 1rem 0 0.5rem 0;
}
#Article #Content ul {
  margin-bottom:1rem;
}
#Article #Content ul>li {
  margin-left:30px;
  margin-bottom:5px;
}
#Article #Content a {
  text-decoration:underline;
  color:#23729D;
}
#Article #Content a:hover {
  text-decoration:none;
}
#Article #Content ul>li::before {
  position:absolute;
  display: inline-block;
  margin-left:-30px;
  content: url('/img/i/list_arrow-blue.svg');
  width:15px;
  margin-right:15px;
}
#Article #Content blockquote {
  background: #f1f1ff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.2);
  margin-bottom:1rem;
}
#Article #Content blockquote :last-child {
  margin-bottom:0
}
#Article #Content pre {
  font-size:0.9rem;
  background: black;
  color: white;
  border-radius: 10px;
  padding: 20px;
  white-space: pre-wrap;
  margin-bottom:1rem;
}
#Article #Content ol {
  list-style: decimal;
  margin-inline-start: 0;
  padding-inline-start: 30px;
}
#Article #Content ol > li {
  padding-left:10px;
  margin-bottom:5px;
}
#Article #Content .video-embed {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}
#Article table {
  border-collapse:collapse;
  margin:1rem 0;
}
#Article td, th {
  padding: 10px 15px;
  border: 1px solid rgb(0 0 0 / 0.3);
  text-align: center;
}
#Article th {
  background: #2D2162;
  color: white;
  font-weight:bold;
}
#ArticleList h3 {
  font-size:20px;
}
@media (min-width: 628px) {
  #ArticleList h3 {
    font-size:20px;
  }
}