/**
 * Planning department — lecture plan accordion pages
 */
body.dept-theme-plan .plan-lecture-plans,
body.dept-theme-plan .plan-lecture-plans h1,
body.dept-theme-plan .plan-lecture-plans h2,
body.dept-theme-plan .plan-lecture-plans h3,
body.dept-theme-plan .plan-lecture-plans li,
body.dept-theme-plan .plan-lecture-plans p,
body.dept-theme-plan .plan-lecture-plans span {
  color: #1e293b !important;
}

.plan-lecture-plans .plan-lp-intro {
  color: #64748b !important;
  margin-bottom: 1.5rem;
  line-height: 1.65;
}

.plan-lecture-plans .plan-lp-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.plan-lecture-plans .plan-lp-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.9rem;
  border-radius: 8px;
  background: #ecfdf5;
  color: #047857 !important;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
  border: 1px solid #a7f3d0;
}

.plan-lecture-plans .plan-lp-nav a:hover {
  background: #d1fae5;
}

.plan-lecture-plans .plan-lp-related {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
}

.plan-lecture-plans .plan-lp-related a {
  color: #1d4ed8 !important;
  font-weight: 600;
  text-decoration: none;
}

.plan-lecture-plans .plan-lp-related a:hover {
  text-decoration: underline;
}

.plan-lecture-plans .cbp-ntaccordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-lecture-plans .cbp-nttrigger {
  display: block;
  padding: 0.9rem 1rem;
  margin: 0 0 0.5rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  color: #0f172a !important;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.plan-lecture-plans .cbp-nttrigger:hover,
.plan-lecture-plans .cbp-nttrigger.cbp-nttrigger-active {
  background: #ecfdf5;
  border-color: #6ee7b7;
}

.plan-lecture-plans .cbp-ntcontent {
  padding: 0.25rem 0 1rem 0.5rem;
}

.plan-lecture-plans .cbp-ntsubaccordion {
  list-style: none;
  margin: 0;
  padding: 0;
}

.plan-lecture-plans .cbp-ntsubaccordion li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  margin-bottom: 0.35rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
}

.plan-lecture-plans .cbp-ntsubaccordion a {
  color: #1d4ed8 !important;
  text-decoration: none;
  font-weight: 500;
}

.plan-lecture-plans .cbp-ntsubaccordion a:hover {
  text-decoration: underline;
}

.plan-lecture-plans .cbp-ntsubaccordion img {
  flex-shrink: 0;
}
