/* Styling for UTM and GCLID hidden fields */
input[type="hidden"][name^="utm_"],
input[type="hidden"][name="gclid"],
input[type="hidden"][name="gad_source"] {
    display: none !important;
}

/* Debug styles - add a border to utm fields when in debug mode */
.utm-gclid-debug input[name^="utm_"],
.utm-gclid-debug input[name="gclid"],
.utm-gclid-debug input[name="gad_source"] {
    border: 1px solid red !important;
    margin: 5px 0 !important;
    padding: 5px !important;
    display: block !important;
    background-color: #ffeeee !important;
}