/* Sticky Navbar - works with most themes */
.usn-sticky-navbar {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease;
}

body.usn-navbar-applied {
    padding-top: var(--usn-navbar-height, 0px);
}