/* Project-specific styling on top of Tailwind CDN. */

.status-badge {
    display: inline-block;
    padding: 0.1rem 0.55rem;
    border-radius: 9999px;
    font-size: 0.72rem;
    font-weight: 600;
    white-space: nowrap;
}

/* Hide the native disclosure triangle on sidebar dropdown groups. */
.nav-group > summary {
    list-style: none;
}
.nav-group > summary::-webkit-details-marker {
    display: none;
}
