:root :where(.is-style-surface-dark-green--1 a:where(:not(.wp-element-button))) {
        color: var(--wp--custom--color--text--link)
    }

    :root :where(.is-style-surface-dark-green--1 a:where(:not(.wp-element-button)):hover) {
        color: var(--wp--custom--color--text--brand)
    }

    :root :where(.wp-block-group.is-style-surface-dark-green--1) {
        background-color: var(--wp--custom--color--surface--primary);
        color: var(--wp--custom--color--text--secondary)
    }

    :root :where(.wp-block-group.is-style-surface-primary--3) {
        background-color: var(--wp--custom--color--surface--primary);
        color: var(--wp--custom--color--text--secondary)
    }

    :root :where(.is-style-surface-dark-green--9 a:where(:not(.wp-element-button))) {
        color: var(--wp--custom--color--text--link)
    }

    :root :where(.is-style-surface-dark-green--9 a:where(:not(.wp-element-button)):hover) {
        color: var(--wp--custom--color--text--brand)
    }

    :root :where(.wp-block-group.is-style-surface-dark-green--9) {
        background-color: var(--wp--custom--color--surface--primary);
        color: var(--wp--custom--color--text--secondary)
    }

    :root :where(.wp-block-group.is-style-surface-primary--10) {
        background-color: var(--wp--custom--color--surface--primary);
        color: var(--wp--custom--color--text--secondary)
    }

    :root :where(.is-style-surface-dark-green--11 a:where(:not(.wp-element-button))) {
        color: var(--wp--custom--color--text--link)
    }

    :root :where(.is-style-surface-dark-green--11 a:where(:not(.wp-element-button)):hover) {
        color: var(--wp--custom--color--text--brand)
    }

    :root :where(.wp-block-group.is-style-surface-dark-green--11) {
        background-color: var(--wp--custom--color--surface--primary);
        color: var(--wp--custom--color--text--secondary)
    }
