/* Hide "BentoPDF" nav text and replace with custom name */
span.text-white.font-bold.text-xl.ml-2 a {
  font-size: 0 !important;
  visibility: visible;
}
span.text-white.font-bold.text-xl.ml-2 a::after {
  content: "BACBC-CCS-TTP PDF Tools";
  font-size: 1.25rem;
  color: white;
  font-weight: bold;
}
