/* Frontend styles for Hamesha Text Styler */

.hts-bullet-circle li {
    list-style-type: circle;
}

.hts-bullet-dash li {
    list-style-type: "- ";
    margin-left: 20px;
}

.hts-bullet-square li {
    list-style-type: square;
}
