/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 11:52:13 */
.profile-card {
  font-family: Arial, sans-serif;
  max-width: 400px;
}

.profile-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px
}

.profile-name {
  font-size: 22px;
  font-weight: bold;
}

.linkedin-icon {
  width: 20px;
  height: 20px;
}

.profile-title {
  margin-top: 4px;
  font-weight: bold;
  color: #333;
}

.profile-description {
  margin-top: 4px;
  color: #666;
  font-size: 14px;
}
