/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 04 June 2026 12:03:22
*/


/* ===============================
   Filter buttons
   =============================== */
.year-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #222;
  background: #ffffff;
  color: #222;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.year-filter:hover {
  background: #fff2e6;
}
.year-filter.is-active {
  background: #fff2e6;
}
/* ===============================
   Download buttons (base)
   =============================== */
.m-downloads a {
  height: 64px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-weight: 500;
  text-decoration: none;
}
/* ===============================
   PDF download
   =============================== */
a[href$=".pdf"] {
  background: #f36f21;
  color: #000;
}
a[href$=".pdf"]:hover {
  background: #e4621a;
}
a[href$=".pdf"] svg {
  stroke: #000;
}
/* ===============================
   Data download (Excel)
   =============================== */
a[href$=".xlsx"] {
  background: #23235e;
  color: #fff;
}
a[href$=".xlsx"]:hover {
  background: #1d1d4f;
}
a[href$=".xlsx"] svg {
  stroke: #fff;
}
