.card-form {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
    background: #ffffff;
}

.empty-state {
    border-radius: 1rem;
    border: 2px dashed rgba(0, 0, 0, 0.08);
    background: rgba(255, 255, 255, 0.7);
}

/* list items */
.list-group-item {
    background: transparent;
}
