/* Styles for NIK Analyzer & Validator */

/* Reset conflicts with Tailwind */
.error-input {
  border-color: #ef4444 !important;
  background-color: #fef2f2 !important;
}

/* Print styles */
@media print {
  body {
    background: white !important;
  }
  
  .no-print {
    display: none !important;
  }
  
  .print-shadow {
    box-shadow: none !important;
  }
  
  button {
    display: none !important;
  }
}
