/* Link Component Container */
/* ========================= */


a#saivo-link {
    /* Remove the default blue color */
    color: inherit;
    /* Prevent color change after being clicked */
    text-decoration: none;
}

/* Apply hover styles for custom links */
a#saivo-link:hover {
    text-decoration: none;
}

/* Apply active styles for custom links */
a#saivo-link:active {
    text-decoration: none;
    /* You can add any other styles for the active state if needed */
}