.dcr-certification-manufacturer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 12px;
}

.dcr-certification-manufacturer-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    background-color: #f3f4f6;
    color: #1f2937;
    border-radius: 8px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    white-space: nowrap;
}

ul.dcr-certification-manufacturer-badges {
    list-style: none;
    padding: 0;
}

.dcr-google-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    line-height: 1;
}

.dcr-google-rating-star {
    position: relative;
    display: inline-block;
    color: inherit;
    font-size: inherit;
}

.dcr-google-rating-star.is-filled {
    color: inherit;
}

.dcr-google-rating-star.is-half {
    color: inherit;
}

.dcr-google-rating-star-base {
    color: inherit;
    opacity: 0.35;
}

.dcr-google-rating-star-fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    overflow: hidden;
    color: inherit;
    opacity: 1;
}

.dcr-google-review-stars {
    margin: 0 0 8px;
}

.dcr-google-reviews-summary {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
