#header-main-navigation > ul > li:last-child { background: #f00; }
#header-main-navigation > ul > li:last-child a { color:#fff !important; }

/* Guides (12 Sep 2026): links inside table cells wrap at spaces, not mid-word */
.user-defined-content td a, .user-defined-content th a { word-break: normal; }

/* Guides (14 Sep 2026): guide figures are 280 px on desktop, full column width on phones and tablets */
@media (max-width: 768px) { .user-defined-content img.guide-figure { width: 100% !important; max-width: 400px; } }
@media (min-width: 769px) { .user-defined-content img.guide-figure { margin: 0 12px 8px 0; } }