.elementor-346370 .elementor-element.elementor-element-05c5360{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-21eeb88 *//* 1. Estilo Básico de la Tabla */
.elementor-widget-shortcode table,
.elementor-widget-shortcode .tablepress {
    width: 100%; 
    border-collapse: collapse;
    margin-bottom: 20px; 
    font-family: Arial, sans-serif;
}

/* 2. Estilo de Celdas (td y th) */
.elementor-widget-shortcode th,
.elementor-widget-shortcode td {
    border: 1px solid #ccc;
    padding: 10px; 
    text-align: center;
    vertical-align: middle; 
}

/* 3. Estilo de Encabezados (MODIFICADO) */
.elementor-widget-shortcode th {
    background-color: #0034FF; /* Fondo Azul Intenso */
    color: white; /* Tipografía Blanca */
    font-weight: bold;
}

/* 4. Alineación para datos numéricos y W.D. (mm) */
.elementor-widget-shortcode td:nth-child(2), /* N.A. */
.elementor-widget-shortcode td:nth-child(3) { /* W.D. (mm) */
    text-align: center; 
}

/* 5. Alineación de Remark */
.elementor-widget-shortcode td:nth-child(4) { 
    text-align: center;
}/* End custom CSS */