/* V7.2 Layout alignment: unified with Feed & Animal Nutrition V5.9 */
  :root{
    --bg:#eef5fb;
    --panel:#ffffff;
    --text:#5d7890;
    --title:#13365b;
    --blue:#1f6ed8;
    --line:#d8e6f2;
    --soft:#f6fbff;
    --soft-gold:#fbf8ef;
  }
  *{box-sizing:border-box}
  body{
    margin:0;
    font-family:'Inter', Arial, Helvetica, sans-serif;
    background:#f7fbfe;
    color:var(--title);
  }
  img{max-width:100%;display:block}
  .container{
    width:min(calc(100% - 44px),1240px);
    margin:0 auto;
  }
  .hero{
    position:relative;
    overflow:hidden;
    min-height:505px;
    display:flex;
    align-items:center;
    margin-top:10px;
    background:
      linear-gradient(90deg, rgba(241,248,254,.93) 0%, rgba(241,248,254,.90) 31%, rgba(241,248,254,.76) 48%, rgba(241,248,254,.34) 67%, rgba(241,248,254,.16) 100%),
      url('golden_oils_and_grains_laboratory_still_life.png') center/cover no-repeat;
  }
  .hero::after{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(circle at 84% 18%, rgba(145,203,232,.22) 0 12%, transparent 34%),
      linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.12));
    pointer-events:none;
  }
  .hero .container{position:relative;z-index:1}
  .hero-inner{max-width:760px;padding:72px 0 92px}
  .eyebrow{
    display:flex;align-items:center;gap:10px;
    color:var(--blue);font-size:13px;font-weight:800;letter-spacing:5px;text-transform:uppercase;
    border:none;padding:0;border-radius:0;background:none;
  }
  .eyebrow::before{content:"";width:28px;height:2px;background:var(--blue);display:inline-block;border-radius:0;box-shadow:none}
  h3{color:var(--title)}
  h1,h2,h4{color:var(--title)}
  p{color:var(--text)}
  .section-head p{color:var(--text)}
  h1{
    margin:20px 0 20px;
    font-size:clamp(50px,6vw,78px);
    line-height:.98;
    letter-spacing:-3px;
  }
  .hero p{
    max-width:780px;
    font-size:18px;
    line-height:1.72;
    color:var(--text);
    margin:0;
  }
  .tag-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
  .tag{
    background:rgba(255,255,255,.9);
    border:1px solid var(--line);
    color:#355470;
    padding:10px 18px;
    border-radius:999px;
    font-size:14px;
  }

  .section{padding:96px 0;}
  .panel-section{
    position:relative;
    background:rgba(255,255,255,.72);
    border:1px solid rgba(208,225,239,.9);
    border-radius:28px;
    padding:28px 28px 30px;
    overflow:hidden;
    backdrop-filter: blur(4px);
  }
  .section-head{position:relative;z-index:2;max-width:980px;margin:0 0 24px;text-align:left}
  .section-head h2{
    margin:14px 0 14px;
    font-size:clamp(36px,4.5vw,56px);
    line-height:1.02;
    letter-spacing:-2px;
  }
  .section-head p{
    margin:0;
    font-size:16px;
    line-height:1.72;
    color:var(--text);
    max-width:980px;
  }
  .control-title{
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    gap:22px;
    margin-bottom:20px;
  }
  .control-title h3{margin:0;font-size:28px;line-height:1.1}
  .line{height:1px;flex:1;background:#cddff0}

  /* Decorative background treatments */
  .mycotoxin-panel{
    background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(251,253,255,.98));
    overflow:hidden;
  }
  .mycotoxin-panel::before{
    content:"";
    position:absolute;
    top:0; right:0;
    width:760px; height:460px;
    background:url('../img/grainl-mycotoxin.png') right -10px top -8px/760px auto no-repeat;
    opacity:.96;
    pointer-events:none;
    z-index:0;
  }
  .mycotoxin-panel::after{
    content:"";
    position:absolute;
    top:0; right:0; left:0;
    height:430px;
    background:linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.96) 48%, rgba(255,255,255,.62) 68%, rgba(255,255,255,.10) 100%);
    pointer-events:none;
    z-index:1;
  }
  .oil-safety{
    margin-top:44px;
    background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(255,252,246,.94));
  }
  .oil-safety::before{
    content:"";
    position:absolute;
    top:16px; right:26px;
    width:300px; height:210px;
    background:url('oil_bottles_and_ingredients_in_a_modern_lab.png') center/contain no-repeat;
    opacity:.14;
    pointer-events:none;
    filter:saturate(1.02);
  }
  .oil-safety::after{
    content:"";
    position:absolute;
    right:-40px; top:-40px;
    width:420px; height:230px;
    background:radial-gradient(circle at 60% 46%, rgba(232,208,138,.17), transparent 60%);
    pointer-events:none;
  }

  .grid{
    position:relative;z-index:2;
    display:grid;
    grid-template-columns: 1.1fr .9fr 1.55fr;
    gap:14px;
  }
  .card{
    background:rgba(255,255,255,.96);
    border:1px solid var(--line);
    border-radius:20px;
    padding:18px 18px 16px;
  }
  .card-tall{min-height:272px}
  .card-wide{min-height:234px}
  .card-header{
    display:flex;align-items:center;gap:12px;
    margin-bottom:14px;
  }
  .num{
    width:44px;height:44px;border-radius:50%;
    background:var(--blue);color:#fff;font-size:15px;font-weight:800;
    display:grid;place-items:center;flex:0 0 auto;
  }
  .card-header h4{margin:0;font-size:18px;font-weight:700;line-height:21px;color:var(--title)}
  .icon-box{
    width:34px;height:34px;border-radius:10px;background:#eef5fc;
    border:1px solid #dbe8f5;display:grid;place-items:center;flex:0 0 auto;
  }
  .icon-box svg, .mini-icon svg{width:20px;height:20px;stroke:#246fdb;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}
  .rows{display:flex;flex-direction:column;gap:10px}
  .row{border-top:1px solid #e7eff6;padding-top:10px}
  .row:first-child{border-top:none;padding-top:0}
  .label{
    display:flex;align-items:center;gap:8px;
    font-size:12px;font-weight:800;color:var(--blue);margin-bottom:4px;
  }
  .mini-icon{width:16px;height:16px;display:grid;place-items:center;flex:0 0 auto}
  .value{font-size:14px;line-height:1.5;color:var(--text)}
  .chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:6px}
  .chip{font-size:12px;line-height:1;padding:8px 11px;border-radius:999px;background:#edf4fb;color:#55728b}

  .processing-panel .card-header{margin-bottom:10px}
  .process-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:10px}
  .process-col{
    border:1px solid var(--line);border-radius:14px;padding:12px 10px;background:#fbfdff;
    display:flex;flex-direction:column;min-height:194px;
  }
  .process-name{
    display:flex;align-items:center;gap:6px;font-size:15px;font-weight:800;line-height:1.2;color:var(--title);
    min-height:38px;margin-bottom:10px;
  }
  .process-name .mini-icon{width:18px;height:18px}
  .process-group{margin-bottom:8px}
  .process-label{font-size:12px;font-weight:800;color:var(--blue);margin-bottom:5px;white-space:nowrap}
  .process-value{font-size:14px;line-height:1.45;color:var(--text);min-height:40px}
  .process-divider{height:1px;background:#d8e6f2;margin:16px 0}
  .process-note{font-size:13px;line-height:1.6;color:var(--text);margin-top:6px}
  .focus-stack{margin-top:auto;display:flex;flex-direction:column;gap:6px}
  .focus-stack .chip{text-align:center;padding:8px 10px}

  .dual-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.18fr 1fr;gap:16px;margin-top:16px}
  .link-row{border-top:1px solid #e7eff6;margin-top:12px;padding-top:12px;text-align:center}
  .link-row a{font-size:13px;font-weight:800;color:var(--blue);text-decoration:none}

  .oil-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
  .oil-card{min-height:280px}
  .key-apps{
    position:relative;z-index:2;
    margin-top:16px;
    background:rgba(255,255,255,.92);
    border:1px solid var(--line);
    border-radius:18px;
    padding:14px 16px;
    display:flex;align-items:center;gap:14px;flex-wrap:wrap;
  }
  .key-apps-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:800;white-space:nowrap}
  .app-pill{
    display:flex;align-items:center;gap:8px;
    border:1px solid var(--line);background:#fff;border-radius:999px;padding:10px 14px;
    font-size:14px;color:#355470;
  }
  .app-pill .dot{width:9px;height:9px;border-radius:50%;background:#f0be47;box-shadow:0 0 0 4px rgba(240,190,71,.15)}
  .app-pill.chili .dot{background:#d33e36;box-shadow:0 0 0 4px rgba(211,62,54,.13)}
  .app-pill.peanut .dot{background:#c89452;box-shadow:0 0 0 4px rgba(200,148,82,.14)}
  .app-pill.sesame .dot{background:#d8b97a;box-shadow:0 0 0 4px rgba(216,185,122,.14)}
  .app-pill.soy .dot{background:#b2bf42;box-shadow:0 0 0 4px rgba(178,191,66,.14)}
  .app-pill.rape .dot{background:#f1c52e;box-shadow:0 0 0 4px rgba(241,197,46,.14)}
  .app-pill.blend .dot{background:#f2b53d;box-shadow:0 0 0 4px rgba(242,181,61,.14)}

  @media (max-width: 1200px){
    h1{font-size:72px}
    .section-head h2{font-size:52px}
    .grid{grid-template-columns:1fr 1fr}
    .processing-panel{grid-column:1 / -1}
    .oil-grid{grid-template-columns:repeat(2,1fr)}
  }
  @media (max-width: 860px){
    .container{width:min(100%, calc(100% - 32px))}
    .hero{min-height:auto}
    .hero-inner{padding:56px 0 68px}
    h1{font-size:48px;letter-spacing:-1.5px}
    .section-head h2{font-size:40px}
    .grid,.dual-grid,.oil-grid,.process-grid{grid-template-columns:1fr}
    .mycotoxin-panel::before,.oil-safety::before{width:180px;height:180px;opacity:.12}
    .panel-section{padding:20px 18px 22px}
    .key-apps{padding:12px}
  }

.risk-note{font-size:14px;color:#5d7890;line-height:1.6;padding:8px 0;}
.solution-entry{margin-top:34px;padding-top:10px;}
.solution-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}
.solution-card{background:#fff;border:1px solid #d8e6f2;border-radius:20px;padding:28px;width:100%;height:100%;box-sizing:border-box;min-width:0}
.solution-card h4{font-size:24px;margin:0 0 12px;color:#13365b;}
.solution-card p{color:#5d7890;line-height:1.6;min-height:54px;}
.solution-tags{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0;}
.solution-tags span,.solution-tags a.tag{background:#eef5fb;border-radius:999px;padding:7px 12px;font-size:13px;color:#355470;transition:all .25s ease;cursor:pointer;border:1px solid transparent;text-decoration:none;display:inline-block}
.solution-tags a.tag:hover{background:var(--blue);color:#fff;transform:translateY(-2px);box-shadow:0 4px 14px rgba(31,110,216,.25)}
.solution-card a{color:#1f6ed8;font-weight:700;text-decoration:none;}
@media(max-width:900px){.solution-grid{grid-template-columns:1fr;}.final-cta-inner{flex-direction:column;align-items:flex-start;}.final-cta h2{font-size:32px !important;max-width:100% !important;}}

/* V6.5 visual refinement */
.hero{
 background:
 linear-gradient(90deg,rgba(242,248,253,.96),rgba(242,248,253,.55),rgba(242,248,253,.12)),
 url('golden_oils_and_grains_laboratory_still_life.png') center/cover no-repeat !important;
 border-radius:0 !important;
}
.mycotoxin-panel::before{
 width:700px!important;
 height:430px!important;
 opacity:.95!important;
}
.oil-safety{
 background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,250,239,.96))!important;
 overflow:hidden;
}
.oil-safety::before{
 content:""!important;
 position:absolute!important;
 top:0!important;
 right:0!important;
 width:520px!important;
 height:330px!important;
 background:
 linear-gradient(90deg,rgba(255,252,246,1),rgba(255,252,246,.15)),
 url('oil_bottles_and_ingredients_in_a_modern_lab.png') center/contain no-repeat!important;
 opacity:.32!important;
 pointer-events:none;
}
.oil-safety::after{
 content:""!important;
 position:absolute!important;
 right:-120px!important;
 top:120px!important;
 width:500px!important;
 height:260px!important;
 background:radial-gradient(circle,rgba(238,190,80,.14),transparent 65%)!important;
}
.oil-card:before{
 content:"";
 display:block;
 width:34px;height:34px;
 border-radius:50%;
 background:#eef6ff;
 margin-bottom:10px;
}
.key-apps{
 background:rgba(255,255,255,.95)!important;
}

/* V7.0 Feed template alignment - layout only, content unchanged */
:root{--max:1240px;}
.container{width:min(calc(100% - 44px),var(--max));}
.hero{min-height:520px;}
.hero-inner{padding:56px 0 64px;max-width:720px;}
h1{font-size:clamp(50px,6vw,76px);line-height:1.05;letter-spacing:-2px;}
.section{padding:64px 0 0;}
.panel-section{border-radius:28px;padding:24px 24px 28px;}
.section-head h2{font-size:52px;line-height:1.08;letter-spacing:-1.5px;}
.section-head p{max-width:900px;}
.card{border-radius:20px;padding:16px;}
.grid,.oil-grid{gap:14px;}

.final-cta{
  width:min(calc(100% - 40px), var(--max));
  background:#102f4b;
  padding:82px 0 78px;
  margin:40px auto 0;
  border-radius:24px;
}
.final-cta-inner{
  max-width:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:0 40px;
}
.final-cta h2{
  color:#ffffff;
  font-size:64px;
  line-height:1.05;
  letter-spacing:-2px;
  max-width:900px;
  margin:0;
}
.final-cta-btn{
  flex:none;
  background:#ffffff;
  color:#13365b;
  padding:20px 38px;
  border-radius:999px;
  font-size:18px;
  font-weight:700;
  white-space:nowrap;
}
.final-footer{
  background:#0b263d;
  color:#d8e6f2;
  padding:22px 0;
}
.final-footer-inner{
  width:min(calc(100% - 44px),1240px);
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  font-size:14px;
}

/* CTA adjusted to match Feed & Animal Nutrition page height */
.final-cta{
  padding:56px 0 52px;
}
.final-cta-inner{
  gap:32px;
}
.final-cta h2{
  font-size:46px;
  line-height:1.12;
  letter-spacing:-1px;
  max-width:760px;
}
.final-cta-btn{
  padding:16px 32px;
  font-size:16px;
}
.final-footer{
  padding:18px 0;
}

/* CTA title adjusted to three lines */
.final-cta h2{
  font-size:46px;
  line-height:1.12;
  max-width:820px;
}

/* Distinguish Mycotoxin vs Edible Oil Safety sections more clearly */
.mycotoxin-panel{
  background:linear-gradient(180deg, #f8fbff 0%, #f3f8fe 58%, #eef5fc 100%) !important;
  overflow:hidden;
}
.mycotoxin-panel::before{
  top:-6px !important;
  right:-12px !important;
  width:760px !important;
  height:460px !important;
  opacity:.14 !important;
  background-size:760px auto !important;
}
.mycotoxin-panel::after{
  inset:0 !important;
  height:auto !important;
  background:
    linear-gradient(90deg, rgba(255,255,255,.92) 0%, rgba(248,251,255,.85) 42%, rgba(240,247,253,.45) 72%, rgba(234,242,251,.18) 100%),
    linear-gradient(180deg, rgba(255,255,255,.14) 0%, rgba(234,243,252,.22) 100%) !important;
}

.oil-safety{
  margin-top:44px;
  background:linear-gradient(180deg, #fffaf1 0%, #fff7ea 56%, #fff2df 100%) !important;
  overflow:hidden;
}
.oil-safety::before{
  top:8px !important;
  right:18px !important;
  width:420px !important;
  height:260px !important;
  opacity:.20 !important;
  filter:saturate(1.12) !important;
}
.oil-safety::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,250,242,.90) 0%, rgba(255,248,236,.80) 45%, rgba(247,236,209,.42) 72%, rgba(241,223,185,.18) 100%),
    radial-gradient(circle at 82% 12%, rgba(232,208,138,.30), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(245,227,187,.22), transparent 38%) !important;
  pointer-events:none;
  z-index:1;
}

/* Final refinement: clearer backgrounds + three-line CTA */
.mycotoxin-panel{
  background:#f6faff !important;
}
.mycotoxin-panel::before{
  opacity:.08 !important;
}
.mycotoxin-panel::after{
  background:rgba(255,255,255,.55) !important;
}

.oil-safety{
  background:#fffaf2 !important;
}
.oil-safety::before{
  opacity:.10 !important;
}
.oil-safety::after{
  background:rgba(255,248,235,.62) !important;
}

/* CTA keep same height as Feed page */
.final-cta{
  padding:52px 0 !important;
  margin-bottom: 52px !important;
}
.final-cta h2{
  font-size:44px !important;
  line-height:1.15 !important;
  max-width:760px !important;
}

/* Prevent extra wrapping */

/* V15: clearer section imagery + stronger product-link readability */
.mycotoxin-panel{
  background:linear-gradient(180deg,#f7fbff 0%, #f5f9fd 100%) !important;
  overflow:hidden;
}
.mycotoxin-panel::before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:560px;
  height:320px;
  background:url("../img/grainl-mycotoxin-m.png") right top/contain no-repeat !important;
  opacity:.18 !important;
  pointer-events:none;
  z-index:0;
}
.mycotoxin-panel::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.88) 44%, rgba(245,250,255,.62) 70%, rgba(241,247,253,.34) 100%) !important;
  pointer-events:none;
  z-index:1;
}

.oil-safety{
  background:linear-gradient(180deg,#fffaf3 0%, #fff7ee 100%) !important;
  overflow:hidden;
}
.oil-safety::before{
  content:"";
  position:absolute;
  top:6px;
  right:8px;
  width:500px;
  height:300px;
  background:url("../img/grainl-oil-safety.png") right top/contain no-repeat !important;
  opacity:.7 !important;
  pointer-events:none;
  z-index:0;
}
.oil-safety::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(255,250,242,.94) 0%, rgba(255,250,242,.88) 45%, rgba(255,246,232,.62) 72%, rgba(252,238,211,.30) 100%) !important;
  pointer-events:none;
  z-index:1;
}

/* strengthen card readability */
.mycotoxin-panel .solution-card,
.oil-safety .solution-card,
.mycotoxin-panel .card,
.oil-safety .card{
  background:rgba(255,255,255,.98) !important;
  box-shadow:0 2px 8px rgba(17,45,72,.03);
}

.mycotoxin-panel .solution-card h4{
  color:#13365b !important;
}
.mycotoxin-panel .solution-card p{
  color:#5d7890 !important;
}
.mycotoxin-panel .solution-tags span{
  background:#eef5fb !important;
  color:#48637c !important;
}
.mycotoxin-panel .solution-card a{
  color:#1f6ed8 !important;
  font-weight:800 !important;
}

.oil-safety .solution-card h4{
  color:#13365b !important;
}
.oil-safety .solution-card p{
  color:#5d7890 !important;
}
.oil-safety .solution-card a{
  color:#1f6ed8 !important;
  font-weight:800 !important;
}

/* V16 force CTA title to exactly three lines */
.final-cta h2{max-width:980px !important;font-size:42px !important;line-height:1.12 !important;letter-spacing:-1px !important;}
.final-cta h2 span{display:block;white-space:nowrap;}

/* V17: unified mycotoxin section background, protect readability */
.mycotoxin-panel{
  background:linear-gradient(180deg,#f4f9ff 0%,#f7fbff 45%,#ffffff 100%) !important;
}
.mycotoxin-panel::before{
  opacity:.7 !important;
  width:560px !important;
  height:300px !important;
}
.mycotoxin-panel::after{
  background:linear-gradient(180deg,rgba(244,249,255,.25) 0%,rgba(247,251,255,.35) 45%,rgba(255,255,255,.90) 100%) !important;
}
/* keep all mycotoxin content readable */
.mycotoxin-panel .solution-entry,
.mycotoxin-panel .dual-grid,
.mycotoxin-panel .grid{
 position:relative;
 z-index:3;
}
.mycotoxin-panel .solution-card{
 background:#fff !important;
 border-color:#d8e6f2 !important;
}
.mycotoxin-panel .solution-card h4{
 color:#13365b !important;
}
.mycotoxin-panel .solution-card p{
 color:#5d7890 !important;
}
.mycotoxin-panel .solution-card a{
 color:#1f6ed8 !important;
}

/* V18 hero image + heavy metal planning */
.hero{
  background:linear-gradient(90deg, rgba(241,248,254,.98) 0%, rgba(241,248,254,.96) 34%, rgba(241,248,254,.88) 50%, rgba(241,248,254,.56) 68%, rgba(241,248,254,.28) 100%) !important;
  min-height:520px !important;
}
.hero::before{
  content:"";
  position:absolute;
  top:12px;
  right:0;
  bottom:0;
  width:54%;
  background:url("../img/grainl-hero.png") right center/contain no-repeat;
  opacity:.96;
  pointer-events:none;
  z-index:0;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(241,248,254,1) 0%, rgba(241,248,254,.97) 34%, rgba(241,248,254,.88) 48%, rgba(241,248,254,.50) 67%, rgba(241,248,254,.10) 100%),
    radial-gradient(circle at 84% 18%, rgba(226,194,104,.18) 0 10%, transparent 30%),
    radial-gradient(circle at 87% 26%, rgba(150,203,228,.14) 0 9%, transparent 26%);
  pointer-events:none;
  z-index:0;
}
.hero .container{position:relative;z-index:1;}
.hero-inner{max-width:720px;}

@media (max-width: 980px){
  .hero::before{width:48%; opacity:.70;}
}
@media (max-width: 780px){
  .hero::before{display:none;}
  .hero{min-height:auto !important;}
}

/* V19 hero image from attachment */
.hero::before{width:57% !important; top:0 !important; right:0 !important; background-position:right center !important; background-size:contain !important; opacity:.98 !important;}
.hero::after{background: linear-gradient(90deg, rgba(241,248,254,1) 0%, rgba(241,248,254,.97) 32%, rgba(241,248,254,.88) 48%, rgba(241,248,254,.52) 66%, rgba(241,248,254,.10) 100%), radial-gradient(circle at 84% 18%, rgba(226,194,104,.14) 0 10%, transparent 30%), radial-gradient(circle at 87% 26%, rgba(150,203,228,.10) 0 9%, transparent 26%) !important;}

/* V20 Hero full width image adjustment */
.hero::before{
  width:100% !important;
  height:100% !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  background-position:center center !important;
  background-size:cover !important;
  opacity:1 !important;
}
.hero{
  background:#f1f8fe !important;
}
.hero::after{
  background:
    linear-gradient(90deg,
      rgba(241,248,254,1) 0%,
      rgba(241,248,254,.96) 28%,
      rgba(241,248,254,.72) 45%,
      rgba(241,248,254,.30) 68%,
      rgba(241,248,254,.08) 100%) !important;
}

/* V21 Processing Control refinement */
.process-col{
  min-height:220px !important;
}
.process-name{
  min-height:72px !important;
  align-items:flex-start !important;
}
.process-label{
  margin-top:4px !important;
  margin-bottom:8px !important;
}
.process-value{
  min-height:auto !important;
  display:flex !important;
  flex-direction:column !important;
  gap:5px !important;
}
.process-value span,
.process-value div{
  display:block;
}
.process-value span::before,
.process-value div::before{
  content:"•";
  margin-right:7px;
  color:#55728b;
}

/* V22 oil safety card icons + heavy metals refinement */
.oil-card:before{
  display:none !important;
}
.oil-card .card-header{
  align-items:center;
}
.oil-card .icon-box{
  flex:none;
}

/* Solution cards alignment refinement */
.recommended-solutions .solution-card,
.solution-card{
  display:flex;
  flex-direction:column;
}
.solution-card .solution-tags{
  min-height:auto;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.solution-card .solution-tag{
  padding-left:12px;
  padding-right:12px;
  white-space:nowrap;
}
.solution-card .solution-link,
.solution-card a{
  margin-top:auto;
}

/* Fix toxin tag wrapping */
.solution-card .solution-tag,
.solution-tag {
    white-space: nowrap !important;
    min-width: auto !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.solution-tags {
    flex-wrap: wrap !important;
    gap: 7px !important;
}

/* V3 fix toxin tags: keep T-2 horizontal */
.solution-tags{
    display:flex !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    gap:8px !important;
}
.solution-tags span{
    display:inline-flex !important;
    width:auto !important;
    min-width:42px !important;
    height:32px !important;
    padding:0 12px !important;
    align-items:center !important;
    justify-content:center !important;
    white-space:nowrap !important;
    word-break:keep-all !important;
    overflow-wrap:normal !important;
}

/* Edible oil risk control cards footer alignment */
.card-footer-note{
  margin-top:16px;
  padding-top:12px;
  border-top:1px solid #e5edf5;
  color:#5d7890;
  line-height:1.5;
}

