/*
Theme Name: AAW
Description: A child theme of Exemag
Template: exemag
Version: 2.1.0
Text Domain: aaw
*/


html .yoast-table-of-contents ul {
    margin: 0;
    padding: 0 0 0 16px !important;
}

html .yoast-table-of-contents > ul {
    padding: 0 0 10px 16px !important;
    border-bottom: 1px solid #ccc !important;   
}

html .yoast-table-of-contents li {
    padding: 0 !important;
    margin: 0 !important;
    list-style: disc !important;
    font-size: 14px !important;
    border-bottom: none !important;
}

html .yoast-table-of-contents > ul > li:last-child {
    padding-bottom: 0 !important;
}

html .yoast-table-of-contents ul li ul li {
    list-style: circle !important;
}