    .dashboard-card {
      background-color: #f9f9f9;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      padding: 20px;
      min-width: 220px;
      text-align: left;
      font-family: sans-serif;
      color: #2e4547;
    }

    .dashboard-card h3 {
      font-size: 24px;
      margin-bottom: 10px;
      color: #537072;
    }

    .dashboard-card .value {
      font-size: 32px;
      font-weight: bold;
      color: #009f73;
    }

    .dashboard-card .icon {
      font-size: 24px;
      color: #ff7a00;
      float: right;
      margin-top: -5px;
    }

    .dashboard-card:hover {
        transform: translateY(-2px);
    }