.turbo-progress-bar {
  visibility: hidden; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 350px; }

.highlight {
  background-color: #B0B0B0;
  /* Light yellow */
  color: #fff;
  /* Black text */
  border-radius: 20px;
  padding: 2px 5px;
  white-space: nowrap;
  /* Keep keywords intact */ }

@tailwind base;
@tailwind components;
@tailwind utilities;
/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
