/******* Do not edit this file *******
Code Snippets Manager
Saved: Dec 15 2025 | 10:41:55 */
.highlight-orange {
  background: #E7852C;
  padding: 0px 12px 8px;
  border-radius: 12px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
}
.highlight-red {
  background: #f05858;
  padding: 0px 12px 8px;
  border-radius: 12px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
}
.highlight-blue {
  background: #214291;
  padding: 0px 12px 8px;
  border-radius: 12px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
}
.highlight-teal {
  background: #7fbeb0;
  padding: 0px 12px 8px;
  border-radius: 12px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
}
