body {
  font-size: 0.95rem;
}

.receipt-sheet {
  max-width: 820px;
  padding: 32px;
}

.receipt-title {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.receipt-logo,
.settings-logo-preview {
  max-height: 90px;
  max-width: 180px;
  object-fit: contain;
}

.auth-body {
  min-height: 100vh;
}

@media print {
  body {
    background: #fff !important;
  }

  .no-print,
  .btn,
  .alert,
  .container > .d-flex:first-child {
    display: none !important;
  }

  .receipt-sheet {
    box-shadow: none !important;
    max-width: 100%;
    padding: 0;
  }
}
