/* Project overrides (empty on purpose) */

.pentest-type-list a {
  color: var(--text-color--text-green);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.pentest-type-list a:focus-visible,
.pentest-type-list a:hover,
.pentest-type-list a:active {
  color: var(--base-color-brand--purple);
  text-decoration: underline;
}
