/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/hello-elementor-child
 Description: Tema filho do Hello Elementor.
 Author: Seu Nome
 Author URI: https://example.com
 Template: hello-elementor
 Version: 1.0
*/

/* Adicione aqui seus estilos personalizados */


.lista-empresas {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lista-empresas li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.lista-empresas h3 {
    margin: 0 0 10px;
    font-size: 1.5em;
}

.lista-empresas p {
    margin: 5px 0;
    font-size: 1em;
}

.lista-empresas .editar-link {
    display: inline-block;
    margin-top: 10px;
    color: #0073aa;
    text-decoration: none;
    font-weight: bold;
}

.lista-empresas .editar-link:hover {
    color: #005177;
}
