.wccm-archive__intro,
.wccm-archive__empty {
    margin: 0 0 1rem;
}

.wccm-docs {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wccm-docs__item {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.9rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.wccm-docs__date {
    font-variant-numeric: tabular-nums;
}

.wccm-docs__download {
    align-self: flex-start;
    text-align: center;
}

@media (min-width: 768px) {
    .wccm-docs__item {
        display: grid;
        grid-template-columns: 8.5rem minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 1rem;
    }

    .wccm-docs__download {
        align-self: center;
    }
}
