{"version":3,"sources":["../bgr-icons.css"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;;AAEH,0CAA0C;AAC1C;;CAEC,sBAAsB;CACtB,WAAW;CACX,YAAY;CACZ,eAAe;CACf,mBAAmB;CACnB,oBAAoB;CACpB,qBAAqB;CACrB,oCAAoC;CACpC;;AAED;;CAEC,iBAAiB,CAAC,2BAA2B;CAC7C,iBAAiB;CACjB,6EAA6E;CAC7E;;AAED,2CAA2C;AAC3C;;;CAGC,sBAAsB;CACtB,WAAW;CACX,YAAY;CACZ,eAAe;CACf,mBAAmB;CACnB,oBAAoB;CACpB,qBAAqB;CACrB,oCAAoC;CACpC;;AAED;;;CAGC,iBAAiB,CAAC,0BAA0B;CAC5C,iBAAiB;CACjB,6EAA6E;CAC7E;;AAED,mDAAmD;AACnD;;CAEC,sBAAsB;CACtB,WAAW;CACX,YAAY;CACZ,eAAe;CACf,mBAAmB;CACnB,oBAAoB;CACpB,qBAAqB;CACrB,oCAAoC;CACpC,mBAAmB;CACnB;;AAED;;CAEC,iBAAiB,CAAC,2BAA2B;CAC7C,iBAAiB;CACjB,mBAAmB;CACnB,SAAQ;CACR,WAAW;CACX,iBAAiB;CACjB,6EAA6E;CAC7E;;AAED;;CAEC,iBAAiB,CAAC,0BAA0B;CAC5C,iBAAiB;CACjB,iBAAiB;CACjB,6EAA6E;CAC7E;;AAED,qCAAqC;AACrC;CACC,sBAAsB;CACtB,WAAW;CACX,YAAY;CACZ,eAAe;CACf,mBAAmB;CACnB,oBAAoB;CACpB;;AAED;CACC,kBAAkB,CAAC,0BAA0B;CAC7C;;AAED,6CAA6C;AAC7C;CACC,sBAAsB;CACtB,WAAW;CACX,YAAY;CACZ,eAAe;CACf,mBAAmB;CACnB,oBAAoB;CACpB;;AAED;CACC,kBAAkB,CAAC,qCAAqC;CACxD;;AAED,4CAA4C;AAC5C;;;;;;;CAOC,uBAAuB;CACvB;;AAED,yCAAyC;AACzC;CACC,iBAAiB,CAAC,oCAAoC;CACtD,gBAAgB;CAChB","file":"bgr-icons.rtl.css","sourcesContent":["/**\n * BuddyPress Group Reviews - Icon Styles\n *\n * Replaces FontAwesome icons with CSS-based icons for WordPress.org compliance\n * (no external CDN resources allowed)\n *\n * @package BuddyPress_Group_Review\n * @since 3.5.1\n */\n\n/* Star Icons - Full Star (fas fa-star) */\n.fas.fa-star.stars,\n.fas.fa-star.bgr-star-rate {\n\tdisplay: inline-block;\n\twidth: 1em;\n\theight: 1em;\n\tline-height: 1;\n\tfont-style: normal;\n\tfont-weight: normal;\n\ttext-rendering: auto;\n\t-webkit-font-smoothing: antialiased;\n}\n\n.fas.fa-star.stars::before,\n.fas.fa-star.bgr-star-rate::before {\n\tcontent: \"\\2605\"; /* ★ Unicode filled star */\n\tfont-size: 1.2em;\n\t/* Color is set via dynamic CSS from admin settings - do not hardcode here */\n}\n\n/* Star Icons - Empty Star (far fa-star) */\n.far.fa-star.stars,\n.far.fa-star.bgr-star-rate,\n.far.fa-star.bgr-stars {\n\tdisplay: inline-block;\n\twidth: 1em;\n\theight: 1em;\n\tline-height: 1;\n\tfont-style: normal;\n\tfont-weight: normal;\n\ttext-rendering: auto;\n\t-webkit-font-smoothing: antialiased;\n}\n\n.far.fa-star.stars::before,\n.far.fa-star.bgr-star-rate::before,\n.far.fa-star.bgr-stars::before {\n\tcontent: \"\\2606\"; /* ☆ Unicode empty star */\n\tfont-size: 1.2em;\n\t/* Color is set via dynamic CSS from admin settings - do not hardcode here */\n}\n\n/* Star Icons - Half Star (fas fa-star-half-alt) */\n.fas.fa-star-half-alt.stars,\n.fas.fa-star-half-alt.bgr-star-rate {\n\tdisplay: inline-block;\n\twidth: 1em;\n\theight: 1em;\n\tline-height: 1;\n\tfont-style: normal;\n\tfont-weight: normal;\n\ttext-rendering: auto;\n\t-webkit-font-smoothing: antialiased;\n\tposition: relative;\n}\n\n.fas.fa-star-half-alt.stars::before,\n.fas.fa-star-half-alt.bgr-star-rate::before {\n\tcontent: \"\\2605\"; /* ★ Unicode filled star */\n\tfont-size: 1.2em;\n\tposition: absolute;\n\tleft: 0;\n\twidth: 50%;\n\toverflow: hidden;\n\t/* Color is set via dynamic CSS from admin settings - do not hardcode here */\n}\n\n.fas.fa-star-half-alt.stars::after,\n.fas.fa-star-half-alt.bgr-star-rate::after {\n\tcontent: \"\\2606\"; /* ☆ Unicode empty star */\n\tfont-size: 1.2em;\n\toverflow: hidden;\n\t/* Color is set via dynamic CSS from admin settings - do not hardcode here */\n}\n\n/* Admin Icons - Tags (fa fa-tags) */\n.fa.fa-tags {\n\tdisplay: inline-block;\n\twidth: 1em;\n\theight: 1em;\n\tline-height: 1;\n\tfont-style: normal;\n\tfont-weight: normal;\n}\n\n.fa.fa-tags::before {\n\tcontent: \"\\1F3F7\"; /* 🏷 Unicode tag emoji */\n}\n\n/* Admin Icons - Comments (fa fa-comments) */\n.fa.fa-comments {\n\tdisplay: inline-block;\n\twidth: 1em;\n\theight: 1em;\n\tline-height: 1;\n\tfont-style: normal;\n\tfont-weight: normal;\n}\n\n.fa.fa-comments::before {\n\tcontent: \"\\1F4AC\"; /* 💬 Unicode speech balloon emoji */\n}\n\n/* Ensure icons inherit color from parent */\n.fas.fa-star.stars,\n.far.fa-star.stars,\n.fas.fa-star-half-alt.stars,\n.fas.fa-star.bgr-star-rate,\n.far.fa-star.bgr-star-rate,\n.fas.fa-star-half-alt.bgr-star-rate,\n.far.fa-star.bgr-stars {\n\tvertical-align: middle;\n}\n\n/* Hover effects for interactive stars */\n.far.fa-star.bgr-stars:hover::before {\n\tcontent: \"\\2605\"; /* Change to filled star on hover */\n\tcursor: pointer;\n}\n"]}