.custom-taxonomy-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-taxonomy-list-item {
    margin-bottom: 5px;
}

.custom-taxonomy-list-item a {
    text-decoration: none;
    color: inherit; /* Inherit text color */
    transition: color 0.3s ease;
}

.custom-taxonomy-list-item a:hover {
    color: #0073e6; /* Default hover color, can be changed in the widget settings */
}

.custom-taxonomy-child-list {
    list-style: none;
    padding-left: 20px; /* Indent child terms */
    margin: 5px 0 0 0;
}

.custom-taxonomy-child-list-item {
    margin-bottom: 3px;
}

.custom-taxonomy-child-list-item a {
    text-decoration: none;
    color: inherit; /* Inherit text color */
    transition: color 0.3s ease;
}

.custom-taxonomy-child-list-item a:hover {
    color: #0073e6; /* Default hover color, can be changed in the widget settings */
}
