.glass {
  backdrop-filter: blur(6px) saturate(102%);
  -webkit-backdrop-filter: blur(6px) saturate(102%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}
@media(max-width:576px) {
  #test-icons h3 {
    font-size: 1.8rem;
  }
}
.psych-icon {
  color: #00aea9;
  font-weight: 500;
  font-size: 4rem;
}
.psych-bg-red {
  background-color: #dc5856;
}
.psych-bg-blue {
  background-color: #75a5cc;
}
.psych-bg-yellow {
  background-color: #e0b84e;
}

/* Override default.css .card-body padding (bottom was 0 under 992px) + stable centering */
#conditions-treated .card {
  min-height: 7.5rem;
}
#conditions-treated .card-body {
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.25rem 1.5rem !important;
}

