.zdcb-container-block {
    --zdcb-light-background: var(--bs-secondary);
    --zdcb-dark-background: var(--bs-primary);
    --zdcb-light-foreground: var(--bs-secondary);
    --zdcb-dark-foreground: var(--bs-primary);
}
.zdcb-container-block.has-background.background-type--color.has-background-style--light .content>div>*, .zdcb-container-block.has-background.background-type--color.has-background-style--light .content .wp-block-column>:not(.acf-block-component)>* {
    color: var(--bs-shades-100);
}
.zdcb-container-block.has-background.background-type--color.has-background-style--dark .content p, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .content .wp-block-column>:not(.acf-block-component) p {
    color: var(--bs-shades-100);
}
.zdcb-container-block.has-background.background-type--color.has-background-style--dark .content p.is-style-subtitle, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .content .wp-block-column>:not(.acf-block-component) p.is-style-subtitle {
    color: var(--bs-shades-0);
}
.zdcb-container-block.has-background-style--light {
    --bs-heading-color: var(--bs-shades-100);
}

.zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link {
    background-color: var(--bs-shades-0);
}
.zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link {
    background-color: var(--bs-shades-100);
    color: var(--bs-shades-0);
}
.zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link img {
   -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link:hover, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link:focus, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link:focus-visible, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link:active {
    background-color: var(--bs-shades-100);
    color: var(--bs-shades-0);
    border-color:var(--bs-shades-100);
}
.zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link:hover img, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link:focus img, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link:focus-visible img, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link:active img {
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}

.zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link:hover, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link:focus, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link:focus-visible, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link:active {
    background-color: var(--bs-shades-0);
    color: var(--bs-shades-100);
    border-color:var(--bs-shades-0);
}
.zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link:hover img, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link:focus img, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link:focus-visible img, .zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .black-bg-btn .wp-block-button__link:active img {
    -webkit-filter: none;
    filter: none;
}
.zdcb-container-block.has-background.background-type--color.has-background-style--dark .zdcb-basic-content-image-block .wp-block-buttons .wp-block-button__link {
    color: var(--bs-shades-100);
    background-color: var(--bs-shades-0);
}
.zdcb-container-block.has-background.background-type--color.background-position--full{
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2);
}