/* =========================================================
   EDUHUNT V2.2.332 R117
   Upcoming exam truth + consolidated Result CSV.
========================================================= */

/* Future exams are informational, not pending action items. */
body[data-portal-role] .status--upcoming,
body[data-portal-role="PRINCIPAL"] .principal-schedule-row-upcoming{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:38px!important;
  padding:7px 11px!important;
  border:1px solid #2b8fc8!important;
  border-radius:9px!important;
  background:#0a3552!important;
  color:#7fd7ff!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
  box-sizing:border-box!important;
}

/* Class positions without an approved result remain visible but are not
   interactive until data exists. */
.rwa-principal-placeholder td{
  color:var(--muted,#8fa8bd)!important;
}
.rwa-class-chip--empty{
  cursor:default!important;
  opacity:.72!important;
}
.rwa-no-result{
  display:inline-flex!important;
  align-items:center!important;
  min-height:26px!important;
  padding:4px 7px!important;
  border:1px solid #40566a!important;
  border-radius:999px!important;
  color:#a9bac8!important;
  font-size:10px!important;
  font-weight:850!important;
  white-space:nowrap!important;
}

/* The Test Name already includes FT/CDF; do not repeat the type above it. */
body[data-portal-module="exam-syllabus"] .exam-syllabus-title>.eyebrow{
  display:none!important;
}
body[data-portal-module="exam-syllabus"] .exam-syllabus-title h3{
  margin-top:0!important;
}

/* Keep the consolidated download action stable across breakpoints. */
#rwaPrincipalCsv{
  min-width:190px!important;
  min-height:42px!important;
  box-sizing:border-box!important;
}

@media(max-width:760px){
  #rwaPrincipalCsv{
    width:100%!important;
    min-width:0!important;
  }
}
