.preflight-report-container {
  background-color: #f9f9f9;
  border-left: 4px solid #007bff;
  padding: 1rem;
  margin-top: 0.5rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.preflight-report {
  background-color: #f8f9fa;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 1.25rem;
  margin-top: 1rem;
  font-family: 'Segoe UI', sans-serif;
  font-size: 0.95rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.preflight-report h4 {
  margin-top: 0;
  color: #cc0000;
  font-size: 1.1rem;
  font-weight: bold;
}

.preflight-report .pass {
  color: green;
}

.preflight-report .fail,
.preflight-report .warning {
  color: #e67e22; /* Warning orange */
}

.preflight-report .section-title {
  font-weight: bold;
  margin-top: 1rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.25rem;
}

.preflight-report ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: 0.5rem;
}

.preflight-report li {
  margin-bottom: 0.35rem;
}

.preflight-report .report-img {
  max-width: 100%;
  margin-top: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 6px;
}

#pdf-upload {
    display: none !important;
}

.pdf-upload-item {
    display: none !important;
}