.quantity-rules-table-container {
    margin: 15px 0;
}
.quantity-rules-table {
    width: 90%;
    border-collapse: collapse;
    margin-top: 10px;
}
.quantity-rules-table th,
.quantity-rules-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}
.quantity-rules-table th {
    background-color: #f8f8f8;
}
.variation-rules {
    margin: 15px 0;
}