.content-container .post-title {
  padding: 25px 0;
}

.content-container .posted-on-section {
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 10px;
}

.content-container .posted-on-section .posted-date {
  color: var(--primary-color);
}

.content-container .posted-on-section .post-author {
  color: var(--font-color);
}

.content-container .post-content {
  padding: 25px 0;
  text-align: justify;
}

.content-container .post-content div,
.content-container .post-content p {
  text-align: justify;
  line-height: 1.4;
  padding: 5px 0;
  font-size: 13px;
  font-weight: 500;
}

.post-meta-content {
  font-size: 13px;
  font-weight: 600;
}

.featured-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.ah-article {
  margin-bottom: 100px;
  border-bottom: solid 1px #cdcdcd;
  padding-bottom: 40px;
}