/* Shared card primitive. Avoid the generic .card class. */
.bv-card {
    border: 1px solid var(--bv-border);
    border-radius: var(--bv-radius-lg);
    background: var(--bv-surface);
    box-shadow: var(--bv-shadow-sm);
}

.bv-card-padded {
    padding: 28px;
}
