/* Simple "Home" link shown just below the page header on every
   SBCSS tool linked from the main site. */

.site-home-link {
    display: inline-block;
    padding: 10px 20px 4px;
    color: #026AB0;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.85rem;
    font-family: 'Inter', Arial, sans-serif;
    letter-spacing: 0.02em;
}

.site-home-link:hover {
    color: #01508A;
    text-decoration: underline;
}
