/*
 * Final contrast guard for the public audit report.
 * This is intentionally loaded after the migrated Webflow stylesheet so report
 * numbers and recommendations cannot inherit a low-contrast dark text colour.
 */
#free-seo-audit #sba-results.sbar-report .sbar-score-card {
  color: #fff !important;
  background: linear-gradient(145deg, #29292f 0%, #17171a 62%, #111113 100%) !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-score-card .sbar-score {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .32) !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-score-card .sbar-score-label {
  color: #f5f7fb !important;
  -webkit-text-fill-color: #f5f7fb !important;
  opacity: 1 !important;
  font-weight: 750 !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-score-card .sbar-score-outof {
  color: #dbe0e8 !important;
  -webkit-text-fill-color: #dbe0e8 !important;
  opacity: 1 !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-score-card .sbar-score-issue {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-unlock {
  color: #fff !important;
  background: linear-gradient(135deg, #242429 0%, #161619 58%, #202025 100%) !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-unlock .sbar-kicker {
  color: #ffc3af !important;
  -webkit-text-fill-color: #ffc3af !important;
  opacity: 1 !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-unlock-title {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  opacity: 1 !important;
  text-shadow: none !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-unlock-note {
  color: #f1f3f7 !important;
  -webkit-text-fill-color: #f1f3f7 !important;
  opacity: 1 !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-unlock-benefits li {
  color: #e0e5ed !important;
  -webkit-text-fill-color: #e0e5ed !important;
  opacity: 1 !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-unlock-benefits li::before {
  color: #ff9d75 !important;
}

#free-seo-audit #sba-results.sbar-report .sbar-unlock-trust {
  color: #cbd2dc !important;
  -webkit-text-fill-color: #cbd2dc !important;
  opacity: 1 !important;
}
