/*
Block Name: Table Repeater
Description: This block is for more complex tables and uses Grid rather than a table layout.
*/

.block-table-repeater .table-repeater-grid { display: grid; grid-gap: 0rem; align-items: center; }
.block-table-repeater .table-repeater-grid .col { border-bottom: 1px solid var(--brand-1); padding: .25rem 0; }
.block-table-repeater .table-repeater-grid .col.table-repeater-header { border-bottom: 3px solid var(--brand-1); font-weight: 600; margin-bottom: 1rem; }
.block-table-repeater .table-repeater-grid .col a { color: var(--brand-1); }
.block-table-repeater .table-repeater-grid .col a:hover { color: var(--brand-2); }