/* --- UL LI SANG TRỌNG RIÊNG CHO KHU VỰC bds247-content --- */
.bds247-content ul {
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}

.bds247-content ul li {
  position: relative;
  padding-left: 2px;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 26px;
  color: var(--text);
}

/* .bds247-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--accent);
  mask: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='M7.293 14.707a1 1 0 0 1 0-1.414L10.586 10 7.293 6.707a1 1 0 0 1 1.414-1.414L13.414 10l-4.707 4.707a1 1 0 0 1-1.414 0z'/></svg>")
    center / contain no-repeat;
} */

/* OL */
.bds247-content ol {
  counter-reset: custom;
  list-style: none;
  padding-left: 0;
  margin: 12px 0;
}

.bds247-content ol li {
  counter-increment: custom;
  padding-left: 36px;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 26px;
  position: relative;
}

.bds247-content ol li::before {
  content: counter(custom);
  position: absolute;
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background: var(--accent);
  color: white;
  font-size: 17px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* CSS dành riêng cho trang Chính Sách */
.chinhsach-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

.chinhsach-tieudephu {
  color: #e5b85a;
  font-weight: 700;
  font-size: 17px;
}
.chinhsach-tieude {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 20px;
  color: #003c47;
  font-weight: 600;
}
.chinhsach-container h2 {
  font-size: 18px;
  margin-top: 10px;
}
.chinhsach-container p,
.chinhsach-container li {
  font-size: 17px;
  line-height: 27px;
}
.chinhsach-container ul {
  margin-left: 20px;
}
.chinhsach-box {
  background: #f7f9fc;
  border-left: 4px solid #0a4fa3;
  padding: 15px;
  border-radius: 6px;
  margin: 20px 0;
}
@media (max-width: 600px) {
  .chinhsach-container {
    padding: 15px;
  }
  .chinhsach-container h1 {
    font-size: 24px;
  }
  .chinhsach-container h2 {
    font-size: 20px;
  }
  .chinhsach-container p,
  .chinhsach-container li {
    font-size: 15px;
  }
}

.meta {
  color: #0fb9b1;
  font-size: 15px;
}

.cardtc {
  background: var(--card);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 6px 20px rgba(12, 36, 80, 0.06);
}
.cardleft {
  background: var(--card);
  border-radius: var(--radius);
  height: 600px;
  padding: 5px;
  box-shadow: 0 6px 20px rgba(12, 36, 80, 0.06);
}
/* two-column layout on wide screens */
.layout {
  display: grid;
  grid-template-columns: 315px 1fr;
  gap: 18px;
  margin-top: 16px;
}
nav {
  position: sticky;
  top: 20px;
}
nav .toc {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
nav a {
  display: block;
  padding: 7px;
  border-radius: 8px;
  text-decoration: none;
  color: #003c47;
  font-weight: 400;
  background: transparent;
}
nav a:hover {
  background: #f1f8ff;
}

article {
  line-height: 1.6;
}
article h2 {
  margin-top: 18px;
  margin-bottom: 8px;
  color: #0f172a;
}
article h3 {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #0f172a;
  font-size: 15px;
}
.muted {
  color: var(--muted);
}
ul {
  margin: 8px 0 12px 20px;
}
li {
  margin-bottom: 6px;
}

.contact {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 18px;
}
.btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}
.btn-primary {
  background: #003c47;
  color: #e5b85a;
  font-size: 14px;
}
.btn-ghost {
  background: #003c47;
  border: 1px solid #e6eefc;
  color: #e5b85a;
  font-size: 14px;
}

/* responsive */
@media (max-width: 900px) {
  .layout {
    grid-template-columns: 1fr;
  }
  nav {
    position: static;
    order: 2;
  }
}

/* print */
@media print {
  body {
    background: #fff;
  }
  .container {
    box-shadow: none;
  }
  nav {
    display: none;
  }
  .cardtc {
    box-shadow: none;
  }
}
