/*!
Theme Name: Lexend
Theme URI: https://lexend.themegenix.com/
Author: ThemeGenix
Author URI: https://themeforest.net/user/themegenix/
Description: Lexend - Software, SaaS & Startup WordPress Theme
Version: 1.3
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lexend
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Solución para el video de YouTube en móviles */
@media (max-width: 767px) {
    .epyt-video-wrapper {
        position: relative !important;
        z-index: 10 !important;
        margin-bottom: 2rem !important;
    }
    
    .elementor-element-81affbc {
        position: relative !important;
        z-index: 15 !important;
        margin-bottom: 3rem !important;
    }
    
    /* Asegurar que el contenedor del video tenga altura suficiente */
    .wp-block-embed-youtube {
        min-height: 200px !important;
        margin-bottom: 2rem !important;
    }
    
    /* Evitar superposición del contenido siguiente */
    .elementor-element-0354dc8 {
        margin-top: 2rem !important;
        position: relative !important;
        z-index: 5 !important;
    }
}