/**
 * Page Content / Policy Pages (Vexere-style)
 * Clean, minimal layout: fixed-width central column, clear typography.
 * Used for: Chính sách, Hướng dẫn, Điều khoản, etc.
 */

.dv-page-content .ota-container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .dv-page-content .ota-container {
    max-width: 100%;
    margin: 20px 0;

  }
}

.dv-page-content .ota-row {
  display: block;
}

.dv-page-content .ota-col-12 {
  width: 100%;
  max-width: none;
}

/* Page title: large, bold, uppercase, centered */
.dv-page-content .entry-header {
  margin-bottom: 2rem;
  text-align: center;
}

.dv-page-content .entry-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #111827;
  margin: 0 0 0.5rem;
  line-height: 1.3;
}

@media (min-width: 768px) {
  .dv-page-content .entry-title {
    font-size: 1.75rem;
  }
}

/* Post thumbnail */
.dv-page-content .post-thumbnail {
  margin-bottom: 1.5rem;
}

.dv-page-content .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}

/* Entry content wrapper */
.dv-page-content .entry-content {
  font-size: 1rem;
  line-height: 1.65;
  color: #374151;
}

/* Section headings (h2) */
.dv-page-content .entry-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #111827;
  margin: 2rem 0 1rem;
  padding: 0;
  line-height: 1.35;
}

.dv-page-content .entry-content h2:first-child {
  margin-top: 0;
}

/* Sub-section headings (h3) */
.dv-page-content .entry-content h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #111827;
  margin: 1.5rem 0 0.75rem;
  padding: 0;
  line-height: 1.35;
}

/* Paragraphs */
.dv-page-content .entry-content p {
  margin: 0 0 1rem;
}

.dv-page-content .entry-content p:last-child {
  margin-bottom: 0;
}

/* Links: blue, underlined */
.dv-page-content .entry-content a {
  color: #0052cc;
  text-decoration: underline;
}

.dv-page-content .entry-content a:hover {
  color: #003d99;
}

/* Unordered lists */
.dv-page-content .entry-content ul {
  list-style-type: disc;
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.dv-page-content .entry-content ul li {
  margin-bottom: 0.5rem;
}

/* Ordered lists */
.dv-page-content .entry-content ol {
  list-style-type: decimal;
  margin: 0 0 1rem;
  padding-left: 1.5rem;
}

.dv-page-content .entry-content ol li {
  margin-bottom: 0.5rem;
}

/* Nested lists */
.dv-page-content .entry-content ul ul,
.dv-page-content .entry-content ol ul {
  list-style-type: circle;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Page links (paginated content) */
.dv-page-content .entry-content .page-links {
  margin-top: 1.5rem;
  font-weight: 500;
}

.dv-page-content .entry-content .page-links a {
  margin: 0 0.25rem;
}

/* Entry footer (edit link) */
.dv-page-content .entry-footer {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
  font-size: 0.875rem;
}

.dv-page-content .entry-footer a {
  color: #0052cc;
  text-decoration: underline;
}