.bio {
  margin-top: 24px !important;
}
.profile-card .details div:nth-child(2) {
  margin-top: 18px;
}
.links {
  margin-top: 24px !important;
}
.profile-photo {
  border: none !important;
  padding: 0 !important;
}
.profile-card, .profile-card *:not(h2) {
  font-size: 16px;
  font-family: sans-serif;
}
.profile-card {
  background: #fff;
  letter-spacing: 0.9px;
}
.profile-card .details {
  color: #000;
}

.profile-card .details strong {
  color: #9CA3AF;
}
.profile-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 24px;
  max-width: 700px;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  color: #333;
}

.profile-card h2 {
  margin-top: 0;
  font-size: 2rem;
  color: #222;
}

.profile-card .role {
  font-weight: bold;
  color: #000;
  font-size: 16px;
    margin-top: 12px;
  margin-bottom: 12px;
}

.profile-card .links a {
  color: #000;
  text-decoration: none;
  margin-right: 8px;
}

.profile-card .details {
  list-style: none;
  padding: 0;
  margin: 48px 0 0 0;
}

.profile-card .details li {
  margin-bottom: 6px;
}

.profile-card .bio {
  font-size: 15px;
  line-height: 1.6;
}

.profile-photo {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 0;
  display: block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border: 2px solid #e0e0e0;
  border-radius: 0;
  align-self: flex-start;
}


