/* FINAL WealSure logo colors — loaded last */
.wealsure-header .brand .logo-weal,
header .brand .logo-weal,
.brand .logo-weal {
  color: #16A34A !important;
  -webkit-text-fill-color: #16A34A !important;
}
.wealsure-header .brand .logo-sure,
header .brand .logo-sure,
.brand .logo-sure {
  color: #DC2626 !important;
  -webkit-text-fill-color: #DC2626 !important;
}
.footbrand .brand .logo-weal,
footer .brand .logo-weal {
  color: #16A34A !important;
  -webkit-text-fill-color: #16A34A !important;
}
.footbrand .brand .logo-sure,
footer .brand .logo-sure {
  color: #DC2626 !important;
  -webkit-text-fill-color: #DC2626 !important;
}
