.ccs-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}
.ccs-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.ccs-item i,
.ccs-number,
.ccs-label {
    color: inherit;
    font-size: 14px;
    line-height: 1;
}
.ccs-number {
    font-weight: 500;
}