.go-bag-contents {
    margin: 40px 0;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 5px;
}

.go-bag-contents h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.go-bag-items-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.go-bag-items-table th,
.go-bag-items-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.go-bag-items-table th {
    background-color: #f5f5f5;
    font-weight: 600;
}

.go-bag-items-table td img {
    max-width: 80px;
    height: auto;
    border: 1px solid #ddd;
    padding: 3px;
    background: #fff;
}

.go-bag-items-table tr:hover {
    background-color: #f9f9f9;
} 