.about-hero {
  text-align: center;
  padding: 3rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 10px;
  margin-bottom: 3rem;
}

.about-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1.5rem;
  display: block;
  border: 5px solid white;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.section-with-icon h2 {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-bottom: 2px solid #2ecc71;
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

.section-with-icon h2::before {
  content: '~~~';
  color: #2ecc71;
  font-weight: 700;
}

div.quarto-about-solana .about-entity {
  text-align: left;
}
