/* ============================================================
   Qranty — CSS cho 2 trang phap ly (chinh sach bao mat / dieu khoan)
   Dung chung cho .qranty-policy-wrapper va .qranty-terms-wrapper
   ============================================================ */
.qranty-policy-wrapper,
.qranty-terms-wrapper {
  max-width: 820px;
  margin: 0 auto;
  padding: 8px 0 24px;
  color: #1f2937;
  font-size: 16.5px;
  line-height: 1.75;
}
.qranty-policy-wrapper h1,
.qranty-terms-wrapper h1 {
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 14px;
  color: #0f172a;
}
.qranty-policy-wrapper h2,
.qranty-terms-wrapper h2 {
  font-size: 23px;
  line-height: 1.35;
  margin: 40px 0 12px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  color: #0f172a;
}
.qranty-policy-wrapper h3,
.qranty-terms-wrapper h3 {
  font-size: 18.5px;
  margin: 24px 0 8px;
  color: #1e3a8a;
}
.qranty-policy-wrapper p,
.qranty-terms-wrapper p { margin: 0 0 14px; }
.qranty-policy-wrapper ul,
.qranty-terms-wrapper ul,
.qranty-policy-wrapper ol,
.qranty-terms-wrapper ol { margin: 0 0 16px; padding-left: 26px; }
.qranty-policy-wrapper li,
.qranty-terms-wrapper li { margin-bottom: 8px; }
.qranty-policy-wrapper a,
.qranty-terms-wrapper a { color: #1d4ed8; }

/* Ngay hieu luc / phien ban */
.meta-info {
  background: #f1f5f9;
  border-left: 4px solid #2563eb;
  border-radius: 8px;
  padding: 12px 16px;
  margin: 0 0 28px;
  font-size: 14.5px;
  color: #475569;
}
/* Khoi nhan manh trong bai */
.highlight-box {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 20px 0;
}
.highlight-box p:last-child { margin-bottom: 0; }
/* Danh sach khong dau cham */
.no-bullet { list-style: none; padding-left: 0; }
/* Doan xac nhan dong y */
.agreement-text {
  font-weight: 600;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  padding: 16px 18px;
  margin: 22px 0;
}
/* Chan bai */
.policy-footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
  color: #64748b;
  font-size: 14.5px;
}
/* Link phap ly o dong copyright cuoi footer */
.qb-legal-links { margin-left: 6px; }
.qb-legal-links a { color: inherit; text-decoration: underline; opacity: .85; }
.qb-legal-links a:hover { opacity: 1; }

@media screen and (max-width: 767px) {
  .qranty-policy-wrapper, .qranty-terms-wrapper { font-size: 16px; }
  .qranty-policy-wrapper h1, .qranty-terms-wrapper h1 { font-size: 27px; }
  .qranty-policy-wrapper h2, .qranty-terms-wrapper h2 { font-size: 20px; }
  .qranty-policy-wrapper h3, .qranty-terms-wrapper h3 { font-size: 17px; }
}
