/* Show download links (this CSS is only included when building for GitHub Pages) */
.download-links {
    display: inline-block;
}

/* Style the download links */
.download-links a {
    margin-left: 0.5rem;
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.download-links a:hover {
    opacity: 1;
}

.download-links a i {
    margin-right: 0.25rem;
}

