/*
Theme Name: Twenty Twenty-Five Child
Theme URI: http://example.com
Description: Child theme for Twenty Twenty-Five
Author: Franky
Template: twentytwentyfive
Version: 1.0.0
*/
.mi-lista-categorias {
    list-style: none;
    padding: 0;
}
.mi-lista-categorias li {
    background: #f4f4f4;
    margin-bottom: 5px;
    padding: 10px;
    border-radius: 5px;
}
.mi-lista-categorias a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}