/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

/* Custom Styles for Implementation Plan */

/* 1. Force tool titles to be black */
.tool__title,
.tool__title a {
  color: #000000 !important;
}

/* 2. "Lees meer over" links to dark blue */
.tool-read-more {
  color: #213f71 !important; /* Adjust if standard dark blue variable is known, e.g. var(--primary-color) */
  text-decoration: underline !important;
}

/* 3. Phase Header Title */
.tools-phases-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #213f71; /* Dark blue */
}

/* 4. Filter Labels */
.tools-filter-controls label {
  font-weight: 600;
  margin-right: 10px;
}

.custom-footer-logos {
  display: none !important;
}
