已选中联系表 7 单选按钮

contact form 7 radio button checked

我想在 WP 插件 ContactForm7 中设计我的单选按钮,我使用的是来自该网站的源代码:Source CSS code

单击/选中单选按钮时,它应该变为绿色:

.wpcf7 .wpcf7-list-item:checked .wpcf7-list-item-label:before{
    content:'14';
    text-indent: .9em;
    color: #9CE2AE;
    background-color: #4DCB6D;
}

我使用什么选择器?我如何到达它?

注意:如果我输入 'active' 而不是选中,那么当我按下鼠标按钮时它会闪烁绿色...

我迷路了!感谢您的帮助!

追求:焦点,

这应该有效。