/**
 * Product Badges Styling - Standalone CSS
 * This file is specifically for product badges on product detail pages
 * Highly scoped selectors to avoid affecting other elements
 */

/* Product Badges Container - Only on product detail pages */
.course-detail-section .course-detail-head .courseDetail-info-col .product-badges-wrapper {
    display: inline-block;
    margin-top: 1%;
    width: 100%;
}
.course-detail-section .course-detail-head .courseDetail-info-col .product-badges-wrapper li {
    display: inline-block;
    margin-right: 2%;
    font-size: 13px;
    font-family: 'fontRegular';
    color: #00A8B2;
}

.course-detail-section .course-detail-head .courseDetail-info-col .product-badges-wrapper li:before {
    content: "● ";
}