.associated-project {
    margin-top: 10px;
    margin-bottom: 30px;
}

.associated-project:first-of-type {
  margin-top: 30px;
}

.associated-projects-link-container {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.associated-projects-link-container a,
.associated-projects-link-container a:hover,
.associated-projects-link-container a:active,
.associated-projects-link-container a:focus {
  text-decoration: none;
}

.associated-projects-link-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 1rem;
}

.associated-projects-link-container a {
  text-decoration: none;
  display: inline-block;
  margin: 0 1rem;
  padding: 0.5em 1em;
  background-color: #0165A5;
  color: #FFFFFF;
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  box-shadow: 0 2px 4px rgba(1,101,165,0.1);
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.associated-projects-link-container a:hover {
  text-decoration: none;
  background-color: #015088;
  box-shadow: 0 4px 8px rgba(1,101,165,0.15);
}
