/* Global Styles */

/* Remove purple color from visited links */
a,
a:visited,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
}

/* Preserve specific link colors where needed */
.appointment-btn,
.appointment-btn:visited {
    color: #ffffff;
}

.appointment-btn:hover,
.appointment-btn:hover:visited {
    color: #2B2D42;
} 