/*
Theme Name:     Voice Child
Theme URI:      https://mekshq.com/theme/voice/
Description:    Child theme for the Voice Theme
Author:         meks
Author URI:     https://mekshq.com
Template:       voice
Version:        0.1.0
*/
.single-post .entry-content ul{list-style-type:none;}


.single-post .entry-content ul li::before{
content: "🗹";
color:brown;
border-radius: 1ch;
padding-inline: 1ch;
margin-inline-end: 1ch;
}

.single-post .entry-content ul li > ul li{box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;padding:1%;background-color: rgba(0, 0, 0, 0.04);margin-bottom: 4%;margin-top: 2%;}

.single-post .entry-content ul li > ul li::before{
content: "‼";
color:brown;
border-radius: 1ch;
padding-inline: 1ch;
margin-inline-end: 1ch;
}