.project-item {
    padding: 2rem 0;
    border-bottom: 1px solid #eee;
}

.project-item:last-child {
    border-bottom: none;
}

.project-screenshot {
    overflow: hidden;
    border-radius: 12px;
    background: #f8f9fa;
    transition: transform 0.3s ease;
}

.project-screenshot:hover {
    transform: scale(1.03);
}

.project-screenshot img {
    width: 100%;
    height: auto;
    display: block;
}

.project-title {
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.project-description {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 1.25rem;
}

.project-features {
    padding-left: 1.0rem;
    margin-bottom: 1.5rem;
}

.project-features li {
    margin-bottom: 0.5rem;
}