.dfmg-top-taxonomies-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dfmg-top-taxonomies-list li {
    margin-bottom: 8px;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.dfmg-top-taxonomies-list li:last-child {
    border-bottom: none;
}

.dfmg-top-taxonomies-list a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.dfmg-top-taxonomies-list a:hover {
    color: #0073aa;
}
