/* Links editoriais em superfícies escuras */
.bm-page .bm-why .reason-grid a,
.bm-page .waba-onboarding .prep-note a {
  color: #fff;
  font-weight: 700;
  text-decoration-color: #19dfc2;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.bm-page .bm-why .reason-grid a:hover,
.bm-page .waba-onboarding .prep-note a:hover {
  color: #19dfc2;
}

.bm-page .bm-difference .compare-grid a,
.bm-page .bm-difference .role-stack h3 a {
  color: #07152f;
  font-weight: 700;
  text-decoration-color: #0878f9;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.bm-page .bm-difference .compare-grid a:hover,
.bm-page .bm-difference .role-stack h3 a:hover {
  color: #0878f9;
}
