body {
    background-color: var(--bs-body-bg);
}

.content-col > h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 40px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #32325d;
}

table .badge {
    line-height: 0.75;
}

.cursor-p {
    cursor: pointer;
}