.nav-link .task_count, .nav-item-dropdown .task_count {
    background-color: #ffd120;
    color: #000;
    border-radius: 50%;
    padding: 0.15rem 0.25rem;
    font-size: 0.65rem;
    font-weight: 600;
    margin-left: 0.15rem;
}

.pkp_navigation_user .nav-item-dropdown {
    min-width: 170px;
}

.prose p {
    margin-bottom: 1rem;
}

.prose h1 {
    margin-bottom: 1rem;
    font-size: 2rem;
}

.prose h2 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.prose h3 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.prose h4 {
    margin-bottom: 1rem;
    font-size: 1rem;
}

.prose h5 {
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

.prose ul {
    margin-bottom: 1rem;
    list-style-type: disc;
    padding-left: 1rem;
}

.prose ol {
    margin-bottom: 1rem;
    list-style-type: decimal;
    padding-left: 1rem;
}

.prose li {
    margin-bottom: 0.5rem;
}

.prose a {
    text-decoration: underline;
}

.prose a:hover {
    text-decoration: underline;
}