/* -------------------------------------- */
/* DOWNLOAD FEATURE - TABLE */
/* -------------------------------------- */

.download-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
    border-radius: 8px;
    box-shadow: var(--shadow-light);
	font-size: 14px;
}

article:has(.download-table) {
    max-width: 100%;
    overflow-x: auto;
}

.download-table th {
    padding: 1px;
}

.col--release,
.col--milestone,
.col--backer,
.col--public {
    width: 1%;
    white-space: nowrap;
}

.col--download { width: auto; }