.matec-cart-table-wrapper {
    background: #fff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}

.matec-cart-title {
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.matec-cart-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.matec-cart-table th {
    background: #e6efff;
    color: #333;
    text-align: left;
    padding: 0.75rem;
    font-weight: 600;
}

.matec-cart-table td {
    padding: 0.75rem;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.product-cell {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-cell img {
    border-radius: 8px;
    background: #f0f0f0;
}

.matec-cart-footer {
    text-align: right;
    margin-top: 1rem;
}

.matec-btn-whatsapp {
    background: #007bff;
    color: white;
    padding: 12px 18px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background 0.3s;
}

.matec-btn-whatsapp:hover {
    background: #005dc0;
}
