/* ==========================================================
   THE POLITICAL RIFT — AUTHOR PAGE (Elis Dessent)
   File: author-elis-dessent.css
   Loaded via: Rift Page CSS Loader (is_page('elis-dessent'))
   Scope: page content only
========================================================== */

/* Token bridge (uses theme presets first) */
:root{
  --pr-text: var(--wp--preset--color--header-foreground, #333333);
  --pr-muted: rgba(51,51,51,0.72);
  --pr-orange: var(--wp--preset--color--secondary-background, #ff6f00);
}

/* Wrapper (reuses your existing page class for consistent layout) */
.entry-content .pr-page.pr-editorial-standards{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 14px 28px;
  line-height: 1.75;
  color: var(--pr-text);
}

/* Fortune-500 masthead feel: strong title, clear hierarchy */
.entry-content .pr-page.pr-editorial-standards h1{
  margin: 0 0 14px;
  line-height: 1.18;
  font-weight: 850;
  letter-spacing: -0.25px;
  color: var(--pr-orange);
}

/* Section headers: keep orange for consistency with your policy pages */
.entry-content .pr-page.pr-editorial-standards h2{
  margin: 28px 0 10px;
  line-height: 1.25;
  font-weight: 750;
  color: var(--pr-orange);
}

/* Paragraph rhythm */
.entry-content .pr-page.pr-editorial-standards p{
  margin: 0 0 14px;
}

/* Lists */
.entry-content .pr-page.pr-editorial-standards ul{
  margin: 6px 0 18px 20px;
  padding: 0;
}
.entry-content .pr-page.pr-editorial-standards li{
  margin: 0 0 10px;
}

/* Links use Rift orange */
.entry-content .pr-page.pr-editorial-standards a{
  color: var(--pr-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

/* Subtle “publication card” feel (matches your Editorial Standards page) */
.entry-content .pr-page.pr-editorial-standards{
  background: rgba(255,255,255,0.35);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
}

/* Optional: make the first paragraph read like a lead */
.entry-content .pr-page.pr-editorial-standards p:first-of-type{
  font-size: 1.05em;
}

/* Mobile polish */
@media (max-width:520px){
  .entry-content .pr-page.pr-editorial-standards{
    max-width: 92vw;
    padding: 10px 12px 22px;
    border-radius: 14px;
  }
  .entry-content .pr-page.pr-editorial-standards h2{
    margin-top: 24px;
  }
}