.button-link {
    background: none !important;
    border: none;
    padding: 0;
    color: var(--pico-primary);
    text-decoration: underline;
    cursor: pointer;
}

.text-nowrap {
    white-space: nowrap;
}

.text-end {
    text-align: right !important;
}

.grid-50-50 {
    grid-template-columns: 1fr;
    @media (min-width: 768px) {
        grid-template-columns: 1fr 1fr;
    }
}

.grid > article {
    margin-bottom: 0;
}

body:has(:not(:defined)) {
    display: none;
}
