.detail-blog-page {
  background-color: #fff;
}

.container {
  margin-bottom: 0;
}

.sidebar-item-title{
  margin: 0;
}

.article-content {
  /* margin-top: 12px; */
}

.blog-detail .affiliate-banner-link img {
  width: 100%;
  border-radius: 8px;
}
.article-title {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 auto 0;
  letter-spacing: 0;
}
.post-author-name {
  display: flex;
  gap: 8px;
  align-items: center;
}

.share-toolbox ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px auto 16px;
}

.share-toolbox ul li {
  margin: 0 10px 0 0;
  display: block;
}

.app-news-description {
  line-height: 1.3;
  font-weight: 700;
  margin: 10px 0 16px;
}

.news-show-note {
  font-size: 15px;
  line-height: 1.3;
  margin: 24px 0;
  user-select: none;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  background-color: rgba(67 191 227 / 10%);
  padding: 10px 12px;
  border-radius: 6px;
}

.news-show-note strong {
  white-space: nowrap;
  margin-right: 6px;
}

.author-wrapper {
  display: grid;
  grid-template-columns: 96px auto;
  grid-gap: 16px;
  padding: 16px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}

.avatar-author {
  float: left;
  width: 96px;
  height: 96px;
  object-fit: contain;
  color: #777;
}

.td-author-name {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
}

.author-social-list {
  /* display: grid;
  grid-template-columns: repeat(16, 1fr);
  grid-gap: 10px; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.social-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
  margin: 15px 0;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
}

.social-header {
  text-align: right;
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 6px;
}

.social-list,
.like-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  gap: 10px;
}

.social-list {
  justify-content: flex-start;
}

.likethis-item {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  gap: 8px;
  padding: 8px 16px;
  line-height: 1;
  transition: background-color 0.3s ease-in-out;
}

.likethis-item:hover {
  color: #fff;
  opacity: 0.8;
}

.likethis-facebook {
  background-color: var(--primary-dk);
}

.likethis-zalo {
  background-color: #06a0f8;
}

.likethis-youtube {
  background-color: var(--price);
}

.likethis-item img {
  margin: 0;
  display: block;
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.widget-title {
  margin: 0 0 16px;
  color: var(--black);
  font-size: 20px;
  line-height: 1.4;
  background-color: rgba(67 191 227 / 10%);
  border-radius: 6px;
  padding: 10px 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.related-article-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  padding: 0;
}

.writtens-bottom .related-post-item {
  display: grid;
  grid-template-columns: 120px calc(100% - 120px);
  grid-gap: 0;
}
.writtens-bottom .headline {
  display: block;
  line-height: 1.4;
  font-size: calc(17px + (23 - 17) * ((100vw - 300px) / (1920 - 300)));
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.writtens-bottom .headline a {
  color: #101010;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  font-size: 17px;
  margin: 0 0 6px;
  width: 100%;
}

.latest-title:hover,
.writtens-bottom a:hover {
  color: #1b7ea1;
}

.related-post-item .related-article-content {
  padding-left: 16px;
}

.writtens-bottom .related-post-item a {
  margin-bottom: 0;
}

.related-article-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 15px;
  height: 100%;
}

@media (max-width: 768px) {
  .related-article-list {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .share-wrapper {
    margin-bottom: 10px;
  }

  .social-header {
    text-align: left;
  }
}

.breadcrumb-blog-detail ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.breadcrumb-blog-detail ol li {
    display: inline-flex;
    align-items: center;
}

.breadcrumb-blog-detail ol li:not(:last-child)::after {
    content: "›";
    margin-left: 8px;
    color: #666;
}

.breadcrumb-blog-detail ol li[aria-current="page"] {
    color: #333;
    font-weight: normal;
}
