.download-copy-checksum.file-link {
    display: inline-block;
    
}

.download-copy-checksum a {
    text-decoration: none;
    color: #09C; /* You can change this to your preferred link color */
}

.download-copy-checksum .checksum-label {
    font-weight: normal;
    font-family: Arial, sans-serif;
    margin-left: 5px;
}

.download-copy-checksum .checksum-value {
    font-weight: bold;
    font-family: monospace;
}

.download-copy-checksum {
    vertical-align: middle; /* Ensures proper alignment of inline elements */
}
