/*This stylesheet is to help tableberg overide theme css and use it's own  */

.wp-block-tableberg-wrapper .tableberg-styled-list .tableberg-list-icon svg {
    width: var(--tableberg-styled-list-icon-size) !important;
    height: var(--tableberg-styled-list-icon-size) !important;
    display: inline-block !important;
    fill: var(--tableberg-styled-list-icon-color, #000) !important;
    vertical-align: middle !important;
}


.wp-block-tableberg-wrapper .tableberg-styled-list .tableberg-list-icon svg path {
    fill: currentColor !important;
    color: var(--tableberg-styled-list-icon-color, #000) !important;
}

.wp-block-tableberg-wrapper .tableberg-styled-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0 !important;
}

.wp-block-tableberg-wrapper .tableberg-styled-list .tableberg-list-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.wp-block-tableberg-wrapper .tableberg-styled-list .tableberg-list-item-inner {
    display: flex !important;
    align-items: center !important;
    gap: var(--tableberg-styled-list-icon-spacing, 8px) !important;
}