.cstc-topbar-btn {
    padding: 0.35rem 0.75rem !important;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.cstc-topbar-btn:hover {
    background-color: rgba(52, 195, 143, 0.12) !important;
}

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

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