<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
---------------------------------------------------
Anchors  - Small Breakpoint
---------------------------------------------------  
*/

.component.usn_cmp_anchornavigation nav.anchors-expand:not(.open-mobile) { 
    display:none;
}
.component.usn_cmp_anchornavigation nav.anchors-expand {
    padding-top: var(--base-half-spacing);
}
.component.usn_cmp_anchornavigation nav.anchors-expand ul.nav li.nav-item {
    width: 100%;
    margin: 0!important;
}
.component.usn_cmp_anchornavigation nav.anchors-expand ul.nav li.nav-item:not(:first-child) {
    margin-top: 5px!important;
}
</pre></body></html>