#notification_badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: #fff;
    padding: 2px 6px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
}

/* Impersonation indicator banner */
.impersonation-banner {
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 8px 16px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.impersonation-banner a {
    color: white;
    text-decoration: underline;
    margin-left: 10px;
}

/* Super admin badge */
.super-admin-badge {
    background: linear-gradient(45deg, #8e44ad, #9b59b6);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Nova container positioning */
#nova {
    position: relative;
}