/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

/* Styling for [showCategorias] shortcode */
.show-categorias-list {
    list-style: none;
    /* Optional: remove bullets if desired, or keep them */
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
}

.show-categorias-list li {
    margin-bottom: 10px;
}

.show-categorias-list li a {
    font-family: "Roboto Flex", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
}

.show-categorias-list li a:hover {
    text-decoration: underline;
}