
						@import url("/cirkuit/cms/css/frontend.php/news/importance-of-product-descriptions-and-high-quality-pictures.css?mobile=0&mobileUA=0&_v=202609103");
/* List marker fix: the shared blog theme (bpt-ldr) sets list-style:none on ul/ol and
   draws markers via ::before rules that only match .bpt-ldr>li (direct children).
   This post's <li> elements are nested inside <ul>/<ol>, so bullets were missing on
   ul lists and a stray orange "5" badge showed on ol lists. Restore native markers
   in the brand orange and drop the broken ::before. */
.bpt-ldr ul { list-style: disc outside; margin: 0 0 1.4rem; padding: 0 0 0 1.6rem; }
.bpt-ldr ol { list-style: decimal outside; margin: 0 0 1.4rem; padding: 0 0 0 1.9rem; }
.bpt-ldr ul > li, .bpt-ldr ol > li { padding-left: 0; margin: 0 0 0.6rem; }
.bpt-ldr li::before { content: none !important; }
.bpt-ldr ul > li::marker { color: #E8730C; }
.bpt-ldr ol > li::marker { color: #E8730C; }
						
