/* From header_deportes.php */
:root {
            --zm-red: #d32f2f;
            --zm-dark: #111111;
            --zm-gray: #f5f5f5;
            --zm-text: #222222;
            --zm-muted: #757575;
            --zm-border: #e0e0e0;
        }
        
        html {
            overflow-y: scroll;
        }
        body {
            font-family: 'Inter', sans-serif;
            color: var(--zm-text);
            background-color: #ffffff;
            margin: 0;
            padding: 0;
            padding-top: 145px;
        }

        a { text-decoration: none; color: inherit; transition: color 0.2s; }
        a:hover { color: var(--zm-red); }

        /* ================= NEW DESKTOP & MOBILE HEADER ================= */
        .ph-topbar {
            background-color: #8b0000;
            color: white;
            font-size: 0.75rem;
            padding: 8px 0;
            font-weight: 500;
        }
        .ph-topbar a { color: white; margin-left: 15px; font-weight: 600; }
        .ph-topbar a:hover { color: #ccc; }
        .ph-topbar .badge-envivo {
            background-color: #fff;
            color: #8b0000;
            padding: 2px 6px;
            border-radius: 4px;
            font-weight: 800;
            margin-right: 15px;
        }

        .ph-header {
            background-color: #111111;
        }
        .ph-nav {
            list-style: none;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
        }
        .ph-nav-link {
            display: block;
            padding: 20px 15px;
            font-size: 0.85rem;
            font-weight: 800;
            text-transform: uppercase;
            color: #ffffff !important;
            transition: color 0.2s;
        }
        .ph-nav-link:hover { color: #ec1d1d !important; }
        .logo-img { max-height: 45px; width: auto; }

        .search-bar {
            background-color: #222;
            border-radius: 20px;
            padding: 6px 15px;
            display: flex;
            align-items: center;
            width: 250px;
            border: 1px solid #333;
        }
        .search-bar input {
            border: none;
            background: transparent;
            outline: none;
            width: 100%;
            font-size: 0.85rem;
            color: #fff;
        }
        .search-bar i { color: #888; }
        .btn-login { color: #fff; font-weight: 600; font-size: 0.85rem; display: flex; align-items: center; gap: 6px; }
        .btn-login:hover { color: #ec1d1d; }

        /* MOBILE HEADER */
        .mobile-header {
            display: flex;
            height: 60px;
            background: #2b2c2d;
            color: white;
        }
        .mobile-header-left {
            background: #d32f2f;
            display: flex;
            align-items: center;
            padding: 0 20px;
            clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
            width: 55%;
        }
        .mobile-header-right {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-grow: 1;
            padding-right: 15px;
            gap: 15px;
        }
        .mobile-header-right a {
            color: white;
            font-size: 0.9rem;
            font-weight: 700;
        }
        .btn-menu-mobile {
            background: none;
            border: none;
            color: white;
            font-size: 1.8rem;
            margin-right: 15px;
            padding: 0;
        }

        /* ================= NEW DESKTOP & MOBILE HEADER ================= */
        .ph-topbar {
            background-color: #8b0000;
            color: white;
            padding: 8px 0;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .ph-topbar a { color: white; margin-left: 15px; font-weight: 600; text-decoration: none; }
        .ph-topbar a:hover { color: #ccc; }
        .ph-topbar .badge-envivo {
            background-color: #ec1d1d;
            color: white;
            background-color: var(--zm-red);
            padding: 3px 8px;
            font-weight: 800;
            border-radius: 4px;
            margin-right: 15px;
        }

        /* Ticker Animation */
        .ticker-wrap {
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
            display: inline-block;
            box-sizing: content-box;
            position: relative;
        }
        .ticker-content {
            display: inline-block;
            padding-left: 100%;
            animation: ticker 45s linear infinite;
        }
        .ticker-content:hover {
            animation-play-state: paused;
        }
        @keyframes ticker {
            0% { transform: translate3d(0, 0, 0); }
            100% { transform: translate3d(-100%, 0, 0); }
        }
        .ticker-item {
            display: inline-block;
            padding-right: 50px;
        }

        .ph-header {
            background-color: #111;
            padding: 0;
            border-bottom: 2px solid #ec1d1d;
        }
        
        .ph-nav {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
        }
        
        .ph-nav-link {
            color: white;
            font-weight: 800;
            font-size: 0.95rem;
            text-transform: uppercase;
            padding: 25px 20px;
            display: block;
            text-decoration: none;
        }
        .ph-nav-link:hover {
            color: #ec1d1d;
        }
        
        .logo-img { max-height: 40px; }
        

        .btn-login {
            display: flex;
            align-items: center;
            gap: 8px;
            color: white;
            font-weight: 700;
            font-size: 0.9rem;
            text-decoration: none;
        }
        .btn-login:hover { color: #ec1d1d; }
        
        /* MEGA MENU (PC) */
        .ph-nav li.nav-has-mega { position: relative; }
        .mega-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 650px; /* Fixed width instead of full width */
            background: #fff;
            border-top: 2px solid var(--zm-red);
            box-shadow: 0 10px 30px rgba(0,0,0,0.15);
            z-index: 1000;
            padding: 20px;
            text-align: left;
        }
        .ph-nav li.nav-has-mega:hover .mega-menu { display: block; }
        .mega-col-left { border-right: 1px solid var(--zm-border); }
        .mega-links { list-style: none; padding: 0; margin: 0; }
        .mega-links li a { padding: 8px 0; display: block; font-size: 0.9rem; font-weight: 600; text-transform: none; color: var(--zm-text); }
        .mega-links li a:hover { color: var(--zm-red); padding-left: 5px; transition: 0.2s; }
        .mega-title { font-size: 0.85rem; font-weight: 800; color: var(--zm-muted); text-transform: uppercase; margin-bottom: 15px; }
        .league-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
        .league-item { display: flex; align-items: center; gap: 15px; padding: 10px; border-radius: 8px; transition: background-color 0.2s ease; }
        .league-item:hover { background-color: #f1f2f6; }
        .league-item img { width: 40px; height: 40px; object-fit: contain; }
        .league-info h5 { font-size: 0.9rem; font-weight: 800; margin: 0; text-transform: uppercase; transition: color 0.2s ease; }
        .league-item:hover .league-info h5 { color: var(--zm-red); }

        /* OFFCANVAS MÓVIL (ESTILO ESPN) */
        .offcanvas-mobile { width: 320px; background: #fff; display: flex; flex-direction: row; z-index: 1060 !important; }
        .offcanvas-rail { width: 60px; background: #2b2c2d; display: flex; flex-direction: column; align-items: center; padding-top: 20px; }
        .rail-icon { color: #fff; font-size: 1.5rem; width: 100%; text-align: center; padding: 15px 0; cursor: pointer; }
        .rail-icon.active { background: #CC0000; }
        .offcanvas-main { flex: 1; padding: 0; overflow-y: auto; background: #fff; }
        .offcanvas-header { padding: 15px; border-bottom: 1px solid var(--zm-border); display: flex; justify-content: space-between; align-items: center; }
        .offcanvas-header h5 { font-weight: 800; margin: 0; color: #000; }
        .offcanvas-menu { list-style: none; padding: 0; margin: 0; }
        .offcanvas-menu > li { border-bottom: 1px solid var(--zm-border); }
        .offcanvas-menu > li > a { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; font-weight: 800; color: var(--zm-dark); font-size: 0.95rem; text-transform: uppercase; }
        .offcanvas-menu > li > a[aria-expanded="true"] { color: var(--zm-red); }
        .offcanvas-submenu { background: var(--zm-gray); list-style: none; padding: 0; margin: 0; }
        .offcanvas-submenu li a { display: block; padding: 10px 20px 10px 30px; font-size: 0.85rem; font-weight: 600; color: var(--zm-text); }

        /* ================= LAYOUT ================= */
        .container-custom {
            max-width: 1700px; /* Ancho extendido para usar casi toda la pantalla */
            padding: 0 30px;
            margin: 0 auto;
        }

        .section-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid var(--zm-border);
            margin-bottom: 20px;
            padding-bottom: 10px;
        }
        .section-title h3 {
            font-size: 1.1rem;
            font-weight: 800;
            margin: 0;
            display: flex;
            align-items: center;
            gap: 10px;
            text-transform: uppercase;
            color: var(--zm-red);
        }
        .section-title .icon { color: var(--zm-red); font-size: 1.3rem; }
        .section-title .link-more {
            font-size: 0.75rem;
            font-weight: 700;
            color: #0056b3;
            text-transform: uppercase;
        }

        /* ================= HERO SECTION ================= */
        .hero-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 20px;
            margin-bottom: 40px;
            margin-top: 20px;
        }
        .hero-col-right {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .hero-item {
            position: relative;
            border-radius: 4px;
            overflow: hidden;
            background: #000;
            height: 240px;
        }
        .hero-item.large { height: 500px; }
        
        .hero-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0.7;
            transition: opacity 0.3s, transform 0.5s;
        }
        .hero-item:hover img { opacity: 0.5; transform: scale(1.03); }
        
        .hero-content {
            position: absolute;
            bottom: 0; left: 0; right: 0;
            padding: 30px;
            background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0) 100%);
            color: white;
        }
        .hero-item.small .hero-content { padding: 20px; }
        
        .cat-badge {
            background-color: var(--zm-red);
            color: white;
            padding: 4px 10px;
            font-size: 0.65rem;
            font-weight: 800;
            text-transform: uppercase;
            border-radius: 3px;
            display: inline-block;
            margin-bottom: 12px;
            letter-spacing: 0.5px;
        }
        
        .hero-title {
            font-size: 2.2rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 10px;
            color: white;
        }
        .hero-item.small .hero-title { font-size: 1.25rem; }
        
        .hero-desc {
            font-size: 1rem;
            color: #ddd;
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .hero-item.small .hero-desc { font-size: 0.85rem; margin-bottom: 5px; }
        .hero-arrow-left, .hero-arrow-right {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            background: rgba(255,255,255,0.8);
            color: #000;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 10;
        }
        .hero-arrow-left { left: 15px; }
        .hero-arrow-right { right: 15px; }
        .hero-dots {
            position: absolute;
            bottom: 20px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 6px;
            z-index: 10;
        }
        .hero-dots .dot {
            width: 8px; height: 8px;
            background: rgba(255,255,255,0.5);
            border-radius: 50%;
            display: inline-block;
        }
        .hero-dots .dot.active { background: var(--zm-red); }
        .hero-meta {
            font-size: 0.7rem;
            color: #bbb;
            font-weight: 600;
            text-transform: uppercase;
        }

        /* ================= SIDEBAR ================= */
        .sidebar { padding-left: 10px; }
        
        .widget { margin-bottom: 35px; }
        .widget-header {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
        }
        .widget-header i { color: var(--zm-red); font-size: 1.2rem; }
        .widget-header h4 { font-size: 1rem; font-weight: 800; margin: 0; text-transform: uppercase; }
        
        /* Tendencias */
        .trending-list { list-style: none; padding: 0; margin: 0; }
        .trending-list li {
            display: flex;
            align-items: flex-start;
            gap: 15px;
            padding: 10px;
            border-bottom: 1px solid var(--zm-border);
            border-radius: 8px;
            transition: background-color 0.2s ease;
        }
        .trending-list li:hover {
            background-color: #f1f2f6;
        }
        .trending-list li:hover .trending-title {
            color: var(--zm-red);
        }
        .trending-list li:last-child { border-bottom: none; }
        .trending-num {
            font-family: 'Merriweather', serif;
            font-size: 2.5rem;
            font-weight: 900;
            color: var(--zm-red);
            line-height: 0.8;
            min-width: 30px;
            text-align: center;
        }
        .trending-title {
            font-size: 0.95rem;
            font-weight: 700;
            line-height: 1.3;
            color: var(--zm-dark);
            margin: 0;
        }

        /* Últimas Noticias Sidebar */
        .side-news-list { list-style: none; padding: 0; margin: 0; }
        .side-news-item {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
            padding: 10px;
            border-bottom: 1px solid var(--zm-border);
            border-radius: 8px;
            transition: background-color 0.2s ease;
        }
        .side-news-item:hover {
            background-color: #f1f2f6;
        }
        .side-news-item:hover .side-news-info h5 a {
            color: var(--zm-red);
        }
        .side-news-img {
            width: 85px; height: 85px;
            object-fit: cover;
            border-radius: 4px;
        }
        .side-news-info h5 {
            font-size: 0.85rem;
            font-weight: 700;
            line-height: 1.3;
            margin-bottom: 8px;
        }
        .side-news-meta {
            font-size: 0.7rem;
            font-weight: 700;
            text-transform: uppercase;
        }
        .side-news-meta .cat { color: var(--zm-red); margin-right: 5px; }
        .side-news-meta .time { color: var(--zm-muted); }

        /* Próximos Eventos */
        .widget-dark {
            background-color: var(--zm-dark);
            color: white;
            border-radius: 8px;
            padding: 20px;
        }
        .widget-dark .widget-header h4 { color: white; }
        .event-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 10px;
            border-bottom: 1px solid #333;
            border-radius: 8px;
            transition: background-color 0.2s ease;
        }
        .event-item:hover {
            background-color: rgba(255, 255, 255, 0.05);
        }
        .event-item:hover .event-info h5 {
            color: var(--zm-red);
        }
        .event-item:last-child { border-bottom: none; }
        .event-icon {
            width: 40px; height: 40px;
            background: #222;
            border-radius: 50%;
            display: flex; align-items: center; justify-content: center;
            color: white; font-weight: 800; font-size: 0.7rem;
        }
        .event-info h5 { font-size: 0.85rem; font-weight: 700; margin-bottom: 3px; }
        .event-info p { font-size: 0.75rem; color: #aaa; margin: 0; }

        /* Tabla Posiciones */
        .nav-tabs-custom { border-bottom: none; margin-bottom: 15px; gap: 8px; }
        .nav-tabs-custom .nav-link {
            border: 1px solid var(--zm-border);
            color: var(--zm-muted);
            font-size: 0.75rem;
            font-weight: 700;
            padding: 6px 12px;
            text-transform: uppercase;
            border-radius: 4px;
        }
        .nav-tabs-custom .nav-link.active {
            color: white;
            background-color: var(--zm-red);
            border-color: var(--zm-red);
        }
        .table-pos { width: 100%; font-size: 0.8rem; }
        .table-pos th { color: var(--zm-muted); font-weight: 700; padding-bottom: 10px; border-bottom: 1px solid var(--zm-border); }
        .table-pos td { padding: 12px 0; border-bottom: 1px solid var(--zm-border); font-weight: 600; color: var(--zm-dark); }
        .table-pos tr:last-child td { border-bottom: none; }
        .team-cell { display: flex; align-items: center; gap: 10px; }
        .team-cell img { width: 24px; height: 24px; object-fit: contain; }

        /* ================= RESULTADOS HORIZONTALES ================= */
        .results-scroller {
            display: flex;
            overflow-x: auto;
            gap: 15px;
            padding-bottom: 10px;
            margin-bottom: 40px;
            scrollbar-width: thin;
            scrollbar-color: var(--zm-red) transparent;
        }
        .results-scroller::-webkit-scrollbar { height: 6px; }
        .results-scroller::-webkit-scrollbar-thumb { background: var(--zm-red); border-radius: 3px; }
        
        .match-card {
            background: #fff;
            border: 1px solid var(--zm-border);
            border-radius: 8px;
            padding: 15px;
            min-width: 260px;
            flex-shrink: 0;
        }
        .match-header {
            display: flex;
            justify-content: space-between;
            font-size: 0.65rem;
            font-weight: 700;
            color: var(--zm-muted);
            margin-bottom: 12px;
            text-transform: uppercase;
        }
        .match-status { color: var(--zm-red); background: rgba(211,47,47,0.1); padding: 2px 6px; border-radius: 3px; }
        .match-team { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; font-weight: 700; font-size: 0.9rem; }
        .match-team img { width: 20px; height: 20px; object-fit: contain; margin-right: 10px; }
        .match-score { font-size: 1rem; }
        .match-date { font-size: 0.65rem; color: #999; text-align: center; display: block; margin-top: 10px; font-weight: 600; }

        /* ================= BLOQUES POR DEPORTE ================= */
        .sport-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            margin-bottom: 40px;
        }
        .news-card {
            display: flex;
            flex-direction: column;
        }
        .news-card > a {
            padding: 10px;
            border-radius: 8px;
            transition: background-color 0.2s ease;
            display: block;
        }
        .news-card > a:hover {
            background-color: #f1f2f6;
        }
        .news-card > a:hover h4 {
            color: var(--zm-red);
        }
        .news-card-img {
            width: 100%;
            aspect-ratio: 16 / 9; /* Forzamos un aspecto rectangular apaisado */
            height: auto;
            border-radius: 4px;
            object-fit: cover;
            margin-bottom: 12px;
        }
        .news-card-cat {
            font-size: 0.6rem;
            font-weight: 800;
            color: var(--zm-red);
            background: rgba(211,47,47,0.08);
            padding: 3px 6px;
            border-radius: 3px;
            display: inline-block;
            margin-bottom: 8px;
            text-transform: uppercase;
        }
        .news-card h4 {
            font-size: 0.95rem;
            font-weight: 800;
            line-height: 1.3;
            margin-bottom: 8px;
        }
        .news-card p {
            font-size: 0.8rem;
            color: var(--zm-muted);
            line-height: 1.4;
            margin-bottom: 10px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
        .news-card-meta {
            font-size: 0.65rem;
            color: #999;
            font-weight: 600;
            text-transform: uppercase;
            margin-top: auto;
        }

        /* ================= FOOTER ================= */
        .site-footer {
            background-color: var(--zm-dark);
            color: white;
            padding: 60px 0 20px 0;
            font-size: 0.85rem;
        }
        .footer-logo { max-height: 80px; margin-bottom: 20px; }
        .footer-social a { color: white; font-size: 1.2rem; margin-right: 15px; }
        .footer-title { font-size: 0.9rem; font-weight: 800; margin-bottom: 20px; text-transform: uppercase; }
        .footer-links { list-style: none; padding: 0; margin: 0; }
        .footer-links li { margin-bottom: 10px; }
        .footer-links a { color: #bbb; }
        .footer-links a:hover { color: white; }
        
        .newsletter-form { display: flex; margin-top: 15px; }
        .newsletter-form input {
            padding: 10px 15px;
            border: none;
            border-radius: 4px 0 0 4px;
            font-size: 0.85rem;
            width: 100%;
        }
        .newsletter-form button {
            background-color: var(--zm-red);
            color: white;
            border: none;
            padding: 0 20px;
            font-weight: 700;
            font-size: 0.8rem;
            border-radius: 0 4px 4px 0;
            text-transform: uppercase;
        }
        .copyright {
            text-align: center;
            padding-top: 30px;
            margin-top: 40px;
            border-top: 1px solid #333;
            color: #777;
            font-size: 0.75rem;
        }

        .sticky-header-wrapper {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1030;
            box-shadow: 0 4px 12px rgba(0,0,0,0.25);
            background: #fff;
        }

        body { padding-top: 135px; } /* Ajuste para PC donde el header es más alto */

        /* Responsive */
        @media (max-width: 991px) {
            body { padding-top: 110px; } /* Ajuste para móvil donde el header es más pequeño */
            .hero-grid { grid-template-columns: 1fr; }
            .hero-item, .hero-item.large { 
                height: auto; 
                display: flex; 
                flex-direction: column; 
            }
            .hero-item img {
                aspect-ratio: 16 / 9;
                height: auto;
            }
            .hero-content {
                position: static;
                background: #111;
                padding: 15px;
            }
            .hero-title { font-size: 1.25rem; margin-bottom: 5px; }
            .hero-desc { font-size: 0.85rem; margin-bottom: 5px; }
            .sport-grid { grid-template-columns: repeat(2, 1fr); }
            .sidebar { padding-left: 0; margin-top: 40px; }
        }
        @media (max-width: 767px) {
            .sport-grid { grid-template-columns: 1fr; }
        }

/* From root index.php */
.sponsors-ticker-wrap {
                                width: 100%;
                                overflow: hidden;
                                white-space: nowrap;
                                box-sizing: border-box;
                                padding: 10px 0;
                            }
                            .sponsors-ticker-content {
                                display: inline-block;
                                padding-left: 100%;
                                animation: sponsors-ticker 20s linear infinite;
                            }
                            .sponsors-ticker-content:hover {
                                animation-play-state: paused;
                            }
                            .sponsor-ticker-item {
                                display: inline-block;
                                padding: 0 30px;
                                vertical-align: middle;
                                transition: transform 0.3s;
                            }
                            .sponsor-ticker-item:hover {
                                transform: scale(1.1);
                            }
                            @keyframes sponsors-ticker {
                                0% { transform: translate3d(0, 0, 0); }
                                100% { transform: translate3d(-100%, 0, 0); }
                            }

/* From root index.php */
.sponsor-card:hover { transform: translateY(-5px); }

/* From root index.php */
.youtube-card {
                        cursor: pointer;
                        border-radius: 0; /* Puntas en esquina */
                        overflow: hidden;
                        transition: transform 0.3s ease, box-shadow 0.3s ease;
                        box-shadow: 0 4px 6px rgba(0,0,0,0.1);
                        height: 100%; /* Asegura que todas midan igual de alto */
                        display: flex;
                        flex-direction: column;
                    }
                    .youtube-card:hover {
                        transform: translateY(-5px);
                        box-shadow: 0 10px 20px rgba(0,0,0,0.2);
                    }
                    .youtube-thumbnail {
                        position: relative;
                        width: 100%;
                        padding-top: 56.25%; /* 16:9 Aspect Ratio */
                        background-color: #000;
                    }
                    .youtube-thumbnail img {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                    .play-overlay {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(0,0,0,0.4);
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        opacity: 0;
                        transition: opacity 0.3s ease;
                    }
                    .youtube-card:hover .play-overlay {
                        opacity: 1;
                    }
                    .play-overlay i {
                        font-size: 3rem;
                        color: rgba(255,255,255,0.9);
                        filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
                        transition: transform 0.2s ease;
                    }
                    .youtube-card:hover .play-overlay i {
                        transform: scale(1.1);
                        color: #EC1D1D;
                    }
                    .text-truncate-2 {
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        min-height: 2.4em; /* Asegura un alto fijo para el texto */
                    }

