.elementor-25977 .elementor-element.elementor-element-de0f01e{padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-25977 .elementor-element.elementor-element-49bd56d{width:100%;}}/* Start custom CSS for html, class: .elementor-element-3a9362d *//* ===========================================================
   Food Safety & Quality Culture eBook — Elementor styles
   All rules scoped to .fsqc-ebook so nothing leaks to the page
   =========================================================== */

.fsqc-ebook {
  --fsqc-ink: #1c2b26;
  --fsqc-muted: #55645d;
  --fsqc-green: #1e6b4f;
  --fsqc-green-dark: #12503a;
  --fsqc-green-tint: #eef5f1;
  --fsqc-line: #d8e2dc;
  --fsqc-bg: #ffffff;
  --fsqc-bg-alt: #f6f8f7;
  --fsqc-radius: 10px;
  --fsqc-maxw: 860px;

  color: var(--fsqc-ink);
  background: var(--fsqc-bg);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.fsqc-ebook * { box-sizing: border-box; }

.fsqc-ebook p { margin: 0 0 1.1em; }
.fsqc-ebook strong { font-weight: 700; }
.fsqc-ebook a { color: var(--fsqc-green); text-decoration: underline; }
.fsqc-ebook a:hover { color: var(--fsqc-green-dark); }

/* ---------- Headings ---------- */
.fsqc-ebook h1,
.fsqc-ebook h2,
.fsqc-ebook h3 {
  color: var(--fsqc-ink);
  line-height: 1.25;
  margin: 0 0 .6em;
  font-weight: 700;
}
.fsqc-ebook h2 {
  font-size: 1.6rem;
  padding-bottom: .3em;
  border-bottom: 2px solid var(--fsqc-line);
}
.fsqc-ebook h3 {
  font-size: 1.2rem;
  margin-top: 1.8em;
  color: var(--fsqc-green-dark);
}

.fsqc-kicker {
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--fsqc-green);
  margin: 0 0 .4em;
}

/* ---------- Section wrapper ---------- */
.fsqc-section {
  max-width: var(--fsqc-maxw);
  margin: 0 auto;
  padding: 2.4rem 1.25rem;
  border-top: 1px solid var(--fsqc-line);
}
.fsqc-section:first-of-type { border-top: 0; }

/* ---------- Hero ---------- */
.fsqc-hero {
  max-width: var(--fsqc-maxw);
  margin: 0 auto;
  padding: 3rem 1.25rem 2.6rem;
  text-align: center;
  background: var(--fsqc-green-tint);
  border-radius: var(--fsqc-radius);
}
.fsqc-eyebrow {
  text-transform: uppercase;
  letter-spacing: .22em;
  font-size: .72rem;
  font-weight: 700;
  color: var(--fsqc-green);
  margin: 0 0 1rem;
}
.fsqc-title {
  font-size: 2.4rem;
  margin: 0 0 .2em;
}
.fsqc-subtitle {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--fsqc-muted);
  margin: 0 0 1.2em;
}
.fsqc-lede {
  max-width: 640px;
  margin: 0 auto 1.6em;
  color: var(--fsqc-muted);
}
.fsqc-meta {
  list-style: none;
  margin: 0 0 1.6em;
  padding: 0;
  font-size: .9rem;
  color: var(--fsqc-muted);
}
.fsqc-meta li { margin: .15em 0; }
.fsqc-hero-quote {
  font-size: 1.15rem;
  font-weight: 600;
  font-style: italic;
  color: var(--fsqc-green-dark);
  margin: 0;
}

/* ---------- Contents ---------- */
.fsqc-contents-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
.fsqc-toc {
  margin: 0;
  padding-left: 1.4em;
}
.fsqc-toc > li {
  margin: .35em 0;
  font-weight: 600;
}
.fsqc-toc ul {
  margin: .3em 0 .6em;
  padding-left: 1.1em;
  list-style: none;
}
.fsqc-toc ul li {
  font-weight: 400;
  font-size: .92rem;
  color: var(--fsqc-muted);
  margin: .15em 0;
}

/* ---------- Tables ---------- */
.fsqc-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.4em 0 1.6em;
  border: 1px solid var(--fsqc-line);
  border-radius: var(--fsqc-radius);
}
.fsqc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .93rem;
  min-width: 460px;
}
.fsqc-table th,
.fsqc-table td {
  text-align: left;
  padding: .8em .95em;
  border-bottom: 1px solid var(--fsqc-line);
  vertical-align: top;
}
.fsqc-table thead th {
  background: var(--fsqc-green);
  color: #fff;
  font-weight: 600;
  border-bottom: 0;
}
.fsqc-table tbody th[scope="row"] {
  background: var(--fsqc-bg-alt);
  font-weight: 600;
  white-space: nowrap;
}
.fsqc-table tbody tr:last-child th,
.fsqc-table tbody tr:last-child td { border-bottom: 0; }
.fsqc-table tbody tr:nth-child(even) td { background: var(--fsqc-bg-alt); }

/* ---------- Lists ---------- */
.fsqc-list,
.fsqc-actions,
.fsqc-takeaways,
.fsqc-references {
  margin: 1.1em 0 1.4em;
  padding-left: 1.3em;
}
.fsqc-list li,
.fsqc-takeaways li,
.fsqc-references li { margin: .5em 0; }

.fsqc-actions {
  list-style: none;
  padding-left: 0;
  counter-reset: fsqc-act;
}
.fsqc-actions li {
  counter-increment: fsqc-act;
  position: relative;
  padding: .3em 0 .3em 2.6em;
  margin: .55em 0;
}
.fsqc-actions li::before {
  content: counter(fsqc-act, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: .25em;
  font-weight: 700;
  color: var(--fsqc-green);
  background: var(--fsqc-green-tint);
  border-radius: 6px;
  padding: .1em .45em;
  font-size: .85rem;
}

.fsqc-takeaways { list-style: none; padding-left: 0; }
.fsqc-takeaways li {
  position: relative;
  padding-left: 1.6em;
}
.fsqc-takeaways li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .62em;
  width: .55em;
  height: .55em;
  background: var(--fsqc-green);
  border-radius: 50%;
}

.fsqc-references { font-size: .92rem; color: var(--fsqc-muted); }
.fsqc-references em { font-style: italic; }

/* ---------- Quotes ---------- */
.fsqc-quote {
  margin: 1.6em 0;
  padding: 1.1em 1.3em;
  border-left: 4px solid var(--fsqc-green);
  background: var(--fsqc-green-tint);
  border-radius: 0 var(--fsqc-radius) var(--fsqc-radius) 0;
  font-size: 1.08rem;
  font-style: italic;
  color: var(--fsqc-green-dark);
}
.fsqc-quote--feature {
  text-align: center;
  border-left: 0;
  border-radius: var(--fsqc-radius);
  font-size: 1.25rem;
  padding: 1.5em 1.3em;
}

/* ---------- Figure captions ---------- */
.fsqc-figure-caption {
  font-size: .82rem;
  color: var(--fsqc-muted);
  font-style: italic;
  margin: .6em 0 1.6em;
}

/* ---------- Iceberg ---------- */
.fsqc-iceberg {
  margin: 1.6em 0;
  border-radius: var(--fsqc-radius);
  overflow: hidden;
  border: 1px solid var(--fsqc-line);
}
.fsqc-iceberg-top,
.fsqc-iceberg-bottom { padding: 1.2em 1.3em; }
.fsqc-iceberg-top { background: var(--fsqc-green-tint); }
.fsqc-iceberg-bottom {
  background: var(--fsqc-green-dark);
  color: #eaf2ee;
}
.fsqc-iceberg-label {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: .72rem;
  font-weight: 700;
  margin: 0 0 .8em;
}
.fsqc-iceberg-top .fsqc-iceberg-label { color: var(--fsqc-green-dark); }
.fsqc-iceberg .fsqc-figure-caption {
  margin: 0;
  padding: .8em 1.3em;
  background: var(--fsqc-bg-alt);
}
.fsqc-chips {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .5em;
}
.fsqc-chips li {
  background: #fff;
  border: 1px solid var(--fsqc-line);
  border-radius: 999px;
  padding: .35em .9em;
  font-size: .85rem;
  font-weight: 600;
  color: var(--fsqc-ink);
}
.fsqc-chips--muted li {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .28);
  color: #eaf2ee;
}

/* ---------- Eight lenses ---------- */
.fsqc-lens-grid {
  list-style: none;
  margin: 1.4em 0 .6em;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .7em;
}
.fsqc-lens-grid li {
  background: var(--fsqc-green-tint);
  border: 1px solid var(--fsqc-line);
  border-radius: var(--fsqc-radius);
  padding: .9em .6em;
  text-align: center;
  font-weight: 700;
  font-size: .9rem;
  color: var(--fsqc-green-dark);
}

/* ---------- Diagnostic cycle ---------- */
.fsqc-cycle {
  list-style: none;
  margin: 1.4em 0 .6em;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .7em;
}
.fsqc-cycle li {
  background: var(--fsqc-bg-alt);
  border: 1px solid var(--fsqc-line);
  border-left: 4px solid var(--fsqc-green);
  border-radius: var(--fsqc-radius);
  padding: .8em 1em;
  font-weight: 700;
}
.fsqc-step {
  display: block;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .68rem;
  font-weight: 700;
  color: var(--fsqc-green);
  margin-bottom: .2em;
}

/* ---------- Scenario ---------- */
.fsqc-scenario {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5em 0;
}
.fsqc-scenario-card {
  background: var(--fsqc-bg-alt);
  border: 1px solid var(--fsqc-line);
  border-top: 4px solid var(--fsqc-muted);
  border-radius: var(--fsqc-radius);
  padding: 1.1em 1.2em;
}
.fsqc-scenario-card p:last-child { margin-bottom: 0; }
.fsqc-scenario-card--positive {
  border-top-color: var(--fsqc-green);
  background: var(--fsqc-green-tint);
}
.fsqc-scenario-label {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .7rem;
  font-weight: 700;
  color: var(--fsqc-green-dark);
  margin: 0 0 .5em;
}

/* ---------- Footer bits ---------- */
.fsqc-disclaimer {
  font-size: .85rem;
  color: var(--fsqc-muted);
  font-style: italic;
  background: var(--fsqc-bg-alt);
  border-radius: var(--fsqc-radius);
  padding: 1em 1.2em;
}
.fsqc-web {
  font-weight: 700;
  margin-top: 1em;
}

/* ---------- Responsive ---------- */
@media (max-width: 720px) {
  .fsqc-ebook { font-size: 16px; }
  .fsqc-title { font-size: 1.9rem; }
  .fsqc-contents-grid { grid-template-columns: 1fr; }
  .fsqc-lens-grid { grid-template-columns: repeat(2, 1fr); }
  .fsqc-cycle { grid-template-columns: 1fr 1fr; }
  .fsqc-scenario { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .fsqc-cycle { grid-template-columns: 1fr; }
}
/* ===========================================================
   READABILITY OVERRIDES  —  EDIT THE NUMBERS IN THIS BLOCK
   -----------------------------------------------------------
   Every value is ~50% larger than the original (noted per line).
   !important stops the site theme shrinking them.
   =========================================================== */

/* (A) Section kicker labels — e.g. "01 · PURPOSE"            was 0.72rem */
.fsqc-ebook .fsqc-kicker { font-size: 1.08rem !important; }

/* (B) Sub-headings <h3> — "4.1 BRCGS…", "Revision History"   was 1.2rem */
.fsqc-ebook h3 { font-size: 1.8rem !important; }

/* (C) Contents — top-level items ("1. Purpose", "5. Guidance…")  was ~1.06rem */
.fsqc-ebook .fsqc-toc > li { font-size: 1.6rem !important; line-height: 1.4 !important; }

/* (D) Contents — indented sub-items ("4.1 BRCGS Issue 9" …)   was 0.92rem */
.fsqc-ebook .fsqc-toc ul li { font-size: 1.4rem !important; }

/* (E) Body bullet lists — Section 4 activities, cycle notes  was ~1.06rem */
.fsqc-ebook .fsqc-list li { font-size: 1.6rem !important; line-height: 1.45 !important; }

/* (F) Numbered "Five Actions for Tomorrow" list             was ~1.06rem */
.fsqc-ebook .fsqc-actions li { font-size: 1.6rem !important; line-height: 1.45 !important; }

/* (G) "Key Takeaways" bullet list                           was ~1.06rem */
.fsqc-ebook .fsqc-takeaways li { font-size: 1.6rem !important; line-height: 1.45 !important; }

/* (H) References list                                       was 0.92rem */
.fsqc-ebook .fsqc-references li { font-size: 1.4rem !important; line-height: 1.45 !important; }

.fsqc-figure-caption {font-size:1.4rem; font-weight: 700;}

.fsqc-chips li {font-size:1.4rem;}

.fsqc-iceberg-label {font-size:1.2rem;}

.fsqc-disclaimer {font-size: 1.4rem;}

/* (I) ALL table header + body cells (every <th> and <td>)   was 0.93rem */
.fsqc-ebook .fsqc-table th,

.fsqc-ebook .fsqc-table td { font-size: 1.4rem !important; line-height: 1.4 !important; }

/* -----------------------------------------------------------
   OPTIONAL — card lists (kept smaller so coloured boxes don't
   overflow). Add these if you want them bigger too.
   Originals: lens 0.9rem, chips 0.85rem, cycle ~1.06rem
   -----------------------------------------------------------
   .fsqc-ebook .fsqc-lens-grid li { font-size: 1.35rem !important; }
   .fsqc-ebook .fsqc-chips li     { font-size: 1.28rem !important; }
   .fsqc-ebook .fsqc-cycle li     { font-size: 1.5rem  !important; }
   ----------------------------------------------------------- *//* End custom CSS */