/* Digital SAT V7 - Centered Metrics */

.dsat-count {
  min-height: 112px !important;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 18px !important;
}

.dsat-count strong {
  margin: 0 0 8px !important;
  font-size: 2.05rem !important;
  line-height: 1 !important;
}

.dsat-count span {
  margin: 0 !important;
  font-size: .82rem !important;
  text-align: center !important;
}

/* Courses */
.dsat-count:nth-child(1)::before {
  background: #2f80ed !important;
}

.dsat-count:nth-child(1) strong {
  color: #2f80ed !important;
}

/* Tests */
.dsat-count:nth-child(2)::before {
  background: #f59e0b !important;
}

.dsat-count:nth-child(2) strong {
  color: #d97706 !important;
}

/* Lectures */
.dsat-count:nth-child(3)::before {
  background: #0f9f86 !important;
}

.dsat-count:nth-child(3) strong {
  color: #087f6b !important;
}

/* Books */
.dsat-count:nth-child(4)::before {
  background: #34495e !important;
}

.dsat-count:nth-child(4) strong {
  color: #34495e !important;
}

/* Keep cards neutral */
.dsat-count:nth-child(1),
.dsat-count:nth-child(2),
.dsat-count:nth-child(3),
.dsat-count:nth-child(4) {
  background: #ffffff !important;
}

@media(max-width:767px) {
  .dsat-count {
    min-height: 96px !important;
  }

  .dsat-count strong {
    font-size: 1.75rem !important;
  }
}
