.see-more {
  margin-top: 1.5rem;
}

.see-more a {
  display: inline-block;
  padding: 0.6rem 1.5rem;
  background: #f8f5ff;
  color: #8a4af3;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  border: 2px solid #e8e0ff;
  transition: all 0.3s ease;
}

.see-more a:hover {
  background: #d4af37;
  color: white;
  border-color: #8a4af3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(138, 74, 243, 0.2);
}