/* Custom avatar size override */
.avatar-wrapper {
  width: 300px !important;
  height: 300px !important;
}

.avatar {
  width: 300px !important;
  height: 300px !important;
}

/* Override inline styles */
div[style*="width: 200px"][style*="height: 200px"] {
  width: 300px !important;
  height: 300px !important;
}

img[style*="width: 200px"][style*="height: 200px"] {
  width: 300px !important;
  height: 300px !important;
}

/* Hide text under the homepage profile photo. */
#section-resume-biography-3 .avatar-wrapper ~ .space-y-3 {
  display: none;
}

/* Keep About Me links visually clean while preserving click targets. */
#section-resume-biography-3 .bio-text a {
  font-weight: 400 !important;
  text-decoration: none !important;
}

#section-resume-biography-3 .bio-text strong {
  font-weight: 400 !important;
}
