.project-stats {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
}

.project-stats .stat-icon {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    min-height: 20px;
    fill: currentColor;
}

.project-stats .stat-label {
    line-height: 1;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase !important;
}

.project-stats .stat-number {
    line-height: 1;
    font-weight: 700;
    margin: 0;
} 