/* Digitana Accounting: mobile Seitengeometrie ohne fixierten Footer. */
.site-shell.accounting-shell {
  width: 100%;
  min-height: 100dvh;
  height: auto;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.accounting-footer__inner {
  min-height: 92px;
  padding: 0.42rem 0.7rem;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.22rem;
  justify-items: center;
  text-align: center;
  font-size: 0.72rem;
}

.accounting-footer__operator {
  display: block;
  text-align: center;
}

.accounting-footer__center {
  gap: 0.12rem;
}

.accounting-footer__brand {
  min-width: 0;
}

.accounting-footer__brand img {
  width: 96px;
}
