:where(.editor-styles-wrapper) .wp-block-acf-site-tab-item .tab-items-container {
    background-color: #f9f9f9!important;
}
:where(.editor-styles-wrapper) .wp-block-acf-site-tab-parent.has-background .wp-block-acf-site-tab-item .tab-items-container {
    background-color: rgb(249 249 249 / 25%) !important;
}
:where(.editor-styles-wrapper) .wp-block-acf-site-tab-item.has-background .tab-items-container {
    background-color: #fff!important;
    color: #000;
}
:where(.editor-styles-wrapper) .wp-block-acf-site-tab-item.has-background {
    padding: 2em;
}
