/* Tickets — indicador de pendências no topbar */
.tickets-topbar-btn {
    padding: 0.35rem 0.75rem !important;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.tickets-topbar-btn:hover {
    background-color: rgba(244, 106, 106, 0.12) !important;
}

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

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