.powered-by-footer {
  width: 100%;
  padding: 22px 16px;
  text-align: center;
}

.powered-by-footer a {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  color: #77666d;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 0;
  text-decoration: none;
  transition: color .18s ease;
}

.powered-by-footer strong {
  color: #4a0c21;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

.powered-by-footer a:hover,
.powered-by-footer a:focus-visible {
  color: #4a0c21;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.powered-by-footer a:focus-visible {
  outline: 2px solid rgba(74, 12, 33, .28);
  outline-offset: 5px;
  border-radius: 2px;
}

.powered-by-public {
  padding-bottom: calc(var(--nav-h) + 24px + env(safe-area-inset-bottom, 0px));
  background: #fffaf6;
  border-top: 1px solid rgba(94, 16, 43, .08);
}

.powered-by-admin {
  padding: 18px 12px 4px;
}

.powered-by-login {
  padding: 18px 8px 0;
}

.powered-by-login a,
.powered-by-login strong {
  color: rgba(255, 255, 255, .82);
}

@media (min-width: 768px) {
  .powered-by-public {
    padding-bottom: 24px;
  }
}
