/* Core Services default decoration replacement V1.8.0 */

.cfm-services.cfm-core-default-decoration-disabled::before,
.cfm-services.cfm-core-default-decoration-disabled::after,
.cfm-services[data-cfm-disable-default-decoration="1"]::before,
.cfm-services[data-cfm-disable-default-decoration="1"]::after,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__panel::before,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__panel::after,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__content::before,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__content::after,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__inner::before,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__inner::after,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__wrapper::before,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__wrapper::after,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__background::before,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__background::after,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__visual::before,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__visual::after,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__grid::before,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__grid::after,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__tabs::before,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__tabs::after,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__tab-content::before,
.cfm-services.cfm-core-default-decoration-disabled .cfm-services__tab-content::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    background-image: none !important;
}

.cfm-services.cfm-core-default-decoration-disabled
:is(
    .cfm-services__dots,
    .cfm-services__dots-image,
    .cfm-services__panel-dots,
    .cfm-services__background-dots,
    .cfm-services__dot-pattern,
    .cfm-services__shape,
    .cfm-services__pattern,
    [class*="dots"],
    [class*="dot-pattern"],
    [data-cfm-dots],
    [data-decoration="dots"],
    [data-pattern="dots"]
) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    background: none !important;
    background-image: none !important;
}
