/* Curriculum page — readable text on light backgrounds */

/* Original curriculum.html set .page-wrapper { background: transparent }; lost on migrate.
   Global style.css uses --theme-color-black1 (#540863) on .page-wrapper, which bleeds
   through transparent sections and makes dark body text unreadable. */
.page-wrapper.mlwa-curriculum-page {
  background-color: #fff;
}

.mlwa-curriculum-page .about-section.style-three {
  background-color: #fff;
}

.mlwa-curriculum-page .pricing-section-three {
  background-color: #fff;
}

.mlwa-curriculum-page .about-section-five {
  background-color: #fff;
}

.mlwa-curriculum-page .about-section.style-three .sec-title .sub-title {
  color: #580868 !important;
}

.mlwa-curriculum-page .about-section.style-three .sec-title h2,
.mlwa-curriculum-page .about-section.style-three .content-column h3 {
  color: #580868 !important;
  font-weight: 700 !important;
}

.mlwa-curriculum-page .about-section.style-three .sec-title .text2 {
  color: #1e293b !important;
  font-size: 1rem;
  line-height: 1.75;
}

.mlwa-curriculum-page .pricing-section-three > .auto-container > .sec-title h3 {
  color: #580868 !important;
  font-weight: 700 !important;
}

/* Tab labels (default theme color is white — invisible on light bg) */
.mlwa-curriculum-page .tabs-style-two .tab-buttons .tab-btn .title {
  color: #334155 !important;
}

.mlwa-curriculum-page .tabs-style-two .tab-buttons .tab-btn.active-btn .title,
.mlwa-curriculum-page .tabs-style-two .tab-buttons .tab-btn:hover .title {
  color: #580868 !important;
  font-weight: 600;
}

/* Subject cards — keep white text on purple panels */
.mlwa-curriculum-page .pricing-block-three .inner-box .pricing-title,
.mlwa-curriculum-page .pricing-block-three .inner-box .list-style-one li {
  color: #fff !important;
}
