/*
Theme Name: Customizr Child
Theme URI: https://presscustomizr.com/customizr
Template: customizr
Author: nikeo
Author URI: https://presscustomizr.com/
Description: Customizr is a simple and fast WordPress theme designed to help you attract and engage more visitors. Provides a perfect user experience on smartphones. Powers more than 100K active sites around the world. Hundreds of 5-stars reviews received on WordPress.org.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,buddypress,custom-menu,custom-colors,featured-images,full-width-template,theme-options,threaded-comments,translation-ready,sticky-post,post-formats,rtl-language-support,editor-style
Version: 4.2.7.1592575214
Updated: 2020-06-19 14:00:14

*/
.coreografia-datos {
    margin-top: 2rem;
}

.datos-grid {
    display: grid;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

.dato-item {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
}

.dato-item strong {
    display: block;
    margin-bottom: 0.5rem;
    color: #2c3e50;
}

.dato-item.descripcion,
.dato-item.video {
    grid-column: 1 / -1;
}

.dato-item.video iframe {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
    .datos-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
