/* 1. Push the main app down */
#app, .loading {
    margin-top: 70px !important;
}

/* 2. The Nav Bar */
#risklayer-zammad-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: white;
    z-index: 9999; /* Zammad's sidebar is lower, but modals are higher */
    display: flex;
    align-items: center;
    padding: 0 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border-bottom: 1px solid #ddd;
    font-family: sans-serif;
}

#risklayer-zammad-nav a {
    text-decoration: none !important;
    color: #333 !important;
    font-weight: 600;
    margin-right: 25px;
    font-size: 14px;
}

#risklayer-zammad-nav i {
    color: #007bff;
    margin-right: 6px;
}
