/* List style option */

.wp-block-list.is-style-togtheme-check-list {
    list-style: none;
    padding-left: 0;
}

.wp-block-list.is-style-togtheme-check-list li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 40px; 
}

.wp-block-list.is-style-togtheme-check-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: var(--tog-primary);
}

.wp-block-table.is-style-tog-style table {
    margin-bottom: 40px;
}

.wp-block-table.is-style-tog-style th,
.wp-block-table.is-style-tog-style td {
    border: none;
}
.wp-block-table.is-style-tog-style td {
    border-top: 1px solid #8091AA;
    color: var(--black-text);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 15px 0;
}
.wp-block-table.is-style-tog-style th {
    color: var(--black-text);
    font-family: Onest;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 15px 0;
}
.wp-block-table.is-style-tog-style tr:hover {
    background: var(--grey-input-background);
}
.wp-block-table.is-style-tog-style thead {
    border-bottom: 1px solid var(--tog-border);
}