/* Unnat Wealth gold theme */
.dvc-card {
  background: #fff;
  max-width: 420px;
  margin: 20px auto;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 18px;
  border: 4px solid #f8f0e6;
}
.dvc-header {
  background: linear-gradient(180deg, rgba(255, 215, 0, 0.06), rgba(255, 215, 0, 0.03));
  padding: 16px;
  border-radius: 10px;
}
.dvc-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #ffd700;
}
.dvc-company { color: #b8860b; font-weight:600; }
.dvc-about { color: #555; margin-top:8px; }
.dvc-links { margin-top:14px; }
.dvc-links a {
  display: inline-block;
  background: #b8860b;
  color: white;
  padding: 8px 14px;
  margin: 6px;
  border-radius: 22px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.dvc-links a:hover { background: #ffd700; color:#222; }
.dvc-product { display:flex; justify-content:space-between; padding:8px 0; border-bottom:1px solid #f2f2f2; }
.dvc-price { color:#b8860b; font-weight:700; }
.dvc-footer { margin-top:12px; padding-top:10px; border-top:1px dashed #eee; }
