/* The guest signature is shared unchanged across every surface. */
.kt-system-footer {
  box-sizing: border-box;
  width: 100%;
  align-self: stretch;
  flex: 0 0 auto;
  margin: auto 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.kt-system-credit {
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 2px 0 0;
  padding: 5px max(16px, env(safe-area-inset-right, 0px)) max(7px, env(safe-area-inset-bottom, 0px)) 16px;
  color: #748279;
  opacity: .68;
  font-family: "Figtree", sans-serif;
  font-size: 8px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .075em;
  text-align: right;
  text-transform: uppercase;
}
.kt-system-credit span { color: inherit; font-weight: 700; }
@media print {
  .kt-system-footer { display: none; }
}
