.section {
    margin-bottom: 14px;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
}

.section h2 {
    margin-top: 0;
    font-size: 1rem;
}

.item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.item:last-child {
    border-bottom: none;
}

.item.checked .label {
    color: var(--text-faint);
    text-decoration: line-through;
}

.label {
    flex: 1;
}

.quantity {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.item-actions {
    display: flex;
    gap: 8px;
    margin-left: 8px;
}
