.site-credit {
  position: absolute;
  z-index: 10;
  right: 20px;
  bottom: 18px;
  padding: 5px 10px;
  border-radius: 99px;
  color: #fff;
  background: rgb(24 42 58 / 58%);
  font: 700 12px/1.2 "Nunito", system-ui, sans-serif;
  pointer-events: none;
}

@media (max-width: 700px) {
  .site-credit {
    right: 12px;
    bottom: calc(62px + env(safe-area-inset-bottom));
    font-size: 11px;
  }
}
