body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  margin: 20px;
  background: #f9f9f9;
  color: #333;
}

h2 {
  font-size: 1.5rem;
  margin-bottom: 1em;
}

.link-list {
  list-style: none;
  padding: 0;
}

.link-item {
  background: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 2px;
  border-radius: 2px;
}

.link-item a.main-link {
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
  font-size: 0.9rem;
}

.link-item a.edit-link {
  font-size: 0.85rem;
  margin-left: 10px;
  color: #6c757d;
  text-decoration: none;
}

.link-item a.edit-link:hover {
  text-decoration: underline;
}

.nav-links {
  margin-top: 20px;
}

.nav-links a {
  text-decoration: none;
  color: #007bff;
  margin-right: 12px;
  font-size: 0.95rem;
}

.nav-links a.add-link {
  background: #28a745;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
}

.nav-links a:hover {
  text-decoration: underline;
}