.footer-note {
  position: relative;
}

.footer-note .admin-access-mini {
  position: absolute;
  right: 8px;
  top: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  color: rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 7px;
  text-decoration: none;
  transform: translateY(-50%);
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.footer-note .admin-access-mini svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-note .admin-access-mini:hover {
  color: rgba(255, 255, 255, .82);
  background: rgba(255, 255, 255, .09);
  border-color: rgba(255, 255, 255, .22);
}

.footer-note .admin-access-mini:focus-visible {
  outline: 2px solid rgba(255, 255, 255, .45);
  outline-offset: 3px;
}

@media (max-width: 720px) {
  .footer-note {
    padding-bottom: 38px;
  }

  .footer-note .admin-access-mini {
    right: 0;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
