/* 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;
}