Form with Styling Elements That Don't Work Anymore

Hey all,

I have a form on our page that doesn’t seem to work anymore.

There are a few elements:

  1. “Round Trip” / “One Way” → when they’re selected, they don’t highlight
  2. “My dates are flexible” → when this is clicked, the ‘checked’ image doesn’t display anymore
  3. “Business Class / First Class” → when this is selected, this doesn’t highlight anymore

There’s currently custom style code on the site for this:

/* Round Trip, One Way */ input[type="radio"]:checked + label.yes { /* added combo-style for bg gradient blue*/ color: #fff; background: linear-gradient(45deg, #5498FB, #5465FB); border-radius: 3px; } /* Global checkbox */ input[type="checkbox"]:checked + label { background-image: url("https://uploads-ssl.webflow.com/5c39729d91db03107a55aa91/5c3c5142fa775a19a8c512bf_checkbox-yes.svg"); } input[type="submit"].loading { opacity: 0.7; pointer-events: none; }

Is there anything you all can notice about why this is happening?

Thank you!