/* Container zoals je andere Allpps apps */
.app {
  width: 100%;
  max-width: 600px;
  margin: 4rem auto;
  padding: 1rem;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

/* Item container */
.ab100-item {
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease, border-left 0.2s ease;
  border-left: 6px solid transparent;
}

/* Groen markeren bij Tijd besteed > 0 */
.ab100-done {
  background: #e8f8ec;
  border-left: 6px solid #2ecc71;
}

.ab100-left {
  display: flex;
  flex-direction: column;
}

.ab100-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.ab100-duration {
  font-size: 14px;
  color: #777;
}

.ab100-btn {
  padding: 8px 14px;
  background: #005adc;
  color: white;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.2s ease;
}

.ab100-btn:hover {
  background: #0041a3;
}

.ab100-item.ab100-done {
  background: #e8f8ec !important;
  border-left: 6px solid #2ecc71 !important;
}

.ab100-path-section {
  margin-bottom: 20px;
}

.ab100-path-header {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin: 16px 4px 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.ab100-path-section {
  margin-bottom: 20px;
  display: block; /* Standaard is het zichtbaar */
}

.ab100-path-header {
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin: 16px 4px 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ab100-toggle-btn {
  background-color: #005adc;
  color: white;
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.ab100-toggle-btn:hover {
  background-color: #0041a3;
}

.ab100-item {
  background: white;
  border-radius: 12px;
  padding: 16px 20px;
  margin-bottom: 14px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease, border-left 0.2s ease;
  border-left: 6px solid transparent;
}

.ab100-done {
  background: #e8f8ec;
  border-left: 6px solid #2ecc71;
}

/* Groepen per Path (AI Fluency, AI Engineer, ...) */
.ab100-path-section {
  margin-bottom: 20px;
}

/* Klikbare header met voortgang en chevron */
.ab100-path-header {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #666;
  margin: 16px 0 6px;
  padding: 4px 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.ab100-path-name {
  margin-right: 8px;
}

.ab100-path-progress {
  font-size: 11px;
  font-weight: 500;
  opacity: 0.8;
  margin-right: 8px;
}

.ab100-path-chevron {
  font-size: 11px;
  transition: transform 0.2s ease;
}

/* Ingeklapte staat */
.ab100-path-section.collapsed .ab100-path-content {
  display: none;
}

.ab100-path-section.collapsed .ab100-path-chevron {
  transform: rotate(-90deg);
}
