.table summary {
    margin: 0;
    padding: 0;
    cursor: pointer;
    line-height: 1.5;
    color: var(--pico-primary) !important;
}

.table summary::after {
    position: relative;
    transform: translateY(0.1em);
}

.table details a {
    display: block;
    margin-top: 0.5rem;
}

.table .column-0 {
    width: 6rem;
    white-space: nowrap;
}

.table .column-1 {
    width: auto;
}