/* CPU 상세 스펙 행의 첫 번째 셀을 일반 데이터 셀처럼 보이게 */
.cluster-content .cluster-table tbody tr.cpu-spec-detail td:first-child {
    color: inherit !important;
    font-weight: 400 !important;
    font-size: inherit !important;
    border-left: solid 1px #e9e9ea !important;
}

/* 빈 행의 모든 셀에 왼쪽 테두리 추가 */
.cluster-content .cluster-table tbody tr.empty-spacer td {
    border-left: solid 1px #e9e9ea !important;
}

