/* The gate measures the section root [data-section-key='doc-back-link']; the source
   anchor [data-dc-tpl='7'] carries the visual target, so style the root inline. */
.doc-back-link {
  display: inline;
  font-family: Archivo, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgb(20, 20, 20);
  background-color: transparent;
}

.doc-back-link__link {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none;
}

.doc-back-link__link:hover {
  opacity: 0.7;
}
