/* Special CSS overrides for custom styling needs */

/* Override margin-bottom for accordion headings in tabbed content */
main .content-area .col-span-12 #tabbedContent h3.accordion-heading-no-margin {
  margin-bottom: 0 !important;
}

.last-updated {

  color: #5F5F5F;
  font-feature-settings: 'liga' off, 'clig' off;
  
  /* Paragraph/Paragraph mini */
  font-family: Lato;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 150% */

}

.curriculum-btn {
  background-color:rgb(245, 184, 64);
  color: #000;
}

.curriculum-btn {
color: #000 !important;
}

.curriculum-btn:hover svg path {
  stroke: #000 !important;
}

main .content-area .accordion .accordion-body p, main .content-area #tabbedContent .accordion .accordion-body p, main .content-area #tabbedContent .accordion .accordion-body li {
  font-size:16px !important;
  color: #5F5F5F !important;

  /* Paragraph/Paragraph 16 */
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */

}

.mt-40 {
  margin-top: 40px;
}

/* Curriculum tab list width (AUS / NSW / VIC / WA) */
main .content-area .inpage-tabs ul.curriculum-tabs {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

/* Link with SVG icon underline styling */
main .content-area .accordion-body a.inline-flex.items-center {
  text-decoration: underline;
  /*text-decoration-color: #1C5294;*/
  text-underline-offset: 4px;
}

#curriculumContent #curriculum-vic-content a {
  text-decoration-color: #da3d00 !important;
}

/* Accordion header: allow height to grow with long/wrapped titles (all screens) */
main .content-area .accordion button[data-accordion-target] {
  position: relative;
  height: auto;
  min-height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 2.5rem; /* space for the right strip (w-10) */
}

/* Open/close icon strip: flush top-right, full height of heading */
main .content-area .accordion button[data-accordion-target] > span:last-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2.5rem;
  height: 100% !important; /* override Tailwind h-12 so strip spans full height */
  min-height: 3rem;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  justify-content: center;
}

main .content-area .accordion button[data-accordion-target] > span:first-child {
  min-height: 3rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}