@layer master {
    .templateContent {
        &.themeColor1 {
            .embedCode {
                background: var(--color1);
                border-radius: var(--border-radius);
            }
        }
    }
}