/* Publika eventkomponenternas basstil - delas av alla sajter (oskiktad). */
.vt-filter-chip {
    padding: 0.4rem 0.9rem;
    border-radius: 9999px;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    color: #374151;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}
.vt-filter-chip:hover { background: #f3f4f6; }
.vt-filter-active {
    background: var(--vt-brand, #2563eb);
    border-color: var(--vt-brand, #2563eb);
    color: #ffffff;
}
.vt-event-card { text-decoration: none; }

