.bundle-products {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    border-radius: 4px;
}

.bundle-products h3 {
    margin-top: 0;
    color: #333;
}

.bundle-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bundle-item {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

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

.bundle-item-quantity {
    font-weight: bold;
    color: #2ea2cc;
}

.bundle-item a {
    text-decoration: none;
    color: #333;
}

.bundle-item a:hover {
    color: #2ea2cc;
}
