/* =========================================================
   EDUHUNT V2.2.334 R119
   CDF date-wise groups + collapsible exam syllabus headers.
========================================================= */

/* Every syllabus header is interactive on desktop and mobile. */
body[data-portal-module="exam-syllabus"] .exam-syllabus-test-group>summary{
  cursor:pointer!important;
  user-select:none!important;
}
body[data-portal-module="exam-syllabus"] .exam-syllabus-test-group:not([open])>.exam-syllabus-test-body{
  display:none!important;
}
body[data-portal-module="exam-syllabus"] .exam-syllabus-test-chevron{
  visibility:visible!important;
}

/* CDF uses its examination date as the primary expandable heading. */
body[data-portal-module="exam-syllabus"] .exam-syllabus-date-name{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:3px!important;
}
body[data-portal-module="exam-syllabus"] .exam-syllabus-date-name small{
  color:#69cfff!important;
  font-size:9px!important;
  font-weight:950!important;
  letter-spacing:.1em!important;
  line-height:1!important;
  text-transform:uppercase!important;
}
body[data-portal-module="exam-syllabus"] .exam-syllabus-date-name strong{
  color:var(--text,#f4f8ff)!important;
  font-size:21px!important;
  font-weight:950!important;
  line-height:1.1!important;
}

/* A CDF row shows Test, Subject and Chapter without repeating dates. */
body[data-portal-module="exam-syllabus"] .exam-syllabus-portion--cdf{
  grid-template-columns:auto minmax(76px,.38fr) minmax(0,1fr)!important;
}
body[data-portal-module="exam-syllabus"] .exam-syllabus-test-tag{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:48px!important;
  min-height:26px!important;
  padding:4px 7px!important;
  border:1px solid #2f80b3!important;
  border-radius:7px!important;
  background:#0b304d!important;
  color:#bce8ff!important;
  font-size:10px!important;
  font-weight:950!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
}

@media(max-width:640px){
  body[data-portal-module="exam-syllabus"] .exam-syllabus-date-name strong{
    font-size:17px!important;
  }
  body[data-portal-module="exam-syllabus"] .exam-syllabus-portion--cdf{
    grid-template-columns:auto minmax(62px,.34fr) minmax(0,1fr)!important;
    gap:7px!important;
  }
  body[data-portal-module="exam-syllabus"] .exam-syllabus-test-tag{
    min-width:43px!important;
    padding:4px 5px!important;
    font-size:9px!important;
  }
}
