/* Conversaciones — Mobile ≤767px */
@media (max-width: 767px) {

    /* ── Tabla: ocultar columnas menos prioritarias ── */
    /* Ocultar: Proyecto (3), Fecha (4), Bloques (6) */
    /* Visibles: Título (1), Cliente (2), Estado (5), Acciones (7) */
    .conv-table thead th:nth-child(3),
    .conv-table tbody td:nth-child(3),
    .conv-table thead th:nth-child(4),
    .conv-table tbody td:nth-child(4),
    .conv-table thead th:nth-child(6),
    .conv-table tbody td:nth-child(6) {
        display: none;
    }

}
