.csam_data_holder {
    width:100%;
    border-radius: 10px;
    background: #EEEEEE;
text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    border:1px solid #BBBBBB;
}
#csamcounter {
    font-size: 48px;
    font-weight: 700;
    margin: 10px 0px 0px;
    text-align: center;
    padding: 20px 0px 0px 0px;
}
.csamcountermeta {
    line-height: 1.2;
    font-size: 24px;
    padding-bottom: 20px;
}
@keyframes subtlePulse {
  0% { transform: scale(1); color: #333; }
  50% { transform: scale(1.05); color: #4caf50; }  /* gentle green highlight */
  100% { transform: scale(1); color: #333; }
}

@keyframes flashGreen {
  0% { color: #333; }
  50% { color: #CC0000; }
  100% { color: #333; }
}
@keyframes fadeIn {
  to { opacity: 1; }
}
