    .profile-container {
      max-width: 800px;
      margin: 0 auto;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 2px 12px rgba(0,0,0,0.05);
      font-family: sans-serif;
    }

    .profile-header {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;
    }

    .profile-avatar {
      width: 220px;
      height: 220px;
      border-radius: 8px;
      object-fit: cover;
      border: 2px solid #ccc;
      background-color: #f4f4f4;
    }

    .profile-info h2 {
      margin: 0;
      font-size: 24px;
      color: #8A4BED;
    }

    .profile-details p {
      margin: 10px 0;
    }

    .profile-details strong {
      color: #444;
      display: inline-block;
      width: 140px;
    }

.profile-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0;
  justify-content: center;
}

.linktree-button {
  display: inline-block;
  background-color: #8A4BED;
  color: white;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 14px;
  transition: background 0.3s ease;
}

.linktree-button:hover {
  background-color: #7235a5;
}



    .reverse-address {
      color: #000;
    }

