/* Pop Quest — CSE stock index styling */
.cse-archive, .cse-entity { }
.cse-archive h1, .cse-archive h2, .cse-entity h1, .cse-entity h2, .cse-entity h3 { font-family: var(--cse-heading-font); letter-spacing: .2px; }

/* Display title on entity pages only (Horizon) */
.cse-entity .cse-title {
  font-family: 'HORIZON BOLD', 'Horizon-Bold', 'Horizon', var(--cse-heading-font) !important;
  letter-spacing: 0.02em;
  font-weight: 700 !important;
}

/* Fallback: if the theme/template outputs a plain H1 without .cse-title */
.cse-entity h1 {
  font-family: 'HORIZON BOLD', 'Horizon-Bold', 'Horizon', var(--cse-heading-font) !important;
  letter-spacing: 0.02em;
  font-weight: 700 !important;
}
.cse-index-wrap{ max-width:1100px; margin:20px auto; padding:0 12px; }
.cse-index-head{ display:flex; justify-content:space-between; align-items:flex-end; gap:12px; flex-wrap:wrap; margin-bottom:14px; }
.cse-index-sub{ opacity:.75; font-size:13px; }
.cse-controls{ display:flex; gap:10px; flex-wrap:wrap; align-items:center; margin:10px 0 14px; }
.cse-search{ padding:10px 12px; border:1px solid #ddd; border-radius:12px; min-width:240px; }
.cse-select{ padding:10px 12px; border:1px solid #ddd; border-radius:12px; }
.cse-table{ width:100%; border-collapse:separate; border-spacing:0; border:1px solid #eee; border-radius:16px; overflow:hidden; background:#fff; }
.cse-table th, .cse-table td{ padding:10px 10px; border-bottom:1px solid #f0f0f0; font-size:14px; vertical-align:middle; }
.cse-table th{ text-align:left; font-weight:700; cursor:pointer; user-select:none; background:#fafafa; position:sticky; top:0; z-index:1; }
.cse-table tr:last-child td{ border-bottom:none; }
.cse-rowlink{ color:inherit; text-decoration:none; display:flex; align-items:center; gap:10px; }
.cse-avatar{ width:34px; height:34px; border-radius:10px; object-fit:cover; background:#f2f2f2; flex:0 0 auto; }
.cse-pill{ display:inline-flex; align-items:center; padding:4px 10px; border-radius:999px; background:#91F88D; color:#000; font-weight:700; font-size:12px; line-height:1; white-space:nowrap; }
.cse-pill--dead{ background:#000; color:#fff; }
.cse-num{ font-variant-numeric: tabular-nums; white-space:nowrap; }
.cse-chg-up{ }
.cse-chg-down{ }
.cse-muted{ opacity:.7; }

.cse-pill--breaking{ background:#91F88D; color:#000; }


/* Entity pages: force H1 to use hosted HORIZON BOLD (no other changes) */
.single-cse_entity h1,
.single-cse-entity h1,
.single-cse_entity .cse-title,
.single-cse-entity .cse-title,
.cse-entity h1,
.cse-entity .cse-title {
  font-family: 'HORIZON BOLD', 'Horizon-Bold', 'Horizon', sans-serif !important;
}



/* --- Entity page redesign (PopQuest) --- */
.cse-entity-header{ background:#000; color:#fff; padding:18px 0; }
.cse-entity-header a{ color:#fff; }
.cse-entity-inner{ max-width:960px; margin:0 auto; padding:0 12px; }
.cse-entity-card{ display:flex; gap:16px; align-items:flex-start; }
.cse-entity-photo{ width:240px; flex:0 0 240px; }
.cse-entity-img{ width:100%; height:auto; display:block; border-radius:16px; background:#111; object-fit:cover; }
.cse-entity-img--placeholder{ height:320px; }
.cse-entity-top{ flex:1 1 auto; min-width:0; }
.cse-entity-top .cse-title{ margin:0; color:#fff; }
.cse-entity-pills{ display:flex; flex-wrap:wrap; gap:10px; margin-top:10px; }
.cse-pill{ background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.18); border-radius:999px; padding:8px 12px; display:flex; gap:8px; align-items:baseline; }
.cse-pill-label{ font-size:12px; opacity:.85; }
.cse-pill-value{ font-size:14px; font-weight:700; }
.cse-pill--muted{ opacity:.7; }
.cse-pill--ghost{ background:transparent; border:1px solid rgba(255,255,255,.28); }
.cse-entity-updated{ margin-top:10px; font-size:12px; line-height:18px; opacity:.9; }
.cse-entity-facts{ margin-top:12px; display:flex; flex-wrap:wrap; gap:12px; }
.cse-fact{ background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); border-radius:12px; padding:10px 12px; display:flex; gap:10px; color:#fff; }
.cse-fact-k{ font-size:12px; opacity:.85; }
.cse-fact-v{ font-size:13px; font-weight:600; }

/* Special fact styles to keep these readable on black header */
.cse-fact.cse-fact--born{ background:#fff; border-color:rgba(255,255,255,.65); color:#000; }
.cse-fact.cse-fact--born .cse-fact-k,
.cse-fact.cse-fact--born .cse-fact-v{ color:#000; opacity:1; }

.cse-fact.cse-fact--status-deceased,
.cse-fact.cse-fact--died{ background:#fff; border-color:rgba(255,255,255,.65); color:#000; }
.cse-fact.cse-fact--status-deceased .cse-fact-k,
.cse-fact.cse-fact--status-deceased .cse-fact-v,
.cse-fact.cse-fact--died .cse-fact-k,
.cse-fact.cse-fact--died .cse-fact-v{ color:#000; opacity:1; }

.cse-fact.cse-fact--status-alive,
.cse-fact.cse-fact--status-alive .cse-fact-k,
.cse-fact.cse-fact--status-alive .cse-fact-v{ color:#000; }

/*
 * Hard overrides (theme-safe):
 * - Alive status text must be black.
 * - Date of birth pill must be white.
 */
.cse-entity .cse-fact.cse-fact--status-alive .cse-fact-k,
.cse-entity .cse-fact.cse-fact--status-alive .cse-fact-v{ color:#000 !important; }

.cse-entity .cse-fact.cse-fact--dob,
.cse-entity .cse-fact.cse-fact--born,
.cse-entity .cse-fact.cse-fact--birth,
.cse-entity .cse-pill.cse-pill--dob,
.cse-entity .cse-pill.cse-pill--born{
  background:#fff !important;
  color:#000 !important;
  border-color:#ddd !important;
}
.cse-entity .cse-fact.cse-fact--dob .cse-fact-k,
.cse-entity .cse-fact.cse-fact--dob .cse-fact-v,
.cse-entity .cse-fact.cse-fact--born .cse-fact-k,
.cse-entity .cse-fact.cse-fact--born .cse-fact-v,
.cse-entity .cse-pill.cse-pill--dob span,
.cse-entity .cse-pill.cse-pill--born span{ color:#000 !important; }

.cse-trade-inline{ margin-top:12px; }

/* --- Entity chart (24H / 7D) --- */
.cse-chart{ margin-top:14px; padding:12px; border-radius:16px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); }
.cse-chart__top{ display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:8px; }
.cse-chart__title{ font-size:13px; font-weight:700; letter-spacing:.2px; }
.cse-chart__tabs{ display:flex; gap:8px; }
.cse-chart__tab{ appearance:none; border:1px solid rgba(255,255,255,.22); background:transparent; color:#fff; padding:6px 10px; border-radius:999px; font-size:12px; font-weight:700; cursor:pointer; }
.cse-chart__tab.is-active{ background:#91F88D; border-color:#91F88D; color:#000; }
.cse-chart__tab:disabled{ opacity:.35; cursor:not-allowed; }
.cse-chart__svg{ width:100%; height:150px; display:block; }
.cse-chart__meta{ margin-top:8px; display:flex; gap:14px; font-size:12px; opacity:.9; flex-wrap:wrap; }
.cse-chart__chg{ margin-left:auto; font-weight:800; }
.cse-entity-main{ background:#fff; color:#000; padding:18px 0 28px; }
.cse-entity-main .cse-entity-content{ font-family:'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; font-weight:400; font-size:16px; line-height:23px; color:#000; }

@media (max-width: 1180px){
  body.single-cse_entity .cse-entity-card{grid-template-columns:minmax(320px,360px) minmax(0,1fr);}
  body.single-cse_entity .cse-entity-media-col{max-width:360px;}
}
@media (max-width: 820px){
  .cse-entity-card{ flex-direction:column; }
  .cse-entity-photo{ width:100%; flex:0 0 auto; max-width:420px; }
}


/* PQ pill contrast overrides (v1.3.0) */
.cse-entity-pills .cse-pill,
.cse-entity-pills .cse-pill *{
  color:#fff !important;
}

/* Deceased / Dead pills: white pill, black text */
.cse-entity-pills .cse-pill--dead,
.cse-entity-pills .cse-pill--deceased{
  background:#fff !important;
  border-color:#fff !important;
}
.cse-entity-pills .cse-pill--dead *,
.cse-entity-pills .cse-pill--deceased *{
  color:#000 !important;
}

/* Force DOB pill white (theme-safe) */
.cse-entity-facts .cse-fact.cse-fact--born{background:#fff!important;color:#000!important;border-color:#000!important;}
.cse-entity-facts .cse-fact.cse-fact--born .cse-fact-k,.cse-entity-facts .cse-fact.cse-fact--born .cse-fact-v{color:#000!important;}



/* === Account Portfolio (Tiles) Text Fix === */
.pq-account .cse-portfolio--tiles,
.pq-account .cse-portfolio--tiles *,
.pq-account .cse-tiles,
.pq-account .pq-account .cse-tile,
.pq-account .cse-tile *{
  color:#000 !important;
}

.pq-account .cse-tile{ background:#fff !important; }
.pq-account .cse-tile__name,
.pq-account .cse-tile__name:visited{ color:#000 !important; }

.pq-account .cse-chip{ background:rgba(0,0,0,.06) !important; color:#000 !important; }
.pq-account .cse-stat{ background:rgba(0,0,0,.02) !important; }
.pq-account .cse-stat__k{ color:rgba(0,0,0,.65) !important; }
.pq-account .cse-stat__v{ color:#000 !important; }

.pq-account .cse-portfolio__title,
.pq-account .cse-portfolio__note{ color:#fff !important; }
/* title/note sit on dark pane; keep white */


/* === Tile Link Fix === */
.pq-account .cse-tile__name,
.pq-account .cse-tile__name:visited{
  color:#000 !important;
  text-decoration:none;
  font-weight:800;
}

.pq-account .cse-tile__name:hover{
  text-shadow:0 0 8px rgba(145,248,141,.6);
}

/* ================================
   AI content typography helpers
   ================================ */
.cse-ai-text {
  line-height: 1.65;
}
.cse-ai-text p {
  margin: 0 0 0.9em;
}
.cse-ai-text p:last-child {
  margin-bottom: 0;
}
.cse-ai-text ul,
.cse-ai-text ol {
  margin: 0 0 1em 1.2em;
}


/* PopQuest: make auto-links look like links (glow green) */
.cse-entity-content a,
.cse-entity-content a:visited {
  color: #91F88D;
  font-weight: 700;
  text-decoration: none;
  text-shadow: 0 0 6px rgba(145, 248, 141, 0.35);
}
.cse-entity-content a:hover,
.cse-entity-content a:focus {
  text-decoration: underline;
  text-shadow: 0 0 10px rgba(145, 248, 141, 0.75);
}


/* PopQuest autolinks (AI entity links + directory links) */
.pq-autolink{color:#91F88D;font-weight:800;text-decoration:none;}
.pq-autolink:hover{text-decoration:underline;}

/* SEO profile modules */
.cse-summary-card{margin:0 0 22px;padding:18px 18px 14px;border:1px solid rgba(145,248,141,.35);border-radius:16px;background:#0d0d0d;color:#fff;box-shadow:0 0 0 1px rgba(145,248,141,.08),0 10px 28px rgba(0,0,0,.12)}
.cse-summary-card__eyebrow{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#91F88D;color:#000;font-weight:800;font-size:12px;letter-spacing:.04em;margin:0 0 12px}
.cse-summary-card__text{margin:0 0 14px;font-size:17px;line-height:1.65;color:#fff}
.cse-summary-card__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}
.cse-summary-card__row{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08)}
.cse-summary-card__k{display:block;font-size:12px;line-height:1.2;color:#91F88D;font-weight:800;text-transform:uppercase;letter-spacing:.04em;margin:0 0 6px}
.cse-summary-card__v{display:block;font-size:15px;line-height:1.45;color:#fff;font-weight:700}
.cse-seo-facts{margin:0 0 20px}
.cse-seo-facts .cse-facts{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}
.cse-seo-facts .cse-facts li{margin:0;padding:12px 14px;border-radius:14px;background:#f6f6f6;border:1px solid rgba(0,0,0,.08);color:#000;line-height:1.45}
.cse-seo-facts .cse-facts strong{display:block;color:#000;font-weight:800;margin:0 0 4px}
.cse-related{margin:28px 0 0}
.cse-related__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}
.cse-related__card{display:block;padding:14px 16px;border-radius:16px;background:#000 !important;border:1px solid rgba(145,248,141,.35);box-shadow:0 0 0 1px rgba(145,248,141,.08),0 0 18px rgba(145,248,141,.14);text-decoration:none !important}
.cse-related__name{display:block;color:#91F88D;font-weight:900;font-size:16px;line-height:1.3;margin:0 0 6px}
.cse-related__meta{display:block;color:#fff;opacity:.8;font-size:13px;line-height:1.35}
.cse-entity-content .cse-ai-text p + p{margin-top:1.25em}
.cse-entity-content .cse-ai-text a,.cse-entity-content a.pq-autolink{color:#91F88D;font-weight:800;text-decoration:none;box-shadow:0 1px 0 rgba(145,248,141,.45)}
.cse-entity-content .cse-ai-text a:hover,.cse-entity-content a.pq-autolink:hover{text-decoration:none;box-shadow:0 2px 0 rgba(145,248,141,.7)}
@media (max-width:767px){.cse-summary-card{padding:16px}.cse-summary-card__text{font-size:16px}.cse-summary-card__grid,.cse-seo-facts .cse-facts,.cse-related__grid{grid-template-columns:1fr}}


/* Square panels only: keep pills/buttons rounded */
.cse-summary-card,
.cse-summary-card__row,
.cse-seo-facts .cse-facts li,
.cse-related__card,
.cse-chart,
.cse-fact,
.cse-entity-img {
  border-radius: 0 !important;
}


.cse-networth-block {
  display:block;
}
.cse-networth-hero {
  margin: 0 0 14px;
  padding: 14px 16px 12px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(145,248,141,0.08) 0%, rgba(145,248,141,0.03) 100%);
  border: 1px solid rgba(145,248,141,0.22);
  box-shadow: 0 0 0 1px rgba(145,248,141,0.05) inset, 0 0 24px rgba(145,248,141,0.08);
}
.cse-networth-label {
  display:block;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
  opacity:.72;
  margin-bottom:6px;
}
.cse-networth-amount {
  display:block;
  font-size:clamp(30px, 5vw, 48px);
  line-height:1;
  font-weight:800;
  color:#91F88D;
  text-shadow:0 0 8px rgba(145,248,141,.22), 0 0 20px rgba(145,248,141,.12);
}
.cse-networth-convert {
  display:block;
  margin-top:8px;
  font-size:clamp(14px, 2.2vw, 18px);
  line-height:1.2;
  font-weight:700;
  color:#000;
  letter-spacing:.01em;
}
.cse-networth-block h3 {
  margin-top:18px;
}
.cse-networth-block ul {
  margin-top:8px;
}


/* === Entity page white homepage integration (2026-03-21) === */
body.single-cse_entity .cse-entity-header{background:#fff !important;color:#000 !important;padding:12px 0 8px !important;border-bottom:0 !important;}
body.single-cse_entity .cse-entity-header a,
body.single-cse_entity .cse-entity-top .cse-title,
body.single-cse_entity .cse-entity-updated,
body.single-cse_entity .cse-fact-v,
body.single-cse_entity .cse-fact-k{color:#000 !important;}
body.single-cse_entity .cse-entity-card{display:grid;grid-template-columns:minmax(360px,380px) minmax(0,1fr);align-items:start;gap:18px;background:#fff;border:1px solid rgba(0,0,0,.10);border-radius:20px;padding:18px;box-shadow:none;}
body.single-cse_entity .cse-entity-photo{border-radius:18px;overflow:hidden;border:1px solid rgba(0,0,0,.08);background:#fff;}
body.single-cse_entity .cse-entity-img{display:block;width:100%;height:auto;}
body.single-cse_entity .cse-pill{background:#fff !important;border:1px solid rgba(0,0,0,.12) !important;color:#000 !important;}
body.single-cse_entity .cse-pill *{color:#000 !important;}
body.single-cse_entity .cse-pill--ghost{background:#fff !important;}
body.single-cse_entity .cse-chart{background:#fff !important;border:1px solid rgba(0,0,0,.10) !important;}
body.single-cse_entity .cse-chart__title,
body.single-cse_entity .cse-chart__meta{color:#000 !important;opacity:1 !important;}
body.single-cse_entity .cse-chart__tab{background:#fff !important;color:#000 !important;border:1px solid rgba(0,0,0,.16) !important;}
body.single-cse_entity .cse-chart__tab.is-active{background:#91F88D !important;border-color:#91F88D !important;color:#000 !important;}
body.single-cse_entity .cse-summary-card{margin:0 0 22px;padding:18px;border:1px solid rgba(0,0,0,.10);border-radius:18px;background:#fff;color:#000;box-shadow:none;}
body.single-cse_entity .cse-summary-card__text,
body.single-cse_entity .cse-summary-card__v{color:#000 !important;}
body.single-cse_entity .cse-summary-card__row{background:#fff !important;border:1px solid rgba(0,0,0,.08) !important;}
body.single-cse_entity .cse-summary-card__k{color:#000 !important;opacity:.7;}
body.single-cse_entity .cse-vs-row{display:none !important;}
body.single-cse_entity .pq-cse-ai-trending-box,
body.single-cse_entity .pq-cse-change-box,
body.single-cse_entity .pq-cse-signal-box,
body.single-cse_entity .cse-related__card{background:#fff !important;color:#000 !important;border:1px solid rgba(0,0,0,.10) !important;box-shadow:none !important;}
body.single-cse_entity .pq-cse-ai-trending-box *,
body.single-cse_entity .pq-cse-change-box *,
body.single-cse_entity .pq-cse-signal-box *,
body.single-cse_entity .cse-related__card *{color:#000 !important;}
body.single-cse_entity .cse-related__card{border-radius:16px;}
body.single-cse_entity .cse-related__meta{opacity:.72;}
.pq-entity-home-modules{margin:28px 0 22px;display:grid;gap:26px;}
.pqehm-section-title{margin:0 0 14px;font-family:PQFranklin,Arial,sans-serif;font-size:28px;line-height:1;text-transform:uppercase;color:#000;letter-spacing:.01em;}
.pqehm-scroller{display:flex;gap:14px;overflow-x:auto;padding:2px 2px 10px;scrollbar-width:none;-webkit-overflow-scrolling:touch;}
.pqehm-scroller::-webkit-scrollbar{display:none;}
.pqehm-vs-card,.pqehm-rich-card{flex:0 0 min(320px,82vw);background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:20px;overflow:hidden;color:#000;text-decoration:none;box-shadow:none;}
.pqehm-vs-card:hover,.pqehm-rich-card:hover{transform:translateY(-1px);}
.pqehm-vs-top{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;}
.pqehm-face{position:relative;min-height:220px;background:#f5f5f5;}
.pqehm-face img{width:100%;height:220px;object-fit:cover;display:block;}
.pqehm-face-name{position:absolute;left:10px;bottom:10px;right:10px;display:inline-flex;justify-content:center;padding:8px 10px;border-radius:999px;background:#fff;color:#000;font-family:PQFranklin,Arial,sans-serif;font-size:12px;font-weight:900;text-transform:uppercase;border:1px solid rgba(0,0,0,.10);}
.pqehm-vs-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:999px;background:#91F88D;border:3px solid #fff;display:flex;align-items:center;justify-content:center;font-family:PQFranklin,Arial,sans-serif;font-weight:900;font-size:16px;color:#000;box-shadow:0 6px 20px rgba(0,0,0,.12);z-index:2;}
.pqehm-vs-meta{display:flex;justify-content:space-between;gap:10px;padding:12px 14px 14px;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;}
.pqehm-vs-rank{color:#000;opacity:.8;}
.pqehm-vs-points{color:#91F88D;font-weight:900;}
.pqehm-rich-media{position:relative;background:#f5f5f5;}
.pqehm-rich-media img{width:100%;height:240px;object-fit:cover;display:block;}
.pqehm-rich-body{padding:14px 14px 16px;}
.pqehm-rich-name{display:block;font-family:PQFranklin,Arial,sans-serif;font-size:20px;line-height:1;text-transform:uppercase;color:#000;margin:0 0 8px;}
.pqehm-rich-worth{display:block;color:#91F88D;font-family:PQFranklin,Arial,sans-serif;font-size:24px;line-height:1;font-weight:900;text-shadow:0 0 10px rgba(145,248,141,.20);margin:0 0 6px;}
.pqehm-rich-kicker{display:inline-flex;padding:7px 10px;border-radius:999px;background:#fff;border:1px solid rgba(0,0,0,.10);font-size:11px;line-height:1;font-weight:800;text-transform:uppercase;color:#000;}
@media (max-width: 768px){.pqehm-section-title{font-size:22px}.pqehm-vs-card,.pqehm-rich-card{flex-basis:84vw}.pqehm-face,.pqehm-face img{min-height:180px;height:180px}.pqehm-rich-media img{height:220px}}


/* 2026-03-21 entity module layout tidy-up */
body.single-cse_entity .cse-related__card,
body.single-cse_entity .pqn-home-feature__card{border-radius:0 !important;}
body.single-cse_entity .pqn-home-feature__card{width:100%;}
@media (max-width:767px){
  body.single-cse_entity .pqn-article-discovery{margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;width:100vw !important;max-width:none !important;}
  body.single-cse_entity .pqn-home-feature__track{gap:0 !important;padding:0 !important;}
  body.single-cse_entity .pqn-home-feature__card{min-width:100vw !important;flex-basis:100vw !important;}
}


/* More News About cleanup */
.pq-more-news-box{
  background:#fff !important;
  color:#000 !important;
  border:1px solid #e5e5e5 !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
.pq-more-news-box h1,
.pq-more-news-box h2,
.pq-more-news-box h3,
.pq-more-news-box h4,
.pq-more-news-box h5,
.pq-more-news-box h6,
.pq-more-news-box p,
.pq-more-news-box li,
.pq-more-news-box strong,
.pq-more-news-box span,
.pq-more-news-box a{
  color:#000 !important;
}
.pq-more-news-box a{
  text-decoration:none;
}
.pq-more-news-box a:hover{
  text-decoration:none;
}


/* v9 layout cleanup */
body.single-cse_entity .pq-home-market-strip{display:none !important}
body.single-cse_entity .pq-more-news-box{
  background:#fff !important;
  color:#000 !important;
  border-radius:0 !important;
  border:1px solid #e5e5e5 !important;
  box-shadow:none !important;
}
body.single-cse_entity .pq-more-news-box *{color:#000 !important}
body.single-cse_entity .pq-more-news-box a{text-decoration:none !important}
body.single-cse_entity .pq-more-news-box a:hover{text-decoration:none !important}
body.single-cse_entity .pq-more-news-box [class*='pill'],
body.single-cse_entity .pq-more-news-box [class*='kicker']{
  background:#91F88D !important;
  color:#000 !important;
}

/* hard kill for live CSE trending strip */
body.single-cse_entity .pq-cse-market-header-wrap,
body.single-cse_entity .pq-cse-trending-strip,
body.single-cse_entity .pq-cse-market-header-inner,
body.single-cse-entity .pq-cse-market-header-wrap,
body.single-cse-entity .pq-cse-trending-strip,
body.single-cse-entity .pq-cse-market-header-inner,
body.single .pq-cse-market-header-wrap .pq-cse-trending-strip {
  display:none !important;
  margin:0 !important;
  padding:0 !important;
  min-height:0 !important;
  height:0 !important;
  border:0 !important;
}


/* === Entity featured image box + meta stack (2026-03-21) === */
body.single-cse_entity .cse-entity-media-col{width:100%;max-width:380px;display:flex;flex-direction:column;gap:10px;min-width:0;}
body.single-cse_entity .cse-entity-photo-box{background:#fff;border:1px solid rgba(0,0,0,.10);border-radius:0;overflow:hidden;}
body.single-cse_entity .cse-entity-photo{width:100%;aspect-ratio:1 / 1;max-width:none;border:0 !important;border-radius:0 !important;overflow:hidden;background:#f5f5f5;}
body.single-cse_entity .cse-entity-img{width:100%;height:100%;object-fit:cover;border-radius:0 !important;}
body.single-cse_entity .cse-entity-meta-below-photo{display:flex;flex-direction:column;gap:10px;}
body.single-cse_entity .cse-entity-updated{margin-top:0;font-size:12px;line-height:1.45;opacity:1;}
body.single-cse_entity .cse-entity-comments-cta-wrap{display:flex;align-items:flex-start;}
body.single-cse_entity .cse-chart{grid-column:1 / -1;margin-top:0;}
body.single-cse_entity .cse-entity-comments-cta{position:relative;display:inline-flex;align-items:center;gap:10px;padding:10px 18px 10px 16px;border-radius:999px;background:#000;color:#91F88D !important;text-decoration:none !important;border:2px solid #91F88D;box-shadow:0 6px 16px rgba(145,248,141,.18);font-family:PQFranklin,Arial,sans-serif;font-size:12px;font-weight:900;line-height:1;letter-spacing:.03em;text-transform:uppercase;}
body.single-cse_entity .cse-entity-comments-cta:hover{color:#91F88D !important;text-decoration:none !important;transform:translateY(-1px);}
body.single-cse_entity .cse-entity-comments-cta--disabled{opacity:.92;cursor:default;}
body.single-cse_entity .cse-entity-comments-cta__icon{display:inline-flex;width:20px;height:20px;align-items:center;justify-content:center;flex:0 0 20px;}
body.single-cse_entity .cse-entity-comments-cta__icon svg{display:block;width:20px;height:20px;}
body.single-cse_entity .cse-entity-comments-cta__label{display:inline-block;}
body.single-cse_entity .cse-entity-comments-cta__count{position:absolute;top:-7px;right:-7px;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#91F88D;border:2px solid #000;color:#000;display:inline-flex;align-items:center;justify-content:center;font-family:PQFranklin,Arial,sans-serif;font-size:12px;font-weight:900;line-height:1;}

@media (max-width: 820px){
  body.single-cse_entity .cse-entity-media-col{width:100%;flex:0 0 auto;}
}
@media (max-width: 768px){
  body.single-cse_entity .cse-entity-inner{padding-left:0;padding-right:0;}
  body.single-cse_entity .cse-entity-card{display:block;border-radius:0;padding:0;border-left:0;border-right:0;gap:14px;overflow:hidden;}
  body.single-cse_entity .cse-entity-media-col{width:100%;flex:0 0 auto;gap:10px;}
  body.single-cse_entity .cse-entity-photo-box{width:calc(100% + 24px);margin-left:-12px;margin-right:-12px;border-left:0;border-right:0;border-top:0;border-radius:0;}
  body.single-cse_entity .cse-entity-photo{width:100%;aspect-ratio:1 / 1;}
  body.single-cse_entity .cse-entity-meta-below-photo,
  body.single-cse_entity .cse-entity-top{padding-left:12px;padding-right:12px;}
}


/* === Entity title box long-name safety fix (2026-03-22) === */
body.single-cse_entity .cse-entity-top .cse-title,
body.single-cse-entity .cse-entity-top .cse-title{
  display:block;
  width:100%;
  max-width:500px;
  margin:0 0 18px;
  padding:18px 20px 16px;
  background:#000;
  color:#fff !important;
  border-radius:28px;
  font-size:clamp(26px, 2.6vw, 44px);
  line-height:0.92;
  letter-spacing:-0.6px;
  white-space:normal;
  overflow-wrap:anywhere;
  word-break:normal;
  text-wrap:balance;
  box-sizing:border-box;
}

body.single-cse_entity .cse-entity-top{min-width:0;}
body.single-cse_entity .cse-entity-top{display:flex;flex-direction:column;align-items:flex-start;}
@media (max-width: 1180px){
  body.single-cse_entity .cse-entity-top .cse-title,
  body.single-cse-entity .cse-entity-top .cse-title{
    font-size:clamp(25px, 2.5vw, 40px);
    padding:18px 20px 16px;
  }
}
@media (max-width: 768px){
  body.single-cse_entity .cse-entity-top .cse-title,
  body.single-cse-entity .cse-entity-top .cse-title{
    font-size:clamp(26px, 7.6vw, 38px);
    max-width:none;
    line-height:0.92;
    border-radius:0;
    padding:16px 12px 14px;
    margin:0 0 16px;
  }

  body.single-cse_entity .cse-entity-facts,
  body.single-cse-entity .cse-entity-facts{
    margin-bottom:16px;
  }
}


/* === v19 desktop entity title above media + net worth === */
body.single-cse_entity .cse-entity-title-desktop-wrap,
body.single-cse-entity .cse-entity-title-desktop-wrap{
  display:block;
  margin:0 0 18px;
}
body.single-cse_entity .cse-title--desktop,
body.single-cse-entity .cse-title--desktop{
  display:inline-block;
  margin:0;
  padding:18px 22px 16px;
  max-width:min(100%, 720px);
  background:#000;
  color:#fff !important;
  border-radius:28px;
  font-size:clamp(34px,4.4vw,66px);
  line-height:.92;
  letter-spacing:-1px;
  white-space:normal;
  word-break:keep-all;
  overflow-wrap:normal;
  text-wrap:balance;
  box-sizing:border-box;
}
body.single-cse_entity .cse-entity-card,
body.single-cse-entity .cse-entity-card{
  display:grid;
  grid-template-columns:minmax(320px,380px) minmax(0,1fr);
  gap:18px;
  align-items:start;
}
body.single-cse_entity .cse-entity-top,
body.single-cse-entity .cse-entity-top{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
}
body.single-cse_entity .cse-entity-top .cse-title:not(.cse-title--mobile),
body.single-cse-entity .cse-entity-top .cse-title:not(.cse-title--mobile){display:none;}
@media (max-width: 768px){
  body.single-cse_entity .cse-entity-title-desktop-wrap,
  body.single-cse-entity .cse-entity-title-desktop-wrap{display:none;}
  body.single-cse_entity .cse-entity-card,
  body.single-cse-entity .cse-entity-card{display:block;}
}


/* v20 centre title align fix */
body.single-cse_entity .cse-entity-title-desktop-wrap,
body.single-cse-entity .cse-entity-title-desktop-wrap{
  text-align:center;
}

/* === v31 mobile entity headline visibility + full-width featured image === */
@media (max-width: 768px){
  body.single-cse_entity .cse-entity-title-desktop-wrap,
  body.single-cse-entity .cse-entity-title-desktop-wrap{
    display:block !important;
    margin:0 !important;
    padding:0 12px 12px !important;
    text-align:center;
  }

  body.single-cse_entity .cse-title--desktop,
  body.single-cse-entity .cse-title--desktop{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:16px 12px 14px !important;
    font-size:clamp(26px, 7.6vw, 38px) !important;
    line-height:.94 !important;
    letter-spacing:-.5px !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
    text-wrap:balance;
    border-radius:0 !important;
    box-sizing:border-box;
  }

  body.single-cse_entity .cse-entity-card,
  body.single-cse-entity .cse-entity-card{
    display:block !important;
    border-radius:0 !important;
    padding:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    gap:14px;
    overflow:visible !important;
  }

  body.single-cse_entity .cse-entity-media-col,
  body.single-cse-entity .cse-entity-media-col{
    width:100% !important;
    max-width:none !important;
    gap:10px;
  }

  body.single-cse_entity .cse-entity-photo-box,
  body.single-cse-entity .cse-entity-photo-box{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    border-left:0 !important;
    border-right:0 !important;
    border-top:0 !important;
    border-radius:0 !important;
  }

  body.single-cse_entity .cse-entity-photo,
  body.single-cse-entity .cse-entity-photo{
    width:100% !important;
    aspect-ratio:1 / 1;
  }

  body.single-cse_entity .cse-entity-img,
  body.single-cse-entity .cse-entity-img{
    display:block;
    width:100% !important;
    height:100% !important;
    object-fit:cover;
    border-radius:0 !important;
  }

  body.single-cse_entity .cse-entity-meta-below-photo,
  body.single-cse_entity .cse-entity-top,
  body.single-cse-entity .cse-entity-meta-below-photo,
  body.single-cse-entity .cse-entity-top{
    padding-left:12px !important;
    padding-right:12px !important;
  }
}


/* === v32 mobile headline below image + full-bleed modules === */
body.single-cse_entity .cse-entity-title-mobile-wrap,
body.single-cse-entity .cse-entity-title-mobile-wrap{display:none;}

@media (max-width: 768px){
  body.single-cse_entity .cse-entity-title-desktop-wrap,
  body.single-cse-entity .cse-entity-title-desktop-wrap{display:none !important;}

  body.single-cse_entity .cse-entity-title-mobile-wrap,
  body.single-cse-entity .cse-entity-title-mobile-wrap{
    display:block !important;
    width:100vw !important;
    max-width:100vw !important;
    margin:0 !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    padding:0 !important;
    text-align:center !important;
  }

  body.single-cse_entity .cse-title--mobile,
  body.single-cse-entity .cse-title--mobile{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:16px 12px 14px !important;
    background:#000 !important;
    color:#fff !important;
    border-radius:0 !important;
    font-size:clamp(26px, 7.6vw, 38px) !important;
    line-height:.94 !important;
    letter-spacing:-.5px !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
    text-wrap:balance !important;
    box-sizing:border-box !important;
  }

  body.single-cse_entity .cse-entity-meta-below-photo,
  body.single-cse_entity .cse-entity-networth-inline,
  body.single-cse_entity .cse-entity-pills,
  body.single-cse_entity .cse-trade-inline,
  body.single-cse_entity .cse-entity-facts,
  body.single-cse_entity .cse-chart,
  body.single-cse-entity .cse-entity-meta-below-photo,
  body.single-cse-entity .cse-entity-networth-inline,
  body.single-cse-entity .cse-entity-pills,
  body.single-cse-entity .cse-trade-inline,
  body.single-cse-entity .cse-entity-facts,
  body.single-cse-entity .cse-chart{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    border-left:0 !important;
    border-right:0 !important;
    border-radius:0 !important;
    box-sizing:border-box !important;
  }

  body.single-cse_entity .cse-entity-meta-below-photo,
  body.single-cse-entity .cse-entity-meta-below-photo{
    padding:10px 12px 0 !important;
  }

  body.single-cse_entity .cse-entity-top,
  body.single-cse-entity .cse-entity-top{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  body.single-cse_entity .cse-entity-networth-inline,
  body.single-cse-entity .cse-entity-networth-inline{
    margin-top:0 !important;
    margin-bottom:10px !important;
  }

  body.single-cse_entity .cse-entity-networth-inline .cse-networth-hero,
  body.single-cse-entity .cse-entity-networth-inline .cse-networth-hero,
  body.single-cse_entity .cse-chart,
  body.single-cse-entity .cse-chart{
    border-left:0 !important;
    border-right:0 !important;
    border-radius:0 !important;
  }

  body.single-cse_entity .cse-entity-networth-inline .cse-networth-hero,
  body.single-cse-entity .cse-entity-networth-inline .cse-networth-hero{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  body.single-cse_entity .cse-entity-pills,
  body.single-cse-entity .cse-entity-pills{
    padding:0 12px !important;
    margin-top:0 !important;
    gap:8px !important;
  }

  body.single-cse_entity .cse-trade-inline,
  body.single-cse-entity .cse-trade-inline{
    padding:0 12px !important;
    margin-top:12px !important;
  }

  body.single-cse_entity .cse-entity-facts,
  body.single-cse-entity .cse-entity-facts{
    padding:0 12px !important;
    margin-top:12px !important;
    margin-bottom:16px !important;
  }

  body.single-cse_entity .cse-chart,
  body.single-cse-entity .cse-chart{
    padding:12px !important;
    margin-top:12px !important;
    margin-bottom:0 !important;
  }
}

/* === v39b mobile full-width fix for Profile at a Glance / AI / Signals / Trade === */
@media (max-width: 768px){
  body.single-cse_entity .cse-entity-header,
  body.single-cse-entity .cse-entity-header{
    padding-top:0 !important;
    padding-bottom:0 !important;
    margin:0 !important;
  }

  body.single-cse_entity .cse-entity-main,
  body.single-cse-entity .cse-entity-main{
    padding-top:0 !important;
  }

  body.single-cse_entity .cse-entity-inner,
  body.single-cse-entity .cse-entity-inner,
  body.single-cse_entity .cse-entity-content,
  body.single-cse-entity .cse-entity-content,
  body.single-cse_entity .entry-content,
  body.single-cse-entity .entry-content,
  body.single-cse_entity .wp-block-group,
  body.single-cse-entity .wp-block-group,
  body.single-cse_entity .wp-block-post-content,
  body.single-cse-entity .wp-block-post-content{
    max-width:100% !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    box-sizing:border-box !important;
  }

  body.single-cse_entity .cse-summary-card,
  body.single-cse-entity .cse-summary-card,
  body.single-cse_entity .pq-cse-ai-trending-box,
  body.single-cse-entity .pq-cse-ai-trending-box,
  body.single-cse_entity .pq-cse-signal-box,
  body.single-cse-entity .pq-cse-signal-box,
  body.single-cse_entity .pq-cse-change-box,
  body.single-cse-entity .pq-cse-change-box,
  body.single-cse_entity .cse-trade-inline,
  body.single-cse-entity .cse-trade-inline,
  body.single-cse_entity .cse-chart,
  body.single-cse-entity .cse-chart,
  body.single-cse_entity .cse-entity-facts,
  body.single-cse-entity .cse-entity-facts,
  body.single-cse_entity .cse-entity-pills,
  body.single-cse-entity .cse-entity-pills,
  body.single-cse_entity .cse-entity-networth-inline,
  body.single-cse-entity .cse-entity-networth-inline{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    box-sizing:border-box !important;
    border-left:0 !important;
    border-right:0 !important;
    border-radius:0 !important;
  }

  body.single-cse_entity .cse-summary-card,
  body.single-cse-entity .cse-summary-card,
  body.single-cse_entity .pq-cse-ai-trending-box,
  body.single-cse-entity .pq-cse-ai-trending-box,
  body.single-cse_entity .pq-cse-signal-box,
  body.single-cse-entity .pq-cse-signal-box,
  body.single-cse_entity .pq-cse-change-box,
  body.single-cse-entity .pq-cse-change-box,
  body.single-cse_entity .cse-chart,
  body.single-cse-entity .cse-chart,
  body.single-cse_entity .cse-entity-facts,
  body.single-cse-entity .cse-entity-facts,
  body.single-cse_entity .cse-entity-pills,
  body.single-cse-entity .cse-entity-pills,
  body.single-cse_entity .cse-entity-networth-inline .cse-networth-hero,
  body.single-cse-entity .cse-entity-networth-inline .cse-networth-hero{
    padding-left:12px !important;
    padding-right:12px !important;
  }

  body.single-cse_entity .cse-trade-inline,
  body.single-cse-entity .cse-trade-inline{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  body.single-cse_entity .cse-trade-inline > *,
  body.single-cse-entity .cse-trade-inline > *,
  body.single-cse_entity .cse-summary-card__grid,
  body.single-cse-entity .cse-summary-card__grid,
  body.single-cse_entity .pq-cse-ai-trending-box > *,
  body.single-cse-entity .pq-cse-ai-trending-box > *,
  body.single-cse_entity .pq-cse-signal-box > *,
  body.single-cse-entity .pq-cse-signal-box > *,
  body.single-cse_entity .pq-cse-change-box > *,
  body.single-cse-entity .pq-cse-change-box > *{
    max-width:none !important;
    width:100% !important;
    box-sizing:border-box !important;
  }

  body.single-cse_entity .cse-summary-card__row,
  body.single-cse-entity .cse-summary-card__row{
    border-radius:0 !important;
  }
}


/* === v48h hero card square with gentler image crop === */
body.single-cse_entity .cse-entity-media-col,
body.single-cse-entity .cse-entity-media-col{
  max-width:500px;
}
body.single-cse_entity .cse-entity-card,
body.single-cse-entity .cse-entity-card{
  grid-template-columns:minmax(460px,500px) minmax(0,1fr);
  align-items:start;
}
body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
  display:flex;
  flex-direction:column;
  background:#000;
  border:1px solid rgba(0,0,0,.16);
  box-shadow:0 10px 24px rgba(0,0,0,.10);
  overflow:hidden;
}
body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#000;
  aspect-ratio:1 / 1;
}
body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img{
  display:block;
  width:100%;
  height:100%;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover;
  object-position:center top;
  background:#000;
}
body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
  position:relative;
  left:auto;
  right:auto;
  bottom:auto;
  z-index:2;
  background:#000;
  padding:20px 22px 18px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
body.single-cse_entity .cse-entity-photo-cardname,
body.single-cse-entity .cse-entity-photo-cardname{
  margin:0;
  color:#fff !important;
  font-family:PQFranklin, Inter, Arial, sans-serif !important;
  font-size:clamp(28px,3.3vw,48px);
  font-weight:900;
  line-height:.9;
  letter-spacing:-.02em;
  text-transform:uppercase;
  text-wrap:balance;
  overflow-wrap:anywhere;
  word-break:break-word;
  max-width:100%;
}
body.single-cse_entity .cse-entity-title-desktop-wrap,
body.single-cse-entity .cse-entity-title-desktop-wrap,
body.single-cse_entity .cse-entity-title-mobile-wrap,
body.single-cse-entity .cse-entity-title-mobile-wrap{
  display:none !important;
}
@media (max-width: 980px){
  body.single-cse_entity .cse-entity-card,
  body.single-cse-entity .cse-entity-card{
    grid-template-columns:minmax(380px,440px) minmax(0,1fr);
  }
  body.single-cse_entity .cse-entity-media-col,
  body.single-cse-entity .cse-entity-media-col{
    max-width:440px;
  }
}
@media (max-width: 768px){
  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
    padding:14px 14px 13px;
  }
  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
    aspect-ratio:1 / 1;
  }
  body.single-cse_entity .cse-entity-photo-cardname,
  body.single-cse-entity .cse-entity-photo-cardname{
    font-size:clamp(22px,7.2vw,34px);
    line-height:.92;
  }
}


/* === v48j final-final square lock === */
body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
  width:100% !important;
  aspect-ratio:1 / 1 !important;
  display:grid !important;
  grid-template-rows:auto minmax(0,1fr) !important;
  align-self:start;
  box-sizing:border-box;
  background:#000 !important;
  overflow:hidden !important;
}
body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
  flex:none;
  padding:18px 22px 16px !important;
}
body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
  position:relative !important;
  min-height:0 !important;
  height:100% !important;
  width:100% !important;
  aspect-ratio:auto !important;
  display:block !important;
  overflow:hidden !important;
  background:#000 !important;
}
body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center 24% !important;
  background:#000 !important;
}
@media (max-width: 768px){
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
    width:calc(100% + 24px) !important;
    margin-left:-12px !important;
    margin-right:-12px !important;
  }
  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
    padding:14px 14px 13px !important;
  }
}


/* v48s final: entity page discovery links stay black with no underline on hover */
body.single-cse_entity .pq-more-news-box a,
body.single-cse_entity .pq-more-news-box a:hover,
body.single-cse_entity .pq-more-news-box a:focus,
body.single-cse_entity .pq-more-news-box a:active{
  color:#000 !important;
  text-decoration:none !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}
body.single-cse_entity .pq-more-news-box a::after,
body.single-cse_entity .pq-more-news-box a:hover::after{
  content:none !important;
  display:none !important;
}
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link:hover,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link:focus,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link:active,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link *,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link:hover *,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link:focus *,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link:active *{
  color:#000 !important;
  text-decoration:none !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link::after,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link:hover::after,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link__title::after,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link__title:hover::after{
  content:none !important;
  display:none !important;
}
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link__title,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link__title:hover,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link__title:focus,
body.single-cse_entity .cse-bottom-discovery .pqehd-signal-link__title:active{
  color:#000 !important;
  text-decoration:none !important;
  border-bottom:0 !important;
  box-shadow:none !important;
}


/* v48w actual equal-height rich cards fix */
.pqehm-scroller{align-items:stretch !important;}
.pqehm-rich-card{
  display:flex !important;
  flex-direction:column !important;
  align-self:stretch !important;
  background:#000 !important;
  border:1px solid rgba(0,0,0,.12) !important;
  overflow:hidden !important;
  line-height:0 !important;
}
.pqehm-rich-body{
  order:1 !important;
  flex:0 0 auto !important;
  padding:14px 14px 12px !important;
  background:#000 !important;
  line-height:1.1 !important;
}
.pqehm-rich-name,
.pqehm-rich-worth,
.pqehm-rich-kicker{line-height:1 !important;}
.pqehm-rich-name{color:#fff !important;}
.pqehm-rich-media{
  order:2 !important;
  flex:1 1 auto !important;
  min-height:300px !important;
  background:#000 !important;
  overflow:hidden !important;
  line-height:0 !important;
}
.pqehm-rich-media img,
.pqehm-rich-card > img{
  display:block !important;
  width:100% !important;
  height:300px !important;
  min-height:300px !important;
  max-height:300px !important;
  object-fit:cover !important;
  object-position:center top !important;
  vertical-align:top !important;
  background:#000 !important;
}
@media (max-width: 768px){
  .pqehm-rich-media{min-height:220px !important;}
  .pqehm-rich-media img,
  .pqehm-rich-card > img{height:220px !important;min-height:220px !important;max-height:220px !important;}
}


/* === v48zc hero-only refresh: overlay title on image (desktop only) === */
@media (min-width: 769px){
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
    position:relative !important;
    grid-template-rows:minmax(0,1fr) !important;
    min-height:500px;
    border:1px solid rgba(0,0,0,.18) !important;
    box-shadow:0 14px 32px rgba(0,0,0,.12) !important;
    isolation:isolate;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
    position:relative !important;
    height:100% !important;
    min-height:500px;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card::after,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.58) 22%, rgba(0,0,0,.16) 46%, rgba(0,0,0,0) 72%);
    pointer-events:none;
    z-index:1;
  }

  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
    position:absolute !important;
    left:0;
    right:0;
    bottom:0;
    z-index:2;
    padding:18px 22px 20px !important;
    background:transparent !important;
    border:0 !important;
    pointer-events:none;
  }

  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above::before,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above::before{
    content:"CSE PROFILE";
    display:inline-block;
    margin:0 0 12px;
    padding:6px 10px 5px;
    background:#91F88D;
    color:#000;
    font-family:Inter, Arial, sans-serif;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    line-height:1;
    text-transform:uppercase;
    border-radius:999px;
    box-shadow:0 0 0 1px rgba(0,0,0,.12);
  }

  body.single-cse_entity .cse-entity-photo-cardname,
  body.single-cse-entity .cse-entity-photo-cardname{
    color:#fff !important;
    font-size:clamp(40px,4.3vw,64px) !important;
    line-height:.9 !important;
    letter-spacing:-.03em !important;
    max-width:92%;
    text-shadow:0 2px 10px rgba(0,0,0,.5), 0 0 18px rgba(145,248,141,.18);
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img{
    object-position:center 18% !important;
    transition:transform .28s ease;
  }

  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card:hover .cse-entity-img,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card:hover .cse-entity-img{
    transform:scale(1.02);
  }
}

/* === v48zd hero full-width image + stats underneath (desktop only) === */
@media (min-width: 769px){
  body.single-cse_entity .cse-entity-header .cse-entity-inner,
  body.single-cse-entity .cse-entity-header .cse-entity-inner{
    max-width:1200px !important;
  }

  body.single-cse_entity .cse-entity-title-desktop-wrap,
  body.single-cse-entity .cse-entity-title-desktop-wrap{
    display:none !important;
  }

  body.single-cse_entity .cse-entity-card,
  body.single-cse-entity .cse-entity-card{
    display:block !important;
    grid-template-columns:none !important;
    gap:0 !important;
  }

  body.single-cse_entity .cse-entity-media-col,
  body.single-cse-entity .cse-entity-media-col{
    width:100% !important;
    max-width:none !important;
    gap:12px;
  }

  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
    min-height:0 !important;
    width:100% !important;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
    min-height:0 !important;
    height:auto !important;
    aspect-ratio:16 / 9 !important;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img{
    object-position:center 22% !important;
  }

  body.single-cse_entity .cse-entity-meta-below-photo,
  body.single-cse-entity .cse-entity-meta-below-photo{
    margin-top:2px;
  }

  body.single-cse_entity .cse-entity-top,
  body.single-cse-entity .cse-entity-top{
    display:grid !important;
    grid-template-columns:minmax(300px, 360px) 1fr;
    gap:14px 18px;
    align-items:start;
    margin-top:18px;
  }

  body.single-cse_entity .cse-entity-networth-inline,
  body.single-cse-entity .cse-entity-networth-inline{
    grid-column:1;
    margin:0 !important;
    width:100%;
    max-width:360px;
  }

  body.single-cse_entity .cse-entity-pills,
  body.single-cse-entity .cse-entity-pills{
    grid-column:2;
    align-self:center;
    margin:0 !important;
    display:flex;
    flex-wrap:wrap;
    gap:12px;
  }

  body.single-cse_entity .cse-trade-inline,
  body.single-cse-entity .cse-trade-inline,
  body.single-cse_entity .cse-entity-facts,
  body.single-cse-entity .cse-entity-facts{
    grid-column:1 / -1;
  }
}


/* === v48ze hero tighten + status next to ticker (desktop only) === */
@media (min-width: 769px){
  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
    aspect-ratio:16 / 6 !important;
    min-height:0 !important;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img{
    object-position:center 20% !important;
  }

  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
    padding:16px 26px 18px !important;
  }

  body.single-cse_entity .cse-entity-pills,
  body.single-cse-entity .cse-entity-pills{
    align-self:start !important;
  }
}

body.single-cse_entity .cse-pill.cse-pill--status,
body.single-cse-entity .cse-pill.cse-pill--status{
  border-color:rgba(145,248,141,.7) !important;
}

body.single-cse_entity .cse-pill.cse-pill--status .cse-pill-label,
body.single-cse-entity .cse-pill.cse-pill--status .cse-pill-label,
body.single-cse_entity .cse-pill.cse-pill--status .cse-pill-value,
body.single-cse-entity .cse-pill.cse-pill--status .cse-pill-value{
  color:#000 !important;
}

body.single-cse_entity .cse-pill.cse-pill--status-alive,
body.single-cse-entity .cse-pill.cse-pill--status-alive{
  background:#f5fff4 !important;
}

body.single-cse_entity .cse-pill.cse-pill--status-deceased,
body.single-cse-entity .cse-pill.cse-pill--status-deceased{
  background:#fff5f5 !important;
  border-color:rgba(0,0,0,.16) !important;
}


/* === v48zf clean hero: image defines height, overlay stays anchored (desktop only) === */
@media (min-width: 769px){
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
    position:relative !important;
    display:block !important;
    width:100% !important;
    aspect-ratio:auto !important;
    min-height:0 !important;
    height:auto !important;
    background:#000 !important;
    overflow:hidden !important;
    border:1px solid rgba(0,0,0,.16) !important;
    box-shadow:0 10px 24px rgba(0,0,0,.10) !important;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
    position:relative !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    aspect-ratio:16 / 6 !important;
    overflow:hidden !important;
    background:#000 !important;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    max-height:none !important;
    object-fit:cover !important;
    object-position:center 20% !important;
    background:#000 !important;
  }

  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    z-index:3 !important;
    padding:16px 26px 18px !important;
    background:transparent !important;
    border:0 !important;
    pointer-events:none !important;
  }

  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above::before,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above::before{
    content:"CSE PROFILE";
    display:inline-block;
    margin:0 0 12px;
    padding:6px 10px 5px;
    background:#91F88D;
    color:#000;
    font-family:Inter, Arial, sans-serif;
    font-size:11px;
    font-weight:900;
    letter-spacing:.08em;
    line-height:1;
    text-transform:uppercase;
    border-radius:999px;
    box-shadow:0 0 0 1px rgba(0,0,0,.12);
  }

  body.single-cse_entity .cse-entity-photo-cardname,
  body.single-cse-entity .cse-entity-photo-cardname{
    margin:0 !important;
    color:#fff !important;
    font-size:clamp(40px,4.3vw,64px) !important;
    line-height:.9 !important;
    letter-spacing:-.03em !important;
    max-width:92%;
    text-shadow:0 2px 10px rgba(0,0,0,.5), 0 0 18px rgba(145,248,141,.18);
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card::after,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.58) 22%, rgba(0,0,0,.16) 46%, rgba(0,0,0,0) 72%);
    pointer-events:none;
    z-index:1;
  }
}


/* === v48zh hero final mobile full-width + comments right + softer crop === */
body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
  position:relative !important;
  display:block !important;
  width:100% !important;
  min-height:0 !important;
  height:auto !important;
  background:#000 !important;
  overflow:hidden !important;
}

body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:16 / 7 !important;
  overflow:hidden !important;
  background:#000 !important;
}

body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img{
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:cover !important;
  object-position:center 32% !important;
  transform:none !important;
  background:#000 !important;
}

body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card:hover .cse-entity-img,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card:hover .cse-entity-img{
  transform:none !important;
}

body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card::after,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card::after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:linear-gradient(to top, rgba(0,0,0,.92) 0%, rgba(0,0,0,.62) 20%, rgba(0,0,0,.20) 42%, rgba(0,0,0,0) 70%) !important;
  pointer-events:none !important;
  z-index:1 !important;
}

body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:3 !important;
  padding:16px 24px 18px !important;
  background:transparent !important;
  border:0 !important;
  pointer-events:none !important;
}

body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above::before,
body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above::before{
  margin:0 0 10px !important;
}

body.single-cse_entity .cse-entity-photo-cardname,
body.single-cse-entity .cse-entity-photo-cardname{
  margin:0 !important;
  max-width:min(72%, 820px) !important;
}

body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta{
  position:absolute !important;
  right:18px !important;
  left:auto !important;
  bottom:18px !important;
  margin:0 !important;
  z-index:4 !important;
}

@media (max-width: 768px){
  body.single-cse_entity .cse-entity-inner,
  body.single-cse-entity .cse-entity-inner{
    padding-left:0 !important;
    padding-right:0 !important;
  }

  body.single-cse_entity .cse-entity-card,
  body.single-cse-entity .cse-entity-card,
  body.single-cse_entity .cse-entity-media-col,
  body.single-cse-entity .cse-entity-media-col{
    overflow:visible !important;
  }

  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    border-left:0 !important;
    border-right:0 !important;
    border-top:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
    aspect-ratio:1 / 1 !important;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img{
    object-position:center 30% !important;
  }

  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
    padding:14px 14px 16px !important;
  }

  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above::before,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above::before{
    margin:0 0 8px !important;
    padding:6px 10px 5px !important;
    font-size:10px !important;
  }

  body.single-cse_entity .cse-entity-photo-cardname,
  body.single-cse-entity .cse-entity-photo-cardname{
    max-width:calc(100% - 132px) !important;
    font-size:clamp(22px, 8.4vw, 34px) !important;
    line-height:.92 !important;
  }

  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta{
    right:14px !important;
    bottom:14px !important;
  }
}


/* === v48zp square hero lock === */
body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
  background:#000 !important;
  overflow:hidden !important;
}

body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
  position:relative !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:1 / 1 !important;
  overflow:hidden !important;
  background:#000 !important;
}

body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card .cse-entity-img{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  transform:none !important;
  border-radius:0 !important;
  max-width:none !important;
  max-height:none !important;
}

body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card::after,
body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card::after{
  background:linear-gradient(to top, rgba(0,0,0,.88) 0%, rgba(0,0,0,.52) 22%, rgba(0,0,0,.16) 42%, rgba(0,0,0,0) 70%) !important;
}

body.single-cse_entity .cse-entity-photo-cardname,
body.single-cse-entity .cse-entity-photo-cardname{
  max-width:min(74%, 820px) !important;
}

@media (max-width: 768px){
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
    width:100vw !important;
    max-width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
    margin-right:calc(50% - 50vw) !important;
    margin-top:0 !important;
    border-left:0 !important;
    border-right:0 !important;
    border-top:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
    aspect-ratio:1 / 1 !important;
  }
}


/* v48zq desktop square hero tighten + mobile discovery flush */
@media (min-width: 769px){
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
    width:75% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
}

@media (max-width: 767px){
  body.single-cse_entity .pqn-home-feature,
  body.single-cse-entity .pqn-home-feature{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
  }
  body.single-cse_entity .pqn-home-feature__track,
  body.single-cse-entity .pqn-home-feature__track{
    padding-bottom:0 !important;
    margin-bottom:0 !important;
  }
  body.single-cse_entity .pqn-home-feature__card,
  body.single-cse-entity .pqn-home-feature__card,
  body.single-cse_entity .pqn-home-feature__media,
  body.single-cse-entity .pqn-home-feature__media,
  body.single-cse_entity .pqn-home-feature__body,
  body.single-cse-entity .pqn-home-feature__body{
    margin-bottom:0 !important;
  }
  body.single-cse_entity .pqn-home-feature + h2,
  body.single-cse-entity .pqn-home-feature + h2,
  body.single-cse_entity .pqn-home-feature + h2.wp-block-heading,
  body.single-cse-entity .pqn-home-feature + h2.wp-block-heading{
    margin-top:0 !important;
  }
}


/* === v48zs+2 visible mobile famegame flush + desktop full-width hero === */
@media (max-width: 767px){
  body.single-cse_entity .pqn-article-discovery,
  body.single-cse-entity .pqn-article-discovery{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
  }
  body.single-cse_entity .pqn-article-discovery .pqn-home-feature--vs,
  body.single-cse-entity .pqn-article-discovery .pqn-home-feature--vs,
  body.single-cse_entity .pqn-article-discovery .pqn-home-feature--vs .pqn-home-feature__track,
  body.single-cse-entity .pqn-article-discovery .pqn-home-feature--vs .pqn-home-feature__track{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
  }
  body.single-cse_entity .pqn-article-discovery + *,
  body.single-cse-entity .pqn-article-discovery + *{
    margin-top:0 !important;
    padding-top:0 !important;
  }
}

@media (min-width: 769px){
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
    width:100% !important;
    max-width:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  body.single-cse_entity .cse-entity-photo.cse-entity-photo--hero-card,
  body.single-cse-entity .cse-entity-photo.cse-entity-photo--hero-card{
    aspect-ratio:4 / 3 !important;
  }
}

/* === v48zs+3 mobile hero headline stack + header/image flush === */
@media (max-width: 768px){
  body.single-cse_entity .cse-entity-header,
  body.single-cse-entity .cse-entity-header,
  body.single-cse_entity .cse-entity-header .cse-entity-inner,
  body.single-cse-entity .cse-entity-header .cse-entity-inner,
  body.single-cse_entity .cse-entity-card,
  body.single-cse-entity .cse-entity-card,
  body.single-cse_entity .cse-entity-media-col,
  body.single-cse-entity .cse-entity-media-col{
    margin:0 !important;
    padding-top:0 !important;
    gap:0 !important;
  }

  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
    margin-top:0 !important;
  }

  body.single-cse_entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above,
  body.single-cse-entity .cse-entity-photo-cardbar.cse-entity-photo-cardbar--above{
    display:flex !important;
    align-items:flex-end !important;
    min-height:100% !important;
    padding:14px 14px 16px !important;
  }

  body.single-cse_entity .cse-entity-photo-cardname,
  body.single-cse-entity .cse-entity-photo-cardname{
    display:block !important;
    width:calc(100% - 176px) !important;
    max-width:calc(100% - 176px) !important;
    margin:0 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
    text-wrap:balance;
    line-height:.9 !important;
  }

  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta{
    right:14px !important;
    bottom:14px !important;
    max-width:156px !important;
  }
}

/* === v48zs+4 mobile site-header to hero flush hard lock === */
@media (max-width: 768px){
  body.single-cse_entity .site-header,
  body.single-cse-entity .site-header,
  body.single-cse_entity header.site-header,
  body.single-cse-entity header.site-header,
  body.single-cse_entity .pq-site-header,
  body.single-cse-entity .pq-site-header,
  body.single-cse_entity .pq-header,
  body.single-cse-entity .pq-header{
    margin-bottom:0 !important;
    padding-bottom:0 !important;
    border-bottom:0 !important;
  }

  body.single-cse_entity #content,
  body.single-cse-entity #content,
  body.single-cse_entity .site-content,
  body.single-cse-entity .site-content,
  body.single-cse_entity main,
  body.single-cse-entity main,
  body.single-cse_entity article,
  body.single-cse-entity article,
  body.single-cse_entity .entry-content,
  body.single-cse-entity .entry-content,
  body.single-cse_entity .wp-site-blocks,
  body.single-cse-entity .wp-site-blocks,
  body.single-cse_entity .cse-entity,
  body.single-cse-entity .cse-entity{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  body.single-cse_entity .site-header + *,
  body.single-cse-entity .site-header + *,
  body.single-cse_entity header.site-header + *,
  body.single-cse-entity header.site-header + *{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  body.single-cse_entity .cse-entity-header,
  body.single-cse-entity .cse-entity-header{
    background:#fff !important;
    border-top:0 !important;
  }
}

/* === v48zs+5 true emoji-left only + net worth gap kill === */
body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-react-fab,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-react-fab{
  position:absolute !important;
  left:18px !important;
  right:auto !important;
  bottom:18px !important;
  margin:0 !important;
  z-index:7 !important;
  pointer-events:auto !important;
}

body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-reactions-overlay,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-reactions-overlay{
  position:absolute !important;
  left:68px !important;
  right:auto !important;
  bottom:18px !important;
  margin:0 !important;
  z-index:8 !important;
  pointer-events:auto !important;
}

body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta{
  position:absolute !important;
  right:18px !important;
  left:auto !important;
  bottom:18px !important;
  margin:0 !important;
  z-index:6 !important;
  pointer-events:auto !important;
}

body.single-cse_entity .cse-entity-top,
body.single-cse-entity .cse-entity-top,
body.single-cse_entity .cse-entity-networth-inline,
body.single-cse-entity .cse-entity-networth-inline{
  margin-top:0 !important;
  padding-top:0 !important;
}

@media (max-width: 768px){
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-react-fab,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-react-fab{
    left:14px !important;
    right:auto !important;
    bottom:14px !important;
  }

  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-reactions-overlay,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-reactions-overlay{
    left:60px !important;
    right:auto !important;
    bottom:14px !important;
  }

  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-cdr-image-pill,
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .cse-entity-comments-cta{
    right:14px !important;
    left:auto !important;
    bottom:14px !important;
  }
}

/* === v48zs+5c emoji top-left compact === */
body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card{
  position:relative !important;
}

body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-react-fab,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-react-fab{
  position:absolute !important;
  top:18px !important;
  left:18px !important;
  right:auto !important;
  bottom:auto !important;
  width:40px !important;
  min-width:40px !important;
  max-width:40px !important;
  height:40px !important;
  min-height:40px !important;
  max-height:40px !important;
  padding:0 !important;
  margin:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  flex:0 0 40px !important;
  align-self:flex-start !important;
  overflow:hidden !important;
  z-index:9 !important;
}

body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-reactions-overlay,
body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-reactions-overlay{
  position:absolute !important;
  top:18px !important;
  left:66px !important;
  right:auto !important;
  bottom:auto !important;
  margin:0 !important;
  z-index:10 !important;
}

@media (max-width: 768px){
  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-react-fab,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-react-fab{
    top:14px !important;
    left:14px !important;
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    flex:0 0 36px !important;
  }

  body.single-cse_entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-reactions-overlay,
  body.single-cse-entity .cse-entity-photo-box.cse-entity-photo-box--hero-card .pq-reactions-overlay{
    top:14px !important;
    left:58px !important;
  }
}
