/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.21.1767917638
Updated: 2026-01-09 00:13:58

*/
.sesiones-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.sesion-card {
    text-decoration: none;
    color: inherit;
}

.sesion-card-inner {
    background: #111;
    border-radius: 16px;
    padding: 24px;
    border: 1px solid #222;
    transition: all 0.3s ease;
}

.sesion-card-inner:hover {
    transform: translateY(-4px);
    border-color: #00e0c6; /* color Train */
}

.sesion-card h3 {
    margin: 0 0 10px;
    font-size: 18px;
}

.sesion-card .fecha {
    font-size: 14px;
    opacity: 0.8;
    margin-bottom: 16px;
}

.sesion-card .ver-mas {
    font-size: 14px;
    color: #00e0c6;
}

