#post_header .container {
  border-bottom: 1px solid #000000;
}
#post_header .container > * {
  color: #000000;
}
#post_header .container .breadcrumbs-nav {
  margin-bottom: 50px;
  display: none;
}
#post_header .container .breadcrumbs-nav .breadcrumbs {
  display: flex;
  gap: 30px;
}
#post_header .container .breadcrumbs-nav .breadcrumbs li {
  position: relative;
}
#post_header .container .breadcrumbs-nav .breadcrumbs li a, #post_header .container .breadcrumbs-nav .breadcrumbs li b {
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 300;
  color: #000000;
}
#post_header .container .breadcrumbs-nav .breadcrumbs li a:hover {
  text-decoration: underline;
}
#post_header .container .breadcrumbs-nav .breadcrumbs li b {
  font-weight: 700;
}
#post_header .container .breadcrumbs-nav .breadcrumbs li:last-child a {
  font-weight: 700;
}
#post_header .container .breadcrumbs-nav .breadcrumbs li:not(:first-child):after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  left: -23px;
  background: url(../../../images/icons/bold-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#post_header .container .post-header .single-post-title {
  padding: 0;
  font-weight: 800;
}
#post_header .container .post-info {
  display: flex;
  font-weight: 300;
}
#post_header .container .post-info .post-info__time {
  display: flex;
}
#post_header .container .post-info .post-info__authors {
  display: flex;
  gap: 40px;
}
#post_header .container .post-info .post-info__author {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
}
#post_header .container .post-info .post-info__author p.position {
  text-transform: capitalize;
}
#post_header .container .post-info .post-info__author .author_avatar {
  border-radius: 50%;
  overflow: hidden;
}
#post_header .container .post-info .post-info__author .author_avatar img {
  max-width: 100%;
  max-height: 100%;
}
#post_header .container .post-info .post-info__author a {
  color: #000000;
  text-decoration: underline;
}
#post_header .container .post-info .post-info__author a:hover {
  text-decoration: none;
}