.projects__project-link {
	display: inline-flex !important;
}

button.empty {
	cursor: default;
}

button.empty span:not(:first-child) {
	opacity: 0.5;
}

ul.projects__details a {
    text-decoration: underline;
    text-decoration-thickness: from-font;
    text-underline-offset: 2px;
} 

ul.projects__details-vendors p {
    line-height: 1.1;
    margin-bottom: .8em;
    font-size: 1rem;
}

li.projects__category.zero-margin-bottom {
    margin-bottom: 0;
}

.disabled-click {
    cursor: default;
    pointer-events: none;
}