.app-site-credit {
  box-sizing: border-box;
  display: block;
  position: static;
  clear: both;
  flex: 0 0 auto;
  grid-column: 1 / -1;
  width: 100%;
  max-width: 100%;
  margin: 20px 0 0;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px));
  border: 0;
  background: none;
  color: var(--text-muted, #52695b);
  font-family: "IBM Plex Sans Thai", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  overflow-wrap: anywhere;
}
.app-site-credit span { display: inline-block; max-width: 100%; }
body.dark-mode .app-site-credit { color: var(--text-muted, #a8b9af); }
.welcome-panel .app-site-credit { margin-top: 14px; }
.deny-card .app-site-credit { margin-top: 0; padding-bottom: 16px; }
.app-home-page .app-site-credit,
.page-admin-panel .app-site-credit { padding-inline: 80px; }
@media print {
  .app-site-credit { display: none !important; }
}
