.schedule-plan-replica-tutor-recommendation-pane.planning-custom-recommendation-active
  .schedule-plan-replica-tutor-recommendation-scroll
  > :not(.planning-custom-recommendation-root) {
  display: none !important;
}

.planning-custom-recommendation-root {
  min-height: 100%;
}

.planning-custom-week,
.planning-custom-chapter {
  overflow: hidden;
  border: 1px solid #e1e5ef;
  border-radius: 10px;
  background: #fff;
}

.planning-custom-week + .planning-custom-week,
.planning-custom-chapter + .planning-custom-chapter {
  margin-top: 9px;
}

.planning-custom-week > header,
.planning-custom-chapter > header {
  min-height: 42px;
  padding: 8px 10px;
  border-bottom: 1px solid #edf0f5;
  background: #fbfcff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.planning-custom-week.is-located {
  border-color: #ccd3f8;
}

.planning-custom-week.is-located > header {
  background: #f6f7ff;
}

.planning-custom-week > header {
  padding: 0;
  display: block;
}

.planning-custom-week.is-collapsed > header {
  border-bottom-color: transparent;
}

.planning-week-toggle {
  width: 100%;
  min-height: 48px;
  padding: 6px 8px;
  border: 0;
  border-radius: 9px 9px 0 0;
  color: inherit;
  background: transparent;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto 24px;
  align-items: center;
  gap: 9px;
  text-align: left;
  cursor: pointer;
}

.planning-custom-week.is-collapsed .planning-week-toggle {
  border-radius: 9px;
}

.planning-week-toggle:hover {
  background: rgba(255, 255, 255, .48);
}

.planning-week-toggle:focus-visible {
  outline: 2px solid rgba(101, 116, 252, .3);
  outline-offset: 2px;
}

.planning-week-sequence {
  width: 30px;
  height: 30px;
  border: 1px solid #dce1ec;
  border-radius: 8px;
  color: #747d93 !important;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 10px !important;
  font-weight: 750;
}

.planning-custom-week.is-located .planning-week-sequence {
  color: #fff !important;
  border-color: #6574fc;
  background: #6574fc;
}

.planning-week-heading-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.planning-week-heading-copy > em {
  height: 19px;
  padding: 0 7px;
  border-radius: 10px;
  background: #eef1f7;
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-style: normal;
  font-weight: 650;
}

.planning-custom-week.is-located .planning-week-heading-copy > em {
  color: #5967e4;
  background: #ecefff;
}

.planning-week-summary {
  color: #8b93a8 !important;
  font-size: 9px !important;
  white-space: nowrap;
}

.planning-week-toggle-icon {
  color: #8790a6;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  transition: transform .16s ease;
}

.planning-custom-week.is-collapsed .planning-week-toggle-icon {
  transform: rotate(-90deg);
}

.planning-custom-week > .schedule-plan-replica-tutor-sessions[hidden] {
  display: none;
}

.planning-custom-week > header > div,
.planning-custom-chapter > header > div {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.planning-custom-week > header strong,
.planning-custom-chapter > header strong {
  color: #353b52;
  font-size: 12px;
  font-weight: 650;
}

.planning-custom-week > header em,
.planning-custom-week > header span,
.planning-custom-chapter > header em {
  color: #8b93a8;
  font-size: 9px;
  font-style: normal;
}

.planning-custom-chapter > header span {
  height: 19px;
  padding: 0 7px;
  border-radius: 10px;
  color: #6574e7;
  background: #eef1ff;
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 650;
}

.planning-custom-week > .schedule-plan-replica-tutor-sessions {
  padding: 10px 9px 9px;
}

.planning-custom-week .planning-custom-session {
  padding: 0;
}

.planning-custom-week .planning-custom-session + .planning-custom-session {
  margin-top: 16px;
  border-top: 0;
}

.planning-custom-week .planning-custom-session > header {
  min-height: 34px;
  padding: 2px 2px 5px;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.planning-custom-week .planning-custom-session > header > div {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.planning-custom-week .planning-custom-session > header strong {
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: block;
  color: #596079;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.planning-custom-week .planning-custom-session > header span {
  color: #9298aa;
  font-size: 9px;
  line-height: 1.3;
}

.planning-custom-week .planning-custom-session.is-over > header span {
  color: #b35c52;
}

.planning-custom-week .planning-custom-session.is-over > header {
  border-color: transparent;
  background: transparent;
}

.planning-custom-week .planning-custom-session > header button {
  height: 28px;
  flex: 0 0 auto;
  padding: 0 10px;
  border: 1px solid #cad2fa;
  border-radius: 14px;
  color: #5361e5;
  background: #f8f9ff;
  font-size: 9px;
  font-weight: 650;
}

@container (max-width: 620px) {
  .planning-week-toggle {
    grid-template-columns: 32px minmax(0, 1fr) 22px;
  }

  .planning-week-summary {
    grid-column: 2;
  }

  .planning-week-toggle-icon {
    grid-column: 3;
    grid-row: 1 / 3;
  }
}

.planning-custom-session > div,
.planning-bound-resource-list,
.planning-knowledge-point-resource-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.planning-custom-week .planning-custom-session > header + div {
  margin-top: 3px;
}

.planning-recommendation-row {
  min-height: 78px;
  padding: 10px 11px;
  align-items: center;
  gap: 9px;
}

.planning-recommendation-row.is-school-progress {
  border-color: #c5cdf8;
  background: #fafbff;
  box-shadow: inset 3px 0 0 #7a87ef;
}

.planning-recommendation-row > label,
.planning-recommendation-row > .planning-assigned-member-spacer,
.planning-recommendation-row > .schedule-plan-replica-tutor-preview {
  align-self: center;
}

.planning-assigned-member-spacer {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

.planning-recommendation-row .schedule-plan-replica-tutor-recommendation-title {
  min-height: 18px;
  gap: 6px;
}

.planning-recommendation-row .schedule-plan-replica-tutor-recommendation-title > strong {
  min-width: 0;
  flex: 0 1 auto;
  font-size: 12px;
}

.planning-recommendation-row .planning-learning-status,
.planning-recommendation-row .planning-assignment-status {
  flex: 0 0 auto;
  height: 17px;
  padding: 0 6px;
  font-size: 9px;
  font-weight: 600;
}

.planning-recommendation-row .planning-learning-status.is-completed {
  color: #267157;
  background: #eaf6f0;
}

.planning-recommendation-row .planning-learning-status.is-in-progress {
  color: #8a5d26;
  background: #fff4df;
}

.planning-recommendation-row .planning-assignment-status.is-assigned {
  color: #5664d8;
  background: #eef0ff;
}

.planning-knowledge-point-heading .planning-assignment-status.is-assigned {
  flex: 0 0 auto;
  height: 17px;
  padding: 0 6px;
  border-radius: 9px;
  color: #5664d8;
  background: #eef0ff;
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 600;
}

.planning-new-recommendation {
  flex: 0 0 auto;
  height: 17px;
  padding: 0 6px;
  border-radius: 9px;
  color: #3f74b8;
  background: #eaf4ff;
  display: inline-flex;
  align-items: center;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: .02em;
}

.planning-recommendation-row.is-frozen {
  background: #fafbfc;
}

.planning-recommendation-row.is-frozen > label {
  cursor: not-allowed;
}

.planning-recommendation-meta {
  min-width: 0;
  margin-top: 4px;
  color: #838bab;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  font-size: 10px;
}

.planning-resource-type-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  border: 1.4px solid currentColor;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  font-size: 8px;
  font-style: normal;
  line-height: 1;
}

.planning-recommendation-row .planning-content-type {
  height: auto;
  padding: 0;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  background: transparent;
  font-size: 10px;
  font-weight: 500;
}

.planning-recommendation-meta > small {
  color: #838bab;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
}

.planning-recommendation-meta > small::before {
  content: "·";
  color: #a0a7bb;
}

.planning-recommendation-row .planning-node-type,
.planning-knowledge-point-heading .planning-node-type {
  height: 16px;
  padding: 0 4px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 500;
}

.planning-recommendation-row .planning-node-type,
.planning-knowledge-point-heading .planning-node-type {
  color: #7b8397;
  background: #f3f4f7;
}

.planning-recommendation-row .planning-node-type.is-sync,
.planning-knowledge-point-heading .planning-node-type.is-sync {
  color: #5664e6;
  background: #eef1ff;
  font-weight: 650;
}

.planning-recommendation-row .planning-node-type.is-special,
.planning-knowledge-point-heading .planning-node-type.is-special {
  color: #8a6b43;
  background: #fbf5ea;
}

.planning-recommendation-row .planning-content-type.knowledge {
  color: #267157;
}

.planning-recommendation-row .planning-content-type.practice {
  color: #7255d0;
}

.planning-recommendation-row .planning-content-type.resource {
  color: #8a5d26;
}

.planning-recommendation-row .schedule-plan-replica-tutor-recommendation-copy > p {
  margin-top: 6px;
  line-height: 1.55;
}

.planning-recommendation-row > label i,
.planning-group-checkbox i {
  font-size: 10px;
}

.planning-recommendation-row.is-locked > label {
  cursor: default;
}

.planning-chapter-knowledge-point-list {
  padding: 0 9px 9px;
}

.planning-chapter-knowledge-point,
.planning-bound-knowledge-point.is-chapter {
  padding-top: 9px;
}

.planning-chapter-knowledge-point + .planning-chapter-knowledge-point,
.planning-chapter-knowledge-point + .planning-bound-knowledge-point,
.planning-bound-knowledge-point + .planning-chapter-knowledge-point,
.planning-bound-knowledge-point.is-chapter + .planning-bound-knowledge-point.is-chapter {
  margin-top: 9px;
  border-top: 1px solid #edf0f5;
}

.planning-knowledge-point-heading {
  min-height: 28px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.planning-knowledge-point-heading > strong {
  min-width: 0;
  color: #49516a;
  font-size: 11px;
  font-weight: 650;
}

.planning-knowledge-point-heading > em {
  margin-left: auto;
  color: #8a92a6;
  font-size: 9px;
  font-style: normal;
  white-space: nowrap;
}

.planning-knowledge-point-resource-list,
.planning-bound-resource-list {
  padding-left: 12px;
}

.planning-bound-knowledge-point {
  padding: 5px 0 0 7px;
  border-left: 2px solid #cbd3fa;
}

.planning-bound-knowledge-point.is-selected {
  border-left-color: #6977ee;
}

.planning-bound-knowledge-point.is-school-progress {
  border-left-color: #7a87ef;
  background: linear-gradient(90deg, rgba(238, 241, 255, .72), transparent 72%);
}

.planning-bound-knowledge-point.is-weekly + .planning-recommendation-row,
.planning-recommendation-row + .planning-bound-knowledge-point.is-weekly {
  margin-top: 0;
}

.planning-group-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  cursor: pointer;
}

.planning-group-checkbox input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.planning-group-checkbox i {
  width: 18px;
  height: 18px;
  border: 1px solid #d7dcea;
  border-radius: 5px;
  color: transparent;
  background: #fff;
  display: grid;
  place-items: center;
  font-style: normal;
}

.planning-group-checkbox input:checked + i {
  color: #fff;
  border-color: #6472eb;
  background: #6472eb;
}

.planning-group-checkbox input:disabled + i {
  border-color: #e4e7ef;
  background: #f5f6f9;
}

.planning-reused-basket .origin-tag.content-type.practice-group {
  color: #7255d0;
  background: #f0edff;
}

.planning-reused-basket .origin-tag.content-type.bound {
  color: #9a5b22;
  background: #fff0df;
}

.planning-reused-basket .origin-tag.source {
  color: #5967df;
  background: #eef1ff;
}

.planning-reused-basket .planning-selected-content-group {
  padding: 8px;
  border-color: #e0e4ee;
  border-radius: 10px;
  background: #f7f8fc;
}

.planning-reused-basket .planning-selected-content-group .selected-course-bundle-label {
  min-height: 30px;
  grid-template-columns: 18px minmax(0, 1fr) 24px;
  gap: 7px;
  padding: 0 2px 7px;
}

.planning-reused-basket .planning-selected-content-group .selected-course-bundle-label > span:nth-child(2) {
  align-items: baseline;
  display: flex;
  gap: 7px;
}

.planning-reused-basket .planning-selected-content-group .selected-course-bundle-label strong {
  font-size: 11px;
}

.planning-reused-basket .planning-selected-content-group .selected-course-bundle-label small {
  font-size: 9px;
}

.planning-reused-basket .planning-selected-content-group .selected-content-card.bundle-item {
  min-height: 58px;
  padding: 8px 10px;
  border: 0;
  background: #fff;
  grid-template-columns: minmax(0, 1fr) 48px;
}

.planning-reused-basket .planning-selected-content-group .selected-content-card.bundle-item:has(.resource-main:last-child) {
  grid-template-columns: minmax(0, 1fr);
}

.knowledge-point-group-head .course-group-toggle {
  flex: 0 0 auto;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #bbc5fa;
  border-radius: 14px;
  color: #5664e6;
  background: #f8f9ff;
  font-size: 10px;
  font-weight: 650;
}

.knowledge-point-group-binding {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.knowledge-point-group-binding small {
  color: #8a92a6;
  font-size: 9px;
}

.knowledge-point-group-head .course-group-toggle.selected {
  color: #267157;
  border-color: #cae0d6;
  background: #eef8f3;
}

.course-catalog-item .course-join-button.bound-child,
.course-catalog-item .course-join-button.bound-child:disabled {
  color: #9aa1b2;
  border-color: #e3e6ed;
  background: #f4f5f8;
  cursor: default;
  opacity: 1;
}

@container (max-width: 620px) {
  .planning-custom-week > header,
  .planning-custom-chapter > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .planning-knowledge-point-heading {
    flex-wrap: wrap;
  }

  .planning-knowledge-point-heading > em {
    margin-left: 24px;
  }
}

/* Chapter view: outline hierarchy, intentionally distinct from the weekly card stack. */
.schedule-plan-replica-tutor-recommendation-pane[data-planning-mode="chapter"] .planning-chapter-fit-control {
  top: -10px;
  width: calc(100% + 22px);
  min-height: 48px;
  margin: 0 -11px 9px;
  padding: 7px 12px;
  border: 0;
  border-bottom: 1px solid #e9ecf3;
  border-radius: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  box-shadow: none;
}

.schedule-plan-replica-tutor-recommendation-pane[data-planning-mode="chapter"] .planning-chapter-fit-control > label {
  width: 142px;
  height: 32px;
  padding: 0 8px;
  border-color: #dfe3ed;
  border-radius: 8px;
  background: #fff;
  flex: 0 0 142px;
  gap: 5px;
}

.planning-chapter-fit-control > label > span {
  color: #8b93a7;
  font-size: 9px;
  white-space: nowrap;
}

.schedule-plan-replica-tutor-recommendation-pane[data-planning-mode="chapter"] .planning-chapter-fit-control > button {
  min-width: 88px;
  height: 32px;
  padding: 0 11px;
  border-color: #6574fc;
  border-radius: 8px;
  color: #fff;
  background: #6574fc;
  box-shadow: none;
  font-size: 10px;
  font-weight: 650;
  line-height: 1;
}

.schedule-plan-replica-tutor-recommendation-pane[data-planning-mode="chapter"] .planning-chapter-fit-control > button:hover:not(:disabled) {
  border-color: #5361e5;
  background: #5361e5;
}

.schedule-plan-replica-tutor-recommendation-pane[data-planning-mode="chapter"] .planning-chapter-fit-control > button:disabled {
  color: #a5acbc;
  border-color: #e1e4ec;
  background: #f1f2f5;
  cursor: default;
}

.planning-chapter-outline {
  display: grid;
  gap: 16px;
  padding: 2px 2px 14px;
}

.planning-chapter-outline .planning-custom-chapter,
.planning-chapter-outline .planning-custom-chapter.is-located {
  position: relative;
  overflow: visible;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.planning-chapter-outline .planning-custom-chapter > header {
  min-height: 56px;
  padding: 0;
  border: 1px solid #dfe4ef;
  border-radius: 10px;
  background: #f4f6fb;
  display: block;
}

.planning-chapter-outline .planning-custom-chapter.is-located > header {
  border-color: #b9c3f7;
  background: #f3f5ff;
  box-shadow: 0 0 0 2px rgba(101, 116, 252, .07);
}

.planning-chapter-toggle {
  width: 100%;
  min-height: 54px;
  padding: 6px 8px;
  border: 0;
  border-radius: 9px;
  color: inherit;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 24px;
  align-items: center;
  gap: 10px;
  text-align: left;
  cursor: pointer;
}

.planning-chapter-toggle:hover {
  background: rgba(255, 255, 255, .42);
}

.planning-chapter-toggle:focus-visible {
  outline: 2px solid rgba(101, 116, 252, .3);
  outline-offset: 2px;
}

.planning-chapter-toggle-icon {
  color: #8790a6;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  transition: transform .16s ease;
}

.planning-custom-chapter.is-collapsed .planning-chapter-toggle-icon {
  transform: rotate(-90deg);
}

.planning-chapter-heading-copy {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.planning-chapter-outline .planning-custom-chapter > header .planning-chapter-heading-copy > strong {
  overflow: hidden;
  color: #343b52;
  font-size: 13px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.planning-chapter-outline .planning-custom-chapter > header .planning-chapter-heading-copy > span {
  height: 20px;
  flex: 0 0 auto;
  padding: 0 7px;
  border-radius: 10px;
  color: #5967e4;
  background: #fff;
  display: inline-flex;
  align-items: center;
  font-size: 9px;
  font-weight: 650;
}

.planning-chapter-outline .planning-chapter-toggle > em {
  color: #858da3;
  font-size: 9px;
  font-style: normal;
  white-space: nowrap;
}

.planning-chapter-outline .planning-chapter-knowledge-point-list[hidden] {
  display: none;
}

.planning-chapter-outline .planning-chapter-knowledge-point-list {
  position: relative;
  margin: 0 0 0 21px;
  padding: 12px 0 2px 28px;
}

.planning-chapter-outline .planning-chapter-knowledge-point-list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 18px;
  left: 8px;
  width: 1px;
  background: #dfe4ed;
}

.planning-chapter-outline .planning-custom-chapter.is-located .planning-chapter-knowledge-point-list::before {
  background: #cbd3fa;
}

.planning-chapter-outline .planning-chapter-knowledge-point,
.planning-chapter-outline .planning-bound-knowledge-point.is-chapter {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}

.planning-chapter-outline .planning-chapter-knowledge-point.is-school-progress > .planning-knowledge-point-heading,
.planning-chapter-outline .planning-bound-knowledge-point.is-chapter.is-school-progress > .planning-knowledge-point-heading {
  margin-left: -8px;
  padding-left: 8px;
  border: 1px solid #d8defb;
  border-radius: 8px;
  background: #f7f8ff;
}

.planning-chapter-outline .planning-chapter-knowledge-point.is-school-progress::before,
.planning-chapter-outline .planning-bound-knowledge-point.is-chapter.is-school-progress::before {
  background: #7a87ef;
}

.planning-chapter-outline .planning-chapter-knowledge-point::before,
.planning-chapter-outline .planning-bound-knowledge-point.is-chapter::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -20px;
  width: 20px;
  height: 1px;
  background: #dfe4ed;
}

.planning-chapter-outline .planning-chapter-knowledge-point + .planning-chapter-knowledge-point,
.planning-chapter-outline .planning-chapter-knowledge-point + .planning-bound-knowledge-point,
.planning-chapter-outline .planning-bound-knowledge-point + .planning-chapter-knowledge-point,
.planning-chapter-outline .planning-bound-knowledge-point.is-chapter + .planning-bound-knowledge-point.is-chapter {
  margin-top: 15px;
  border-top: 0;
}

.planning-chapter-outline .planning-knowledge-point-heading {
  min-height: 33px;
  padding: 4px 8px 7px 0;
  border-bottom: 1px solid #e5e8ef;
  gap: 7px;
}

.planning-knowledge-point-index {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  border: 1px solid #dfe4ed;
  border-radius: 6px;
  color: #7e879e;
  background: #f8f9fc;
  display: grid;
  place-items: center;
  font-size: 8px;
  font-weight: 700;
}

.planning-chapter-outline .planning-knowledge-point-heading > strong {
  color: #444c65;
  font-size: 11px;
  font-weight: 700;
}

.planning-chapter-outline .planning-knowledge-point-heading > em {
  margin-left: auto;
}

.planning-chapter-outline .planning-knowledge-point-resource-list,
.planning-chapter-outline .planning-bound-resource-list {
  position: relative;
  padding: 8px 0 0 30px;
}

.planning-chapter-outline .planning-knowledge-point-resource-list::before,
.planning-chapter-outline .planning-bound-resource-list::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 12px;
  left: 10px;
  width: 1px;
  border-left: 1px dashed #e0e4ec;
}

@container (max-width: 620px) {
  .schedule-plan-replica-tutor-recommendation-pane[data-planning-mode="chapter"] .planning-chapter-fit-control {
    flex-wrap: wrap;
  }

  .planning-chapter-outline .planning-chapter-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto 24px;
    align-items: center;
  }

  .planning-chapter-outline .planning-knowledge-point-heading {
    flex-wrap: wrap;
  }

  .planning-chapter-outline .planning-knowledge-point-heading > em {
    margin-left: auto;
  }
}

@container (max-width: 480px) {
  .planning-chapter-outline .planning-chapter-toggle {
    grid-template-columns: minmax(0, 1fr) 22px;
  }

  .planning-chapter-outline .planning-chapter-toggle > em {
    grid-column: 1;
  }

  .planning-chapter-toggle-icon {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .planning-chapter-outline .planning-chapter-knowledge-point-list {
    margin-left: 15px;
    padding-left: 22px;
  }

  .planning-chapter-outline .planning-knowledge-point-resource-list,
  .planning-chapter-outline .planning-bound-resource-list {
    padding-left: 18px;
  }
}
