#pw-masthead a {
  font-size: 13px !important;
}
  #pw-masthead ul.pw-primary-nav {
    gap: 15px !important;
  }
  
#wrap_Inputfield_builder_v1 [data-type="32"].InputfieldRepeaterItem > label.InputfieldHeader,
#wrap_Inputfield_builder_v1 [data-type="33"].InputfieldRepeaterItem > label.InputfieldHeader {
  border: 1px solid #999 !important;
  color: #DB1174 !important;
  background-color: #fff !important;
}

/* make 'Bids' listerpro use monospace for 'title' */
.listerpro-bids .ProcessListerTable tbody > tr > td:nth-child(3) {
  font-family: monospace !important;
}

/* make 'mailchimp_id' notes background be transparent */
#main #wrap_Inputfield_mailchimp_web_id .notes {
  background: transparent !important;
}

#wrap_Inputfield_mailchimp_temp {
  opacity: .5;
}

/* !!!
this was added on 6/13/2024 because for some reason, the Re-send welcome message" checkbox was not appearing
technically, it's there, but something is adding uk-hidden to it
it's not a bug with the module itself; it works fine on jl.com
it must be because the roles.count>1 part is not firing correctly for some reason?
actually that's probably not it because what's really happening is that it's display:block but then uk-hidden getting added
not sure what's causing that; just force it for now
*/
#wrap_Inputfield_sendEmail {
  display: block !important;
}
#wrap_Inputfield_emailMessage {
  display: block !important;
}