/* 
Theme Name: Leaders Comunicación
Author: creativo@leaderscomunicacion.com
Template: hello-elementor
Version: 1.0.1
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* Necesario para que el texto de "¡Tu carrito está actualmente vacío!" no sobresalga lateralmente (permitiendo hacer scroll horizontal y descompensando el diseño), véase conversación N5 con ChatGPT -Lucas */
@media (max-width: 768px) {
    .wc-block-cart__empty-cart__title {
        white-space: normal;
        word-break: break-word;
        text-align: center;
        max-width: 300px;
        margin: 0 auto;
    }
}
/* FIN Necesario para que el texto de "¡Tu carrito está actualmente vacío!" no sobresalga lateralmente (permitiendo hacer scroll horizontal y descompensando el diseño), véase conversación N5 con ChatGPT -Lucas */