/* Press Legacy File Vault Flexible Link Inputs - Patch 0.1.0.6.1 */
.pl061-hidden-select{
  display:none !important;
}
#fileClientFree,
#fileProjectFree,
#filePressFree{
  border-color: rgba(96,165,250,.55);
}
#fileClientFree::placeholder,
#fileProjectFree::placeholder,
#filePressFree::placeholder{
  opacity:.78;
}
#vault .panel h3::after{
  content:'  • dropdowns now accept typed random/unassigned print details';
  display:block;
  margin-top:.25rem;
  font-size:.78rem;
  font-weight:500;
  color:var(--muted, #94a3b8);
}
