/* Multi-factor authentication (MFA) styles */

/* QR code image styling */
.inline-style-976c6550 {
  max-width: 300px;
  border: 2px solid #ccc;
  padding: 10px;
}

/* Authenticator secret display */
.inline-style-8fd335cc {
  font-size: 1.2em;
  word-break: break-all;
}

/* Recovery code display */
.inline-style-b07d311d {
  font-size: 1.1em;
}

/* Print styles for recovery codes */
@media print {
  .btn,
  .card-footer,
  nav,
  footer {
    display: none !important;
  }

  .card {
    border: none !important;
    box-shadow: none !important;
  }
}
