ul.custom-bullets li { position: relative; padding-left: 14px; /* spațiu pentru bullet + text */ margin-bottom: 8px; display: flex; align-items: center; } ul.custom-bullets li::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #000; /* culoarea bullet-ului */ margin-right: 8px; flex: 0 0 auto; }