/* Niveau-4 module-specifieke stijl (bovenop de Case Security style.css). */

.progressbar {
  background: #334155;
  border-radius: 8px;
  height: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.progressfill {
  background: #22c55e;
  height: 100%;
  width: 0;
  transition: width .3s ease;
}

section.module-sectie {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
  margin: 22px 0;
  scroll-margin-top: 80px;
}
section.module-sectie > h2 { margin-top: 0; }

.sectie-nr {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  border-radius: 999px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  margin-right: 8px;
}
.badge-done {
  display: none;
  color: #16a34a;
  font-weight: bold;
  margin-left: 8px;
}

.theorie p { margin-bottom: 12px; }
.theorie ul { margin: 8px 0 12px 22px; }

.labbox {
  background: #0f172a;
  color: #e2e8f0;
  border-radius: 12px;
  padding: 20px 22px;
  line-height: 1.7;
}
.labbox ol { margin-left: 20px; }
.labbox li { margin-bottom: 8px; }
.labbox code {
  background: #1e293b;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: Consolas, monospace;
}

.checklist label,
.rubriek label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f8fafc;
  border: 1px solid #dbe3ef;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 8px;
  cursor: pointer;
}
.checklist input,
.rubriek input { margin-top: 3px; transform: scale(1.15); }

#stepnav a { font-size: 14px; }

.afrondblok {
  background: #dcfce7;
  border-left: 6px solid #16a34a;
  border-radius: 12px;
  padding: 20px;
  margin-top: 24px;
}
