/**
 * Frontend styling pentru label-uri.
 */

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

.cpl-labels--single {
    margin: 8px 0 14px 0;
}

.cpl-label {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 9px;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    white-space: nowrap;
    background: #f0f0f0;
    color: #333;
}

.cpl-labels--single .cpl-label {
    font-size: 12px;
    padding: 6px 11px;
}

/* În Woodmart product header, ne asigurăm că label-ul are spațiu față de titlu */
.wd-product-header .cpl-labels {
    margin-bottom: 8px;
}
