/* "Licensed" badge used to mark sections covering commercial add-on features.
   Links to the central #licensing section. */
.licensed {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 0.15em 0.6em;
  font-size: 0.55em;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 1em;
  color: #ffffff;
  background-color: var(--md-accent-fg-color);
}

.licensed:visited,
.licensed:link {
  color: #ffffff;
}

.licensed:hover {
  opacity: 0.85;
}
