.project-link {
    color: black;
    display: flex;
    align-items: stretch;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 1rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1rem;
    gap: 1rem;
}

.project-link:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.025);
}

.project-link > .left-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.project-link > .left-container > .name {
    font-size: 1.5rem;
    font-weight: bold;
}

.project-link > .right-container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.project-link > .right-container > .open-link {
    color: #007aff;
    text-align: right;
    margin-top: auto;
    margin-left: auto;
    white-space: nowrap;
}
