
.article-rich-content .article-detail {
  color: #2b2b2b;
  font-family: 'Poppins', sans-serif !important;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}


/* Headings */
.article-rich-content h1,
.article-rich-content h2,
.article-rich-content h3,
.article-rich-content h4,
.article-rich-content h5,
.article-rich-content h6 {
  font-family: 'Poppins', sans-serif;
  margin-top: 0px;
  padding-top: 10px;
  line-height: 1.2;
}

.article-rich-content h1 { font-size: 32px; !important}
.article-rich-content h2 { font-size: 2rem; font-weight:bold; padding-top: 20px;!important}
.article-rich-content h3 { font-size: 1.5rem; padding-top: 15px;!important}
.article-rich-content h4 { font-size: 1.rem; font-weight:bold; !important}

/* Paragraph and text elements */
.article-rich-content .article-detail  p {
  margin-bottom: 1em;
  font-weight: normal;
  
}

/* Links */
.article-rich-content a {
  text-decoration: none;
}
.article-rich-content a:hover,
.article-rich-content a:active,
.article-rich-content a:focus {
  text-decoration: underline;
}

/* Lists */
.article-rich-content ul {
  list-style-type: disc;
  margin-left: 2em;
  padding-left: 0;
}
.article-rich-content ol {
  list-style-type: decimal; 
   padding-left: 20px;
  margin: 20px 0;
}

.article-rich-content ol OL {
  list-style-type: lower-alpha; 
}

.article-rich-content ol OL OL {
  list-style-type: lower-roman; 
}
.article-rich-content ol OL OL OL {
  list-style-type: upper-alpha; 
}

.table-bordered, .table-bordered td {
  border: 1px solid #dee2e6;
  padding: 10px;
}

/* Images */
.article-rich-content img {
  max-width: 100%;
  height: auto;
}

