/* ======================================================
   MASTERSTUDY – ACCOUNT PAGE (Tana nel Bosco)
   ====================================================== */

/* Nascondo elementi MasterStudy non utili nella dashboard */
body.tana-account-page .masterstudy-course-player-header__course,
body.tana-account-page .woocommerce-notices-wrapper,
body.tana-account-page .masterstudy__login-page,
body.tana-account-page .stm_lms_acc_tabs,
body.tana-account-page .masterstudy-enrolled-courses-sorting__block,
body.tana-account-page .masterstudy-enrolled-courses-sorting,
body.tana-account-page .masterstudy-enrolled-courses__toggle,
body.tana-account-page .masterstudy-enrolled-courses-tabs {
  display: none !important;
}

/* ======================================================
   SE NON HA CORSI → NASCONDO COMPLETAMENTE MASTERSTUDY
   ====================================================== */
body.tana-account-page.tana-no-courses .masterstudy,
body.tana-account-page.tana-no-courses .stm-lms-wrapper,
body.tana-account-page.tana-no-courses .masterstudy-enrolled-courses {
  display: none !important;
}

/* ======================================================
   SPAZIATURA E PULIZIA VISIVA LISTA CORSI
   ====================================================== */
body.tana-account-page.tana-has-courses .masterstudy-enrolled-courses,
body.tana-account-page.tana-has-courses .stm-lms-wrapper {
  margin-top: 24px;
}

/* ======================================================
   TANA – FIX MASTERSTUDY WRAPPER (FORZA MARGINI/PADDING)
   ====================================================== */

/* Wrapper principale MasterStudy (account) */
body.tana-account-page .stm-lms-wrapper,
body.tana-account-page .stm-lms-wrapper.user-account-page,
body.tana-account-page.tana-has-courses .stm-lms-wrapper,
body.tana-account-page.tana-has-courses .stm-lms-wrapper.user-account-page{
  margin: 0 !important;
  padding: 10px 0 30px !important;
  position: relative !important;
  max-width: none !important;
}

/* Evita che qualche tema/plugin lo “centri” con auto */
body.tana-account-page .stm-lms-wrapper{
  margin-left: 0 !important;
  margin-right: 0 !important;
}


/* Nasconde ovunque i termini/categorie dei corsi MasterStudy */
.stm_lms_instructor_courses__single--term{
  display: none !important;
}

/* Nasconde ovunque lo stato "started" nei corsi MasterStudy */
.stm_lms_instructor_courses__single--started{
  display: none !important;
}

