
.wvg-variation-grid {
    overflow-x: scroll;
}

.wvg-grid-container {
    margin: 20px 0;
}

.wvg-dropdown-filters {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
}

.wvg-dropdown-filter {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.wvg-dropdown-filter label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.wvg-dropdown-filter select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.wvg-table-container {
    overflow-x: scroll;
}

.wvg-variation-table {
    font-size: 0.65rem;
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.wvg-variation-table th,
.wvg-variation-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.wvg-variation-table th {
    background-color: #f5f5f5;
    font-weight: bold;
}

.wvg-quantity-input {
    width: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.wvg-price {
    display: flex;
    font-size: 0.75rem;
    font-weight: bold;
    color: #333;
}

.wvg-out-of-stock {
    color: #999;
    font-style: italic;
}

.wvg-invalid {
    border: 2px solid #e00 !important;
}

.wvg-row-total {
    background-color: #f0f8ff;
    font-weight: bold;
}

.wvg-add-to-cart-btn {
    margin-top: 15px;
    padding: 12px 25px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.wvg-add-to-cart-btn:hover {
    background-color: #005a87;
}

.wvg-add-to-cart-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.wvg-loading {
    text-align: center;
    padding: 20px;
    color: #666;
}
