/*
  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: 19 June 2026 20:22:16
*/


.report-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border: 2px solid #E51057;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-family: sans-serif;
}
.btn:hover {
  background: #E51057;
  color: white;
}
.small-body-quote {
  font-size: 14px;
}
@media (min-width: 768px) {
  .small-body-quote {
    font-size: 1rem;
  }
}
.why-report-this-data svg, .why-report-this-data h2 {
  display: inline-block;
  vertical-align: middle;
}
.why-report-this-data svg {
  margin-right: 12px;
}
.why-report-this-data h2 {
  margin: 0;
}
.why-report-this-data ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 0;
}
.why-report-this-data li {
  display: list-item;
  margin-bottom: 10px;
}
.stats-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background-color: #2159a2;
  padding: 40px 20px;
  color: white;
  font-family: sans-serif;
  text-align: center;
}
.stat-card {
  width: 100%;
  max-width: 300px;
}
.icon-placeholder {
  height: 120px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-placeholder img {
  max-height: 100%;
  width: auto;
}
.stat-description {
  font-size: 20px;
  margin-bottom: 10px;
  max-width: 400px;
  line-height: 1.4;
}
.stat-number {
  font-size: 3rem;
  margin: 0;
}
@media (min-width: 768px) {
  .stats-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .stat-card {
    flex: 0 1 40%;
  }
}
@media (min-width: 1024px) {
  .stats-container {
    flex-wrap: nowrap;
    padding: 60px 40px;
  }
  .stat-card {
    flex: 1;
    max-width: none;
    align-items: center;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .stat-description {
    min-height: 80px;
  }
  .stat-number {
    font-size: 3.5rem;
  }
}
