.product-contact-btn{
    color: var(--brand-color);
    cursor:pointer;
}

.product-contact-btn a.elementor-button{
    background-color: transparent;
    border: 1px solid var(--brand-color);
}

.product-contact-btn:hover {
    color: white;
    border-color: var(--brand-color);
}
.product-contact-btn:hover a.elementor-button{
     background-color: var(--brand-color);
}

.wp-block-table{
    text-align: left;
}


.wp-block-table, 
.wp-block-table  {
    border-collapse: collapse;
    border: none !important;
    width: 100%;
}

.wp-block-table td, 
.wp-block-table th {
    text-align: left;
    background: transparent !important;
    border-bottom: 1px solid #999 !important;
    padding: 12px 10px !important;
    font-size: 16px;
    font-style: normal !important;
}

.wp-block-table br{
    display: none;
}
.wp-block-table th,
.wp-block-table td:first-child {
    width: 60% !important;
    font-weight: 500 !important;
    color: #333;
}

.wp-block-table.is-style-stripes tr:nth-child(odd) td {
    background-color: transparent !important;
}
