.mentor-network-unauthorized {
  max-width: 600px;
  margin: 80px auto;
  padding: 40px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mentor-network-unauthorized h1 {
  margin: 0 0 20px 0;
  font-family: 'Zilla Slab', serif;
  font-size: 32px;
  font-weight: 600;
  color: #572C81;
}

.mentor-network-unauthorized p {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

.mentor-network-unauthorized-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
}

