/* =========================================================
   FAT WEBSITE #7 — CANONICAL ADDITIONAL CSS (FINAL)
   Academic Research + Product Reviews
   ========================================================= */


/* =========================================================
   0. ROOT VARIABLES
   ========================================================= */

:root {
  --fat-green: #C5C9BF;
  --fat-text: #1F2933;
  --fat-muted: #6B7280;
  --fat-border: #E5E7EB;
  --fat-bg: #ffffff;
  --fat-card-bg: #F9FAFB;
}


/* =========================================================
   1. HEADER & NAVIGATION — NEVER TOUCHED
   ========================================================= */

header,
.site-header,
.elementor-location-header {
  all: revert;
}


/* =========================================================
   2. DROPDOWN / HAMBURGER MENU (VISUAL ONLY)
   ========================================================= */

.elementor-location-header .elementor-nav-menu--dropdown {
  background-color: #f7f7f3;
  box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.elementor-location-header
.elementor-nav-menu--dropdown
.elementor-item,
.elementor-location-header
.elementor-nav-menu--dropdown
.elementor-sub-item {
  padding: 4px 16px;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #223228;
}

.elementor-location-header
.elementor-nav-menu--dropdown
.elementor-item:hover {
  background-color: #dde5d9;
  color: #111;
}


/* =========================================================
   3. GLOBAL BODY (NON-RESEARCH PAGES)
   ========================================================= */

body {
  background: var(--fat-bg);
  color: var(--fat-text);
}


/* =========================================================
   4. SINGLE POST — FAT RESEARCH TEMPLATE
   Applies via Post Content widget class: fat-single-post
   ========================================================= */

body.single {
  background: #ffffff;
}

/* --- Core Research Container --- */
.fat-single-post {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background: #ffffff;
  font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--fat-text);
}

/* --- Mobile --- */
@media (max-width: 768px) {
  .fat-single-post {
    padding: 20px;
  }
}


/* =========================================================
   5. TYPOGRAPHY — ACADEMIC RESEARCH
   ========================================================= */

.fat-single-post h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.fat-single-post h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 2.5em;
  margin-bottom: 0.75em;
}

.fat-single-post h3 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0.6em;
}

.fat-single-post h4 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 1.75em;
}

.fat-single-post p {
  margin-bottom: 1.1em;
}

.fat-single-post ul,
.fat-single-post ol {
  margin-left: 1.5em;
  margin-bottom: 1.25em;
}


/* =========================================================
   6. LINKS — ACADEMIC (NO BRAND COLOR)
   ========================================================= */

.fat-single-post a {
  color: inherit;
  text-decoration: underline;
}

.fat-single-post a:hover {
  text-decoration-thickness: 2px;
}


/* =========================================================
   7. BLOCKQUOTES — NEUTRAL
   ========================================================= */

.fat-single-post blockquote {
  margin: 2em 0;
  padding-left: 1.25em;
  border-left: 3px solid var(--fat-border);
  color: #555;
}


/* =========================================================
   8. BACK TO FAT RESEARCH — TEMPLATE LEVEL (FINAL)
   ========================================================= */

.fat-single-post .fat-research-back {
  font-size: 13px;
  font-weight: 400;
  color: var(--fat-muted);
  letter-spacing: 0.02em;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1.25em;
}

.fat-single-post .fat-research-back:hover {
  text-decoration: underline;
}


/* =========================================================
   9. DIVIDER + FOOTER (STRUCTURAL)
   ========================================================= */

.fat-divider {
  border-top: 1px solid var(--fat-border);
  margin: 3em 0;
}

.fat-footer {
  font-size: 13px;
  color: var(--fat-muted);
  border-top: 1px solid var(--fat-border);
  padding-top: 1.5em;
  margin-top: 4em;
  text-align: center;
}


/* =========================================================
   10. FAT RESEARCH ARCHIVE (LIST PAGES ONLY)
   ========================================================= */

.post-type-archive-fatresearch h1,
.post-type-archive-fatresearch h2,
.post-type-archive-fatresearch h3,
.post-type-archive-fatresearch h4 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  color: var(--fat-text);
}
/* FAT Research — Inline Citation Styling */
.fat-single-post p a {
  font-size: 0.85em;
  font-weight: 400;
  color: var(--fat-muted);
}

.fat-single-post p a:hover {
  color: inherit;
  text-decoration-thickness: 1px;
}

/* =========================================================
   11. PRODUCT REVIEWS — DESIGN #5 (UNCHANGED)
   Applies ONLY when .fat-product-review is present
   ========================================================= */

.fat-product-review {
  background: var(--fat-bg);
  color: #1a1a1a;
  font-family: system-ui, -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, sans-serif;
}

.fat-product-review .fat-container {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.fat-product-review h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 12px;
}

.fat-product-review h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 48px 0 16px;
}

.fat-product-review h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}

.fat-product-header {
  border-bottom: 2px solid var(--fat-green);
  padding-bottom: 20px;
  margin-bottom: 32px;
}

.fat-score-bar {
  height: 10px;
  background: #e3e3e3;
}

.fat-score-bar span {
  display: block;
  height: 100%;
  background: var(--fat-green);
}

.fat-category {
  background: #fafafa;
  border: 1px solid #e3e3e3;
  padding: 20px;
  margin-bottom: 18px;
}

.fat-contextual {
  border-top: 2px solid var(--fat-green);
  margin-top: 48px;
  padding-top: 24px;
}

.fat-bottom-line p {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  .fat-product-review .fat-container {
    padding: 30px 16px 60px;
  }

  .fat-product-review h1 {
    font-size: 30px;
  }
}


/* =========================================================
   12. PRINT / SAVE AS PDF — RESEARCH SAFE
   ========================================================= */

@media print {
  header,
  nav,
  footer,
  .site-header,
  .site-footer,
  .elementor-location-header,
  .elementor-location-footer {
    display: none !important;
  }

  body.single {
    background: #ffffff;
  }

  .fat-single-post {
    max-width: 100%;
    margin: 0;
    padding: 1in;
  }

  .fat-single-post a {
    color: #000;
    text-decoration: none;
  }
}


/* =========================================================
   END — FAT WEBSITE #7 (LOCKED)
   DO NOT MODIFY WITHOUT VERSIONING
   ========================================================= */
