ul.elementor-navigationtree-list {
list-style: none;
margin: 0;
}
ul.elementor-navigationtree-list li.current-cat-parent {
font-weight: 600;
font-family: 'Oxanium', display;
font-size: 18px;
}
ul.elementor-navigationtree-list ul.children {
font-family: 'Sarabun', display;
font-weight: 400;
font-size: 15px;
}
ul.elementor-navigationtree-list ul {
list-style: none;
}
ul.elementor-navigationtree-list a {
color: black;
transition: all 300ms ease-in-out;
display: block;
}
ul.elementor-navigationtree-list a:hover {
transform: scale(0.97);
}
ul.elementor-navigationtree-list [aria-current]:not([aria-current="false"]) {
font-weight: bold;
}