/* Strategic component profiles inherit the shared material-profile layout. */
.component-profile .section-kicker {
  color: var(--material-observed);
}

.component-profile .map-marker[data-state="SITE_RESOLVED"] {
  background: var(--material-observed);
}

.component-profile .taxonomy-code[data-state="SITE_RESOLVED"] {
  color: var(--material-observed);
}

.component-profile .taxonomy-code[data-state="OPERATOR_ONLY_SITE_UNRESOLVED"],
.component-profile .taxonomy-code[data-state="NOT_DISCLOSED"] {
  color: var(--material-unknown);
}

.component-profile .taxonomy-code[data-state^="REPORTED_"] {
  color: var(--material-reported);
}
