/* Sitemap styles for Vaillancourt */
.sitemap-item {}

.sitemap-item.level-0 {
  font-weight: bold;
  margin-top: 15px;
  font-size: 1.1em;
}

.sitemap-item.level-1 {
  margin-left: 20px;
}

.sitemap-item.level-2 {
  margin-left: 40px;
}

.sitemap-item.level-3 {
  margin-left: 60px;
}

.sitemap-item a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s, text-decoration 0.2s;
}

.sitemap-item a:hover {
  text-decoration: underline;
  color: #0066cc;
}

/* Optional: Responsive adjustments */
@media (max-width: 600px) {
  .sitemap-item.level-1 { margin-left: 10px; }
  .sitemap-item.level-2 { margin-left: 20px; }
  .sitemap-item.level-3 { margin-left: 30px; }
}
