.wc-vt-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    font-family: 'Poppins', sans-serif;
}

.wc-vt-table thead {
    background: #f3f4f6;
    font-family: 'Poppins', sans-serif;
}

.wc-vt-table th,
.wc-vt-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    font-size: 16px;
    font-family: 'Poppins';
}

.wc-vt-table th {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.wc-vt-price {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.wc-vt-attr {
    width: 100%;
    max-width: 180px;
    font-family: 'Poppins', sans-serif;
}

.wc-vt-action .button {
    min-width: 110px;
    background-color: rgba(255, 100, 14, 1);
}

 .wc-vt-table .wc-vt-add-to-cart.button {
    background-color: orange !important;
    color: white !important;
    border: none !important;
    padding: 8px 12px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
}

.wc-vt-table .wc-vt-add-to-cart.button:hover {
    background-color: darkorange !important;
}

.wc-vt-table .wc-vt-add-to-cart.button[disabled] {
    background-color: #cccccc !important;
    cursor: not-allowed !important;
}



/* Responsive */
@media (max-width: 768px) {
    .wc-vt-table th,
    .wc-vt-table td {
        font-size: 13px;
        padding: 8px;
    }
}
