.custom-matrix-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.custom-matrix-table th, .custom-matrix-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
}

.custom-matrix-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.custom-matrix {
    margin-top: 20px;
    font-family: 'Helvetica Neue', sans-serif;
}

.custom-matrix h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
}

.custom-matrix label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    font-size: 1em;
}

.custom-matrix select {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 0.95em;
    background-color: #fff;
}

.custom-matrix-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.custom-matrix-table thead {
    background-color: #f2f2f2;
}

.custom-matrix-table th,
.custom-matrix-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center;
    font-size: 0.95em;
}

.custom-matrix-table th {
    font-weight: 600;
    color: #333;
    background-color: #f7f7f7;
}

.custom-matrix-table td input[type="number"] {
    width: 60px;
    padding: 4px;
    font-size: 1em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.custom-matrix-table .price {
    color: #0066cc;
    font-weight: bold;
}

.woocommerce .single_add_to_cart_button {
    background-color: #e78b87 !important;
    color: white !important;
    padding: 12px 24px;
    font-size: 1em;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.woocommerce .single_add_to_cart_button:hover {
    background-color: #c96a64 !important;
}

