.credit .nav-item a {
    font-size: var(--bs-nav-link-font-size);
    font-weight: bold;
    color: #333333;
}

.credit .nav-item .active {
    text-decoration: underline !important;
}

@media (max-width: 500px) {
    .credit .nav-item a {
        font-size: 0.8rem;
        display: inline;
    }

    .mx-1 {
        margin: 0 !important;
    }

    .line:before {
        position: absolute;
        /*left: -5px;*/
        top: 15px;
        content: "";
        display: inline-block;
        height: 0.8rem;
        width: 2px;
        background: #333;
    }
}
