.aw-pdp-labels {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.aw-pdp-spec,
.aw-pdp-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 32px;
    padding: 0 14px;
    border-radius: 16px;
    font-family: var(--ff-mono, monospace);
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    background: #374151;
}

.aw-pdp-spec {
    background: #111827;
}

.aw-pdp-badge {
    text-transform: capitalize;
}

.aw-pdp-badge--winterreifen { background: #2563eb; }
.aw-pdp-badge--sommerreifen { background: #f59e0b; }
.aw-pdp-badge--ganzjahresreifen { background: #0f9d58; }

.aw-pdp-badge--premium { background: #1f8a5b; }
.aw-pdp-badge--quality { background: #0ea5e9; }
.aw-pdp-badge--budget { background: #6b7280; }
