/* Basis-Styles für Versuchsergebnisse-Archiv-Block */
.ve-filter {
    margin-bottom: 1em;
}
.ve-filter--state select {
    padding: 0.3em;
    font-size: 1em;
}
.ve-filter--cats .ve-cat-button {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
}
.ve-cat-button.is-active {
    font-weight: bold;
}
.ve-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1em;
}
.ve-item {
    border: 1px solid #ddd;
    padding: 0.5em;
}
.ve-meta {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 0.3em;
}
.ve-title {
    font-weight: bold;
    margin-bottom: 0.5em;
}
.ve-file-info {
    font-size: 0.85em;
    text-align: right;
}
.ve-pagination {
    margin-top: 1em;
    text-align: center;
}
.ve-page-button {
    margin: 0 0.2em;
}
.ve-page-button.is-active {
    font-weight: bold;
}