.wpcf7-acceptance .wpcf7-list-item-label{
    color: rgb(206, 206, 206);
}

.wpcf7-acceptance .wpcf7-list-item-label>a{
    color: #ffffff !important;
}

.wpcf7-acceptance .wpcf7-list-item-label>a:hover{
    color: rgb(206, 206, 206) !important;
}

.wpcf7-acceptance input:not([type=submit]):focus, select:focus, textarea:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(6px) !important;
}