/* ============================================
   HALO BIOLABS — STANDARD PAGES
   (About, Terms, Privacy, Shipping, Disclaimer,
   Purity Reports, Contact, and any other WP Page)
   ============================================ */

.page .content-area,
.single .content-area,
body.page #content,
body.page .site-main {
  background: var(--bg) !important;
  padding: 5rem 3.5rem !important;
  max-width: 900px;
  margin: 0 auto;
}

.page .entry-title,
.single .entry-title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: clamp(32px, 4vw, 48px);
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
}

.page .entry-content,
.single .entry-content {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.8;
}

.page .entry-content h2,
.single .entry-content h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 28px;
  color: #fff;
  margin: 2rem 0 0.8rem;
}

.page .entry-content h3,
.single .entry-content h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  margin: 1.6rem 0 0.6rem;
  letter-spacing: -0.2px;
}

.page .entry-content p,
.single .entry-content p {
  margin-bottom: 1.2rem;
}

.page .entry-content a,
.single .entry-content a {
  color: var(--gold);
  text-decoration: underline;
}

.page .entry-content ul,
.page .entry-content ol,
.single .entry-content ul,
.single .entry-content ol {
  margin: 0 0 1.2rem 1.4rem;
}

.page .entry-content li,
.single .entry-content li {
  margin-bottom: 0.4rem;
}

/* Eyebrow label support if used inside page content */
.halo-page-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}
.halo-page-eyebrow .halo-eyebrow-line {
  width: 28px;
  height: 1px;
  background: var(--gold);
}
.halo-page-eyebrow .halo-eyebrow-text {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
}
