/* -–---------------------- WORDPRESS TABLES -------------------- */
/* add styling to tables used in the wordpress block editor */





.wp-block-table tr, 
.wp-block-table thead{
    border-bottom: var(--csc-dark-green)) !important;
    border-bottom-width: 1px !important;
    border-bottom-style: solid !important;
}

.wp-block-table td,
.wp-block-table th{
    border: 0px solid !important;
    vertical-align: top;
}
  

.wp-block-table thead{
    background-color: var(--csc-dark-green);
    color: white;
    font-weight: 700;

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

