/* Wyniki badań laboratoryjnych - style CSS */

body {
  background: #f5f7fa;
  min-height: 100vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.card {
  border: 1px solid #e0e6ed;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 1.5rem;
}

.card-header {
  background: #ffffff;
  border-bottom: 2px solid #2c3e50;
}

.card-header h5 {
  margin: 0;
  color: #2c3e50;
  font-weight: 600;
}

.table {
  margin-bottom: 0;
}

.table thead th {
  background: #f8f9fa;
  color: #2c3e50;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid #2c3e50;
  padding: 1rem 0.75rem;
}

.table tbody tr {
  transition: all 0.2s ease;
  border-bottom: 1px solid #e0e6ed;
}

.table tbody tr:hover {
  background-color: #f8f9fa;
}

.table-primary-alt {
  background-color: #ffffff;
  font-weight: 500;
}

.table-primary-alt:hover {
  background-color: #f8f9fa !important;
}

.table-secondary {
  background-color: #f8f9fa;
  border-left: 3px solid #27ae60;
}

.table-secondary:hover {
  background-color: #f0f4f8;
}

.table-secondary small {
  color: #555;
}

.result-value {
  font-weight: 600;
  color: #2c3e50;
  font-size: 0.95rem;
}

.card-footer {
  background: #f8f9fa;
  border-top: 1px solid #e0e6ed;
}

.input-group-text {
  background: #f8f9fa;
  color: #2c3e50;
  border: 1px solid #e0e6ed;
}

.btn-primary {
  background: #2c3e50;
  border: none;
}

.btn-primary:hover {
  background: #1a252f;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.2);
}

.badge {
  font-weight: 500;
  padding: 0.5rem 0.75rem;
}

.badge-success {
  background: #27ae60 !important;
}

.badge-warning {
  background: #f39c12 !important;
}

.badge-secondary {
  background: #95a5a6 !important;
}

/* Przyciski pobierania */
.download-btn {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0.3rem;
  background: #2c3e50;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.2s ease;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid #2c3e50;
}

.download-btn:hover {
  background: #ffffff;
  color: #2c3e50;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.2);
  text-decoration: none;
}

.download-btn i {
  margin-right: 0.5rem;
}

/* Usuń spinner ze wszystkich przycisków */
.download-btn::before,
.download-btn::after {
  display: none !important;
}

.download-btn span::before,
.download-btn span::after {
  display: none !important;
}

.download-btn .spinerek {
  display: none !important;
}

.download-btn .hidden {
  display: none !important;
}
