pre code {
  white-space: pre;
}

/* Comments */
.highlight .c1 { color: #6a737d; font-style: italic; } /* Gray and italic for comments */

/* Routing Keywords */
.highlight .kd { color: #d73a49; font-weight: bold; } /* Red for routing-related keywords */

/* Neighbor Keywords */
.highlight .kr { color: #005cc5; font-weight: bold; } /* Blue for neighbor-related keywords */

/* Configuration Keywords */
.highlight .kn { color: #22863a; font-weight: bold; } /* Green for configuration-related keywords */

/* Numbers and IPs */
.highlight .m { color: #0366d6; } /* Blue for numbers and IP addresses */

/* Strings */
.highlight .s2 { color: #032f62; } /* Dark blue for quoted strings */
