/* 
Theme Name: Se me subio el muerto
Theme URI: https://github.com/cesarsalasmx
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: César Salas
Author URI: https://cesarsalas.mx/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Get Events
*/
.csmx_event_list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.csmx_event_item {
    border: 1px solid #ddd;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    background-color: #f9f9f9;
}

.csmx_event_link {
    color: inherit;
    text-decoration: none;
    display: block;
}

.csmx_event_date, .csmx_event_city, .csmx_event_venue {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.csmx_event_button {
    padding: 0.5rem 1rem;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

.csmx_event_button:hover {
    background-color: #005f8d;
}
