.elementor-25347 .elementor-element.elementor-element-1bb60de{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0b8fd21 */.table-container {
            max-width: 1200px;
            margin: 0 auto;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(44, 35, 77, 0.1);
        }

        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            background: white;
        }

        .comparison-table thead {
            background: linear-gradient(135deg, #2c234d 0%, #d63240 100%);
            color: white;
        }

        .comparison-table th {
            padding: 20px;
            text-align: center;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .comparison-table th:first-child {
            text-align: left;
            width: 40%;
        }

        .comparison-table th:nth-child(2),
        .comparison-table th:nth-child(3) {
            width: 30%;
        }

        .comparison-table tbody tr {
            transition: background-color 0.3s ease;
        }

        .comparison-table tbody tr:nth-child(odd) {
            background-color: #f8f9fa;
        }

        .comparison-table tbody tr:nth-child(even) {
            background-color: white;
        }

        .comparison-table tbody tr:hover {
            background-color: #f5f1fe;
        }

        .comparison-table td {
            padding: 15px 20px;
            border-bottom: 1px solid #e9ecef;
            vertical-align: middle;
        }

        .comparison-table td:first-child {
            font-weight: 500;
            color: #2c234d;
        }

        .comparison-table td:nth-child(2),
        .comparison-table td:nth-child(3) {
            text-align: center;
        }

        .status {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 500;
            font-size: 0.9rem;
        }

        .status.disponible {
            color: #28a745;
        }

        .status.disponible::before {
            content: "✓";
            margin-right: 5px;
            font-weight: bold;
        }

        .status.limitado {
            color: #d63240;
        }

        .status.limitado::before {
            content: "*";
            margin-right: 5px;
            font-weight: bold;
        }

        .status.no-disponible {
            color: #d63240;
        }

        .status.no-disponible::before {
            content: "✗";
            margin-right: 5px;
            font-weight: bold;
        }

        /* Responsive Design */
        @media screen and (max-width: 768px) {
            body {
                padding: 10px;
            }

            .table-container {
                border-radius: 6px;
            }

            .comparison-table {
                font-size: 0.9rem;
            }

            .comparison-table th,
            .comparison-table td {
                padding: 12px 10px;
            }

            .comparison-table th {
                font-size: 0.85rem;
            }

            .comparison-table th:first-child {
                width: 45%;
            }

            .comparison-table th:nth-child(2),
            .comparison-table th:nth-child(3) {
                width: 27.5%;
            }
        }

        @media screen and (max-width: 480px) {
            .comparison-table {
                font-size: 0.8rem;
            }

            .comparison-table th,
            .comparison-table td {
                padding: 10px 8px;
            }

            .comparison-table th {
                font-size: 0.75rem;
                letter-spacing: 0.5px;
            }

            .status {
                font-size: 0.8rem;
            }

            .comparison-table th:first-child {
                width: 50%;
            }

            .comparison-table th:nth-child(2),
            .comparison-table th:nth-child(3) {
                width: 25%;
            }
        }

        /* Mobile card layout for very small screens */
        @media screen and (max-width: 360px) {
            .comparison-table,
            .comparison-table thead,
            .comparison-table tbody,
            .comparison-table th,
            .comparison-table td,
            .comparison-table tr {
                display: block;
            }

            .comparison-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            .comparison-table tr {
                background: white;
                border: 1px solid #e9ecef;
                border-radius: 8px;
                margin-bottom: 15px;
                padding: 15px;
                box-shadow: 0 2px 8px rgba(44, 35, 77, 0.05);
            }

            .comparison-table td {
                border: none;
                padding: 8px 0;
                text-align: left;
                position: relative;
                padding-left: 35%;
            }

            .comparison-table td:first-child {
                padding-left: 0;
                font-weight: 600;
                color: #2c234d;
                border-bottom: 1px solid #e9ecef;
                margin-bottom: 10px;
                padding-bottom: 10px;
            }

            .comparison-table td:nth-child(2):before {
                content: "CARFAX: ";
                position: absolute;
                left: 0;
                font-weight: 600;
                color: #2c234d;
            }

            .comparison-table td:nth-child(3):before {
                content: "CONSULTA DE VIN: ";
                position: absolute;
                left: 0;
                font-weight: 600;
                color: #2c234d;
            }
        }/* End custom CSS */