/* Start custom CSS for text-editor, class: .elementor-element-60d1ac8 */@media (max-width: 768px) {
    table, thead, tbody, th, td, tr {
        display: block !important;
        width: 100% !important;
        border: none !important;
        background: none !important;
    }

    thead {
        display: none !important; /* Oculta los títulos de la tabla */
    }

    tr {
        margin-bottom: 15px;
        padding: 10px 0;
        border-bottom: 1px solid #ddd;
    }

    td {
        display: block;
        text-align: left;
        padding: 5px 0;
    }

    td::before {
        content: attr(data-label) " "; /* Eliminamos los dos puntos */
        font-weight: bold;
        display: inline;
        color: #333;
    }
}/* End custom CSS */