/* Style for the 'Có thể bạn quan tâm' section */
.internal-link {
    padding-top: 1em!important;
    padding-bottom: 1em!important;
    width: 100%;
    display: block;
    font-weight: bold;
    background-color: #eaeaea;
    border: 0!important;
    border-left: 4px solid #34495E!important;
    text-decoration: none;
}
.bvlienquan {
  padding: 20px;
  background: #e9ebec;
  border-left: 4px solid #34495E!important;
}

.bvlienquan strong {
  display: block;
  font-size: 1.2em;
  margin-bottom: 10px;
  color: #000;
}

.bvlienquan ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.bvlienquan li {
  margin-bottom: 5px;
}

.bvlienquan a {
  color: #3498db;
}

/* Style for the 'Bạn Đang Xem' section */
.internal-link-current {
  padding: 20px;
  background: #e9ebec;
}

.internal-link-current a {
  color: #333;
}

/* Style for the internal link boxes */
.internal-link-box {
  padding: 20px;
  background: #e9ebec;
}

.internal-link-box a {
  color: #333;
}
.bvlienquan ul {
  counter-reset: related-posts;
  list-style-type: none;
  padding-left: 0;
}

.bvlienquan li:before {
  counter-increment: related-posts;
  content: counter(related-posts) '. ';
  margin-right: 5px;
}