button#back-to-top-button {
  position: fixed;
  z-index: 1;
  right: 4px;
  bottom: 4px;
  display: none;
  border-radius: .5rem;
  line-height: 1;
  padding: .6666rem .75rem;
  background-color: var(--bb-footer-background) !important;
  color: var(--bb-footer-text-color) !important;
  border: solid 1px var(--bb-footer-text-color) !important;
}
@media (min-width: 980px) {
  button#back-to-top-button {
    right: 26px;
    bottom: 26px;
  }
}
button#back-to-top-button:hover {
  color: var(--bb-footer-background) !important;
  background-color: var(--bb-footer-text-color) !important;
}
#back-to-top-button:before {
  display: block;
  content: "\25b2";
}

#back-to-top-button--visually-hidden-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}