/* Shared inline link styles */
.content-block a,
.intro-text a {
    color: #8338ec;
    text-decoration: none;
    transition: color 0.3s ease;
}

.content-block a:hover,
.intro-text a:hover {
    color: #5a1db5;
}
