.cpl-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 6px 0;
}

.cpl-label {
    display: inline-block;
    padding: 2px 9px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-radius: 3px;
    color: #fff;
    white-space: nowrap;
}

.cpl-label-new {
    background-color: #2ecc71;
}

.cpl-label-secondhand {
    background-color: #e67e22;
}
