/*
 * Edit-pencil visibility.
 * Hidden for everyone by default; assets/edit-visibility.js reveals it
 * only for the editor allowlist (Growth Strategists + leadership).
 * Fail-closed: if the identity check fails, no pencil shows.
 */
.md-content__button {
  display: none !important;
}

.wiki-can-edit .md-content__button {
  display: inline-block !important;
}
