.elementor-974 .elementor-element.elementor-element-100fba1{--display:flex;}.elementor-974 .elementor-element.elementor-element-4dbfa3e{background-color:#020101;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-974 .elementor-element.elementor-element-4dbfa3e{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-4dbfa3e */.lab-reports {
  background-color: #0B0E17;
  color: #E0E0E0;
  padding: 80px 30px;
  text-align: center;
  font-family: 'Inter', sans-serif;
}

.lab-reports .hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #FFFFFF;
}

.lab-reports .hero h1 span { color: #FFD35A; }

.lab-reports .hero p {
  max-width: 700px;
  margin: 15px auto 40px auto;
  font-size: 18px;
  color: #B0B0B0;
}

.divider {
  height: 2px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
  background: linear-gradient(to right, transparent, #FFD35A, transparent);
  opacity: 0.8;
  box-shadow: 0 0 8px rgba(255, 211, 90, 0.3);
}

/* Controls */
.controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

#searchInput {
  background-color: #111421;
  border: 1px solid #FFD35A;
  color: #FFD35A;
  padding: 12px 20px;
  border-radius: 8px;
  width: 280px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
}

#searchInput::placeholder {
  color: #B0B0B0;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.filter-btn {
  background-color: #111421;
  color: #FFD35A;
  border: 1px solid #FFD35A;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background-color: #FFD35A;
  color: #0B0E17;
  box-shadow: 0 0 12px rgba(255, 211, 90, 0.5);
}

/* Cards grid */
.reports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.report-card {
  background-color: #111421;
  border-radius: 16px;
  padding: 25px 20px;
  transition: all 0.35s ease;
}

.report-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(255, 211, 90, 0.15);
}

.report-card h2 {
  font-family: 'Playfair Display', serif;
  color: #FFD35A;
  margin-bottom: 18px;
  font-size: 20px;
}

.report-card .btn {
  display: inline-block;
  padding: 10px 26px;
  background-color: #FFD35A;
  color: #0B0E17;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.report-card .btn:hover {
  background-color: #E6C04E;
  box-shadow: 0 0 18px rgba(255, 211, 90, 0.4);
}
/* Gouden omlijning rond lab cards */
.report-card {
  background: #111421;
  border: 1px solid rgba(255, 211, 90, 0.4);
  border-radius: 16px;
  padding: 25px 20px;
  transition: all 0.35s ease;
  box-shadow: 0 0 8px rgba(255, 211, 90, 0.05);
}

.report-card:hover {
  transform: translateY(-6px);
  border-color: #FFD35A;
  box-shadow: 0 0 18px rgba(255, 211, 90, 0.25);
}/* End custom CSS */