/* =========================================================================
   qa-fixes-automations.css — Automations page fixes. Scope: .rp-automations only.
   Do NOT fork shared synced block 7270 (rp-awards / .rp-kawards); these are
   page-scoped overrides layered on top of assets/css/components/awards.css.
   ========================================================================= */

/* -------------------------------------------------------------------------
   Awards / trust-badges band = LIGHT on Automations (Greg: Figma is truth).
   Figma frame 10136-6665 renders the band on light lavender (sampled #F0F4FE),
   same treatment as Org Chart — NOT the default navy. Colours match the shared
   "Badges Desktop / New" light variant:
     • band background : #F0F4FE  (Primary/20 — light periwinkle)
     • heading line 1 "Trusted by Customers," : #114EF7 (blue)   -> .fb-awards-h-gold
     • heading line 2 "Recognized by Experts" : #000000 (black)  -> .fb-awards-h-white
     • eyebrow "Award-Winning Performance"    : #3E70F8 (blue, text + border)
   Only repaints the band on .rp-automations; every other page keeps navy.
   ------------------------------------------------------------------------- */
.rp-automations .rp-kawards .fb-awards         { background: #F0F4FE; }
.rp-automations .rp-kawards .fb-awards-h-gold   { color: #114EF7; } /* "Trusted by Customers," */
.rp-automations .rp-kawards .fb-awards-h-white  { color: #000000; } /* "Recognized by Experts" */
.rp-automations .rp-kawards .fb-awards-eyebrow          { color: #3E70F8; border-color: #3E70F8; }
.rp-automations .rp-kawards .fb-awards-eyebrow svg path { fill: #3E70F8; }

/* Edge-fade gradients + Leader-badge glow are navy-tuned; recolour to the light
   bg + hide the dark radial glow (same approach as Org Chart / .rp-kawards--white). */
.rp-automations .rp-kawards .fb-awards-fade-left  { background: linear-gradient(90deg,  #F0F4FE 0%, rgba(240,244,254,0) 100%); }
.rp-automations .rp-kawards .fb-awards-fade-right { background: linear-gradient(270deg, #F0F4FE 0%, rgba(240,244,254,0) 100%); }
.rp-automations .rp-kawards .fb-awards-leader-bg  { display: none; }
