.block-tsm-table .section-title{color:var(--table-color);border-bottom:none;}
.block-tsm-table .section-intro{margin-bottom:2rem;}


.block-tsm-table .tsm-table{border-collapse:separate;table-layout:fixed;font-size:2rem;font-weight:bold;line-height:1.1;border-spacing:3px;width:100%;}
.block-tsm-table .tsm-table tr{background:transparent !important;color:inherit !important;}
.block-tsm-table .tsm-table td{padding:1.25rem .75rem;text-align:center;position: relative;background:transparent !important;color:inherit !important;}
.block-tsm-table .tsm-table td:first-child{text-align:left;}
.block-tsm-table .tsm-table tr td:after {background:var(--table-color);position:absolute;top:0;left:0;width:100%;height:100%;content:'';z-index:-1;}
.block-tsm-table .tsm-table tr:nth-of-type(2n) td:after {opacity:0.4;}
.block-tsm-table .tsm-table tr:nth-of-type(2n - 1) td:after {opacity:0.2;}
.block-tsm-table .tsm-table tr:first-child td{color:#ffffff !important}
.block-tsm-table .tsm-table tr:first-child td:after {opacity:1;}


@media(max-width:768px){
    .block-tsm-table .tsm-table, .block-tsm-table .tsm-table td, .block-tsm-table .tsm-table tr, .block-tsm-table .tsm-table tbody{display:block;}
    .block-tsm-table .tsm-table tr{margin-bottom:2rem;}
    .block-tsm-table .tsm-table tr:first-child td{display:none;}
    .block-tsm-table .tsm-table tr td{text-align:left;}
    .block-tsm-table .tsm-table tr td:before{content:attr(data-title) ': ';position:static;background:transparent;color:inherit;opacity:1 !important;}
    .block-tsm-table .tsm-table tr td.no-title:before{display:none;}

    .block-tsm-table .tsm-table tr td:after{opacity:0.2 !important;}
    .block-tsm-table .tsm-table tr td:first-child{color:#ffffff !important;}
    .block-tsm-table .tsm-table tr td:first-child:after{opacity:1 !important;}
}