/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*-------------------------------------DEFAULT------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
.postContent p, .postContent li {
  margin-bottom: 1.5rem;
}
.postContent ul, .postContent ol {
  margin-bottom: 1.5rem;
  list-style: circle;
  list-style-position: inside;
}
.postContent a {
  text-decoration: underline;
}
.postContent h2 {
  padding-top: 2rem;
  margin-bottom: 1.5rem;
  font-family: var(--text-family-head);
  font-size: var(--text-head-sm-size);
  line-height: var(--text-head-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}
.postContent h3 {
  margin-bottom: 1.5rem;
  font-family: var(--text-family-head);
  font-size: var(--text-head-xs-size);
  line-height: var(--text-head-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}
.postContent h4 {
  margin-bottom: 1.5rem;
  font-family: var(--text-family-head);
  font-size: var(--text-head-2xs-size);
  line-height: var(--text-head-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}
.postContent h5, .postContent h6 {
  margin-bottom: 1.5rem;
  font-family: var(--text-family-head);
  font-size: var(--text-body-xl-size);
  line-height: var(--text-body-line-height);
  letter-spacing: 0em;
  text-transform: initial;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
}
.postContent figure {
  margin-bottom: 1.5rem;
}
.postContent > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------SM:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}
@media (min-width: 768px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------MD:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}
@media (min-width: 1024px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------LG:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}
@media (min-width: 1280px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*------------------------------------XL:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}
@media (min-width: 1536px) {
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*-----------------------------------2XL:DEFAULT----------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------------------------*/
}

/*# sourceMappingURL=post-content.css.map */
