/* Production clarity hotfix.
   Keep the restored dashboard layout unchanged; only remove the hazy gradients. */
.operations-dashboard {
  background: #f2f5f9 !important;
}

.operations-dashboard::before {
  display: none !important;
  background: none !important;
}
