/* Pizza Style Profiler v119E.3.6.99.4.1 — iPhone Acceptance Corrections */
/* Numbered Quick Nav tiles: keep the green title cap, but return the description area to a light background. */
.pspWorkflowTileV45{
  background:transparent!important;
  color:#223333!important;
}
.pspWorkflowTileV45 .pspWorkflowDescV45{
  color:#223333!important;
  background:transparent!important;
  text-shadow:none!important;
}
/* Guidance actions and any dark-green controls found by the runtime audit use light text. */
.pspV98GuidanceLink{
  background:var(--italy-green,#0b6b35)!important;
  color:#fff!important;
  border-color:var(--italy-green-dark,#064d27)!important;
  text-shadow:0 1px 1px rgba(0,0,0,.22)!important;
}
.pspV94RestoreBtn,.pspV94RestoreAll,.pspV981ForceLightText{
  color:#fff!important;
  text-shadow:0 1px 1px rgba(0,0,0,.22)!important;
}
.pspV981ForceLightText *{color:#fff!important;}
/* Preserve clear disabled-state distinction. */
.pspV981ForceLightText[disabled],.pspV981ForceLightText[aria-disabled="true"]{opacity:.58;}
