.trc2025-img-responsive {
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.4));
}

.trc2025-img-responsive.glow {
  background-color: rgba(0, 0, 0, 0.03); /* subtle gray glow */
  padding: 4px;
  border-radius: 4px;
}

.trc2025-force-font {
  color: #222 !important;               /* Font color */
  font-size: 20px !important;           /* Consistent font size */
 /* font-family: 'Helvetica Neue', Arial, sans-serif !important; */ /* Font face */
  line-height: 1.5 !important;          /* Readable spacing */
  font-weight: 400 !important;          /* Normal weight */
}

@media (max-width: 480px) {
  .trc2025-force-font {
    font-size: 20px !important;
  }
}


/* title of the Page */ 
.trc2025-title-box {
  padding: 0 20px 30px 20px; /* top: 0, right & left: 20px, bottom: 30px */
  margin: 8px auto;  /* Top/Bottom: 10px, Left/Right: auto for centering */
  max-width: 600px;
  text-align: center;
}

/* Title – large and clean */
.trc2025-title {
  font-size: 46px;
  /*font-weight: 700;*/
  color: #222;
  margin: 0 0 4px;
}

/* Legend – readable and smaller */
.trc2025-legend-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.trc2025-legend {
  font-size: 20px;
  color: #444;
  margin-bottom: 0;      /* Remove space below legend */
  padding-bottom: 0;
  line-height: 1.2;
  display: inline-block;
}

.trc2025-underline-svg {
  max-width: 300px;
  width: 100%;
  margin: -6px auto 0;   /* Pull SVG closer to legend */
  text-align: center;
}

.trc2025-underline-svg svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}


/* Responsive adjustment for smaller screens */
@media (max-width: 600px) {
  .trc2025-title {
    font-size: 38px;
  }

  .trc2025-legend {
    font-size: 16px;
  }

  .trc2025-title-box {
    padding: 0 5px 30px 5px; /* top: 0, right & left: 20px, bottom: 30px */
    margin: 8px auto;
  }
}


