body {
  font-family: "Inter", Arial, sans-serif;
  background-color: #f3f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.card {
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 40px;
  width: 360px;
}

.icon {
  background: #f2f5f9;
  border-radius: 12px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.icon img {
  width: 24px;
  height: 24px;
  color: #4285f4;
}

h2 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #111827;
}

.label {
  font-size: 14px;
  color: #6b7280;
  margin-top: 12px;
  margin-bottom: 4px;
}

.value {
  font-size: 16px;
  color: #111827;
  font-weight: 500;
}
