/*
Pattern Name:         content-table
Version:            1.0
*/

.content-table .wp-block-table.is-style-stripes thead tr{
	border-bottom: solid 2px var(--wp--preset--color--black);
}
.content-table .wp-block-table.is-style-stripes thead th{
    font-family: var(--wp--preset--font-family--gt-haptik)!important;
    color: var(--wp--preset--color--black)!important;
    cursor: pointer!important;
    font-style: normal!important;
    font-weight: 800!important;
    font-size: 18px!important;
    line-height: 25px!important;
    padding: 10px 0px;
    letter-spacing: -0.04em!important;
    margin-bottom: 0px!important;
}
.content-table .wp-block-table.is-style-stripes tbody tr:nth-child(odd){
	background: none;
}
.content-table .wp-block-table.is-style-stripes tbody tr td{
	padding: 12px 0px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--wp--preset--color--black);
    border-bottom: 1px solid #EBEBEB;
}
