/* License Requests — Topbar badge styles (CA-07, JUMP-744) */
.lr-topbar-btn {
    padding: 0.35rem 0.75rem !important;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.lr-topbar-btn:hover {
    background-color: rgba(255, 193, 7, 0.1) !important;
}

.lr-topbar-label {
    font-size: 0.82rem;
    font-weight: 600;
    color: #495057;
}

.lr-topbar-count {
    font-size: 0.7rem;
    padding: 3px 6px;
    min-width: 18px;
}
