/* Identical badge presentation to the approved staging quality block. */
.dmp-quality-badges {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    display: flex;
    max-width: calc(100% - 20px);
    flex-wrap: wrap;
    gap: 4px;
    justify-content: flex-end;
    pointer-events: none;
}
.dmp-quality-badge {
    display: inline-flex;
    min-height: 29px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 12px;
    overflow: hidden;
    border: 0;
    border-radius: 30px;
    background: #542785;
    box-shadow: 0 2px 7px rgba(12, 4, 39, 0.16);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.01em;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dmp-quality-badge--original-service-part { background: #960200; }
.dmp-quality-badge--origineel { background: #002366; }
.dmp-quality-badge--full-oem { background: #2446a8; }
.dmp-quality-badge--oem { background: #3650a2; }
.dmp-quality-badge--pulled-oem { background: #2d5af5; }
.dmp-quality-badge--refurbished-oem { background: #087a4a; }
.dmp-quality-badge--compatible { background: #4b5a5f; }
.dmp-quality-badge--compatibel { background: #344a53; }
.dmp-quality-badge--high-quality { background: #5b3b9a; }
.dmp-quality-badge--premium { background: #7a5c00; }
.dmp-quality-badges ~ .product-featured-icons--primary {
    top: 10px !important;
    bottom: auto !important;
}
@media (min-width: 1200px) {
    .dmp-quality-badges {
        right: 15px;
        bottom: 15px;
        max-width: calc(100% - 30px);
    }
    .dmp-quality-badges ~ .product-featured-icons--primary { top: 15px !important; }
}
