.color-link {
    color: var(--vf-color-link-default) !important;
}

.ms-1 {
    margin-left: 0.5rem;
}
.me-1 {
    margin-right: 0.5rem;
}
.me-2 {
    margin-right: 1rem;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 0.5rem;
}
.mb-2 {
    margin-bottom: 1rem;
}
.mb-3 {
    margin-bottom: 1.5rem;
}
.mt-1 {
    margin-top: 0.5rem;
}
.mt-2 {
    margin-top: 1rem;
}
.pt-0 {
    padding-top: 0;
}
.pt-1 {
    padding-top: 0.5rem;
}
.pb-0 {
    padding-bottom: 0;
}
.pb-1 {
    padding-bottom: 0.5rem;
}
.top-1 {
    top: 0.25rem;
}

.inline-block {
    display: inline-block;
}

.no-background {
    background: unset !important;
    background-color: unset !important;
}

.contributor-icon {
    width: 69px;
    height: 69px;
    border-radius: 150px;
    margin-bottom: 2.5rem;
    margin-right: 1rem !important;
}

.hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.text-right {
    text-align: end;
}

ul.p-navigation__items,
ul.p-navigation__items li {
    list-style-type: none !important;
}

.flex {
    display: flex;
}

.flex-grow {
    flex-grow: 1;
}

.flex-shrink {
    flex-shrink: 0;
}

.my-1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.max-width {
    width: 100%;
}
@media only screen and (max-width: 576px) {
    .max-width--xs {
        width: 100%;
    }
}
