article.car-item figure {
    position: relative;
}

.niemibil-labels {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 6px;
    pointer-events: none;
}

.car-list-container article.car-item .niemibil-labels > span.niemibil-label,
.related-cars-grid article.car-item .niemibil-labels > span.niemibil-label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #ffffffcc;
    color: #1a2a3a;
    font-family: aller, sans-serif;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1;
    white-space: nowrap;
}

.niemibil-label svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}
