/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
/* TABLE */
.wp-block-table {
 width: 100%;
 border-collapse: collapse;
    margin: 0;
    font-size: .9em;
    font-family: sans-serif;
    min-width: 350px;
    border: 1px solid #dadada;
}
.wp-block-table tr {
    background-color: #f1f1f1;
    border-bottom: 1px solid #dadada;
    color: #333;
    font-family: -apple-system,"system-ui",Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
.wp-block-table th, .wp-block-table td {
    padding: 12px 15px;
}
.wp-block-table tbody tr.active-row {
    font-weight: 700;
    color: #3c3c3c;
}
.wp-block-table tbody tr {
    border-bottom: 1px solid #dadada;
}
.wp-block-table tbody tr:nth-of-type(even) {
    background-color: #fff;
}