.case-project-group {
    margin-bottom: 42px;
}

.case-project-group h4 {
    color: var(--primary-light);
    font-size: 1.5rem;
    margin-bottom: 16px;
}

.case-project-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.case-project-link {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    justify-content: space-between;
    padding: 13px 4px;
    text-decoration: none;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.case-project-link:hover {
    color: #ffffff;
    padding-left: 10px;
}
