:is(
  .bookmark-toggle,
  .pin-toggle,
  .follow-toggle,
  .mute-toggle
) {
  display: inline;
  width: fit-content;
}

:is(.bookmark-toggle, .pin-toggle, .follow-toggle, .mute-toggle) form,
:is(.bookmark-toggle, .pin-toggle, .follow-toggle, .mute-toggle) button {
  flex-grow: 0;
  flex-shrink: 0;
  width: fit-content;
  padding: 0;
  margin: 0;
}

:is(.bookmarked, .pinned, .following) { color: var(--color--bookmark); }

.not-bookmarked,
.not-pinned,
.not-following,
.not-muted {
  color: var(--color--bookmark-inactive);

  &:hover { color: var(--color--bookmark-inactive-hover); }
}
