/* External Links - Make them visible with blue text */
a[href^="http"]:not([href*="dundasnaturerefuge"]) {
  color: #2563eb !important; /* text-blue-600 */
  font-weight: 500 !important; /* font-medium */
  text-decoration: none !important;
}

a[href^="http"]:not([href*="dundasnaturerefuge"]):hover {
  color: #1d4ed8 !important; /* darker blue on hover */
  text-decoration: underline !important;
}

/* Project Section Spacing - 1cm gap between white and green sections */
.bg-white,
.bg-green-50,
section[class*="bg-white"],
section[class*="bg-green"] {
  margin-bottom: 1cm !important;
}

/* Reduce gap between project title and content */
.mt-10 {
  margin-top: 1rem !important; /* Changed from mt-10 to mt-4 equivalent */
}
