.recurring-donor-stats {
  background: #29276C;
  border-radius: 8px;
  padding: 48px;
  margin-bottom: 40px;

  .eyebrow {
    color: #4da6ff !important; /* Slightly lighter blue to pop against dark navy */
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
  }

  .section-title {
    color: #ffffff !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin-top: 0 !important;
    margin-bottom: 32px !important;
    line-height: 1.3 !important;
  }

  .stat-cards-row {
    gap: 20px;
    margin-bottom: 32px !important;
  }

  .stat-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    flex-direction: column;
  }

  .stat-number {
    color: #0088F1 !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-top: 0 !important;
    margin-bottom: 16px !important;
  }

  .stat-label {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }

  .source-text {
    color: #a0aabf !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
    padding-top: 24px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  @media (max-width: 781px) {
    padding: 32px 24px;

    .section-title {
      font-size: 24px !important;
    }

    .stat-card {
      margin-bottom: 16px;
    }

    .stat-number {
      font-size: 32px !important;
    }
  }
}