nav a:hover {
    text-decoration: underline;
}

#social a:hover {
    opacity: 0.8;
}

#contact a:hover {
    text-decoration: underline;
}

#bsky .bsky-quote:hover {
    background: rgba(255, 255, 255, 0.07);
}

#clocks .clock-item:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.18);
}

.nav-links a:hover, #song-shuffle:hover {
    background: #444;
}

.nav-links a:active, #song-shuffle:active {
    transform: translateY(1px);
}

#bsky .bsky-handle a:hover {
    text-decoration: underline;
}

#projects a:hover,
#projects a:focus-visible {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(255, 255, 255, 0.18);
    text-decoration: none;
    outline: none;
}

#projects a:active {
    transform: translateY(1px);
}